eclipsesource / eclipsesource/tabris-js
Modules exporting null cannot be found
Open
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
Assessment
This issue has not been assessed yet.