eclipsesource / eclipsesource/tabris-js

Module system doesn't resolve module object-assign correctly

Open
#637 0 comments 0 reactions 0 assignees View on GitHub
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

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.