-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: …
-
a.js
```js
goog.module('a');
import('./b.js').then(out => {
console.log(out.b);
});
```
b.js
```js
goog.module('b');
/** @type {number} */
exports.b = 1;
```
compiler flags
```
--la…
-
### Describe the bug
Dynamic imports are not working with any version of `acorn` specified in `resolutions` field in `package.json`.
### Did you try recovering your dependencies?
Yes,…
-
Webpack 5 has some new magic comments allowing better tree-shaking.
https://webpack.js.org/api/module-methods/#magic-comments
Currently, if a comment in the form `/* webpackExports: ["namedExport"…
-
**Is your feature request related to a problem? Please describe.**
Formly is taking a big chunk of my application bundle.
**Describe the solution you'd like**
Mayby with newest features that …
-
Using GitHub Issues to be able to communicate more on commits, pull requests, branches, etc.
I created a nested sidebar to better handle sections of the site where there are multiple levels of con…
-
## Type
Bug.
## Package name
ElbowGrease
### Entire error (stringified) I see in my browser console
```json
{
"error":{
"code":"MissingDependencyError",
"message":"This p…
-
### 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…
-
https://github.com/dumberjs/dumber/blob/13d2e1cfc1cbef58329898f745c5c7969ef795c9/lib/transformers/cjs-to-amd.js#L64
Reference #21
Hate to bring this back up, but it looks like maybe we missed a u…
-
According to @SimenB, here are the issues that should probably be taken care of before we unflag and mark vm modules as stable:
- [x] [SourceTextModule memory leak (#33439)](https://github.com/nodejs…