esm
esm copied to clipboard
Tomorrow's ECMAScript modules today!
**Updated:** Updating acorn adds support for the language features users have been requesting. It works. However, running the tests against the current-generation node is proving challenging. All tests pass on...
Switching from `@std/esm` to `esm` increased the time between `npm run start` to `Started on port 8080` in our system from about 10 seconds with `@std/esm` to about 30 seconds...
At first I thought this was a regression of #692, but it seems like it's a different issue. I don't have a tight reproduce case, but I can describe the...
I'm collecting some esm + jest + react + enzyme "real world" issues as I'm going here: https://github.com/kenotron/esm-jest/ 1. On https://github.com/standard-things/esm/blob/33ee0ac7e8c7aec7db176143f833560f7a09f069/esm.js#L178, _runResult can be undefined it seems, so add a...
##### Summary ##### Issue Type - Bug Report ##### OS / ENVIRONMENT ``` System: OS: Linux 5.7 Fedora 32 (Workstation Edition) 32 (Workstation Edition) CPU: (2) x64 Intel(R) Pentium(R) CPU...
I get this error when Blob 0.1.0 which has esm 3.2.25 as requirement. I am using it through React Native Expo SDK 39. When building the javascript package bundle to...
Hi there, First things first, I have to say I've been using this module and am loving it! Thank you for all the hard work to put this fantastic module...
I'm having troubel getting this to work with Jasmine. I have one large project that works in which I'm having unrelated issues with debugging. I'm attemtping to resolve those issues...
Please fix esm for node@13+. Solution is straightforward: https://github.com/dy/autoesm
The readme.md file states "100% interoperability with CJS". How? How do I import an ES module into a CJS module? The readme says check this release [post](https://medium.com/web-on-the-edge/tomorrows-es-modules-today-c53d29ac448c) for details, but...