Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/demo-transform-runtime-and-es2015-modules-commonjs-order-bug
https://github.com/forbeslindesay/demo-transform-runtime-and-es2015-modules-commonjs-order-bug
bug-reproduction
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/forbeslindesay/demo-transform-runtime-and-es2015-modules-commonjs-order-bug
- Owner: ForbesLindesay
- Created: 2017-05-30T14:44:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:44:33.000Z (over 7 years ago)
- Last Synced: 2024-10-20T04:40:41.235Z (19 days ago)
- Topics: bug-reproduction
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adding a helper function that implicitly uses a runtime function from within a property of a class causes the module import to be ignored.
To reproduce, run:
```
npm install
node index.js
```