eclipsesource / eclipsesource/tabris-js

Modules exporting null cannot be found

Open
#264 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

If a module exports `null`, it won't be found by the module system. In Node.js, this would work. Even though it's unlikely, modules could export null under certain conditions (e.g. on an unsupported device or platform version).

Example:

``` js
module.exports = null;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.