-
Copy how backbone is doing this in the edge version e.g.
https://raw.github.com/jashkenas/backbone/master/backbone.js
-
After PR #340 addressing the summary of this issue should be sufficient to make this a more node-y set of code, facilitating more sharing/improvements by consumers other than Firefox.
gijsk updated
5 years ago
-
```
Error [ERR_REQUIRE_ESM]: require() of ES Module ~/@movingco/prelude/dist/cjs/index.js from ~/src/build/Controller/entry.ts not supported.
index.js is treated as an ES module file as it is a .js …
-
请问artDialog是不是不支持commonJS?
应该如何支持?
-
Currently Kanso's commonjs environment for apps is awkwardly bootstrapped for Kanso's own test suite. It would be nice to improve this and provide a simple API (perhaps a 'kanso run ...' command which…
-
Hello,
when requiring scss files using `require()` syntax I get `Cannot use styleName attribute without importing at least one stylesheet.`. However if I switch to using import it works (minus an e…
-
Writing a simple VSMac Jint/Jint.CommonJS console app, and I'm running into a MissingMethodException being tossed from this code:
```
var cjs = engine.CommonJS();
cjs.RegisterInternalModule("cons…
-
### What version of Bun is running?
1.1.12+43f0913c3
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
I made a repro in a separate repository (htt…
-
### Willing to submit a PR to fix?
- [ ] I am willing to submit a PR to fix
### Requested priority
Normal
### Products/applications affected
FluentUI not able to render in Expo project.
```
S…
-
I'm making a console node app where the package is also used by a React app, and would like to include a nearley parser. I've been using "type":"module" in my packages with `import` statements, and tr…