-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
**Is your feature request related to a problem? Please describe.**
Currently schema files seem to have slightly different rules for globals and package names (e.g. `cube()` and `import Funnel from 'F…
-
### Current Behavior
When attempting to execute a node/express application using **@nx/js:node** executor, if the application imports an ES Module library with the @nrwl/node:node executor the follow…
-
## Describe the bug
I get an error for `/github/workspace/setPreviewCookies.js`
## Steps to reproduce
1. Add `type: "module"` to `package.json` file
2. Push the changes to repo for trigger g…
-
### System Info
System:
OS: macOS 14.7
CPU: (8) arm64 Apple M2
Memory: 52.23 MB / 24.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.17.0 - ~/.nodebrew/current/bin/node
…
-
I'm using Typescript to import OpenAI, and am getting the above error.
OS: Mac OS 11.6
NPM: v6.14.15
Node: v14.18.0
-
Issue #216 is about refactoring the projet to use modern JavaScript features. PR #227 was the first part towards this goal, by introducing the first ES modules. We started considering the impact on pe…
-
Node.js now supports [ES Modules](https://nodejs.org/api/esm.html). We should support it by exporting both CommonJS and ES modules as outlined in [this article](https://2ality.com/2019/10/hybrid-npm-p…
-
Hi, loaders are nice, but your library is single js file.
Size of this library is really bad. If i include just one component, it will bundle 117.6 kB of JS.
https://bundlephobia.com/result?p=re…
-
The self-encapsulated module can only use the commonjs method and cannot write the es method, otherwise an error will occur. The reasons are as follows. I have enabled the modle mode in package.json a…