eclipsesource / eclipsesource/tabris-js
Module system doesn't resolve module object-assign correctly
Open
bug
compatibility npm
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
[object-assign](https://www.npmjs.com/package/object-assign) works in node, but not in tabris.
``` js
var assign = require("object-assign");
```
It seems that `assign` contains the the contents of the module's `package.json`.
Contributor guide
Assessment
This issue has not been assessed yet.