-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the bug
So I've tried to add this to my fork with tsup and external imports are not proce…
-
Hi,
Would you be open to a PR that migrates this package to the ESM syntax, so that this module may be tree-shakable in other packages that depend on it?
I would be willing to make the change m…
-
It's no secret that ES module support in Node has been a long and challenging transition, and I'd like Sucrase to do what it can to move the process along and minimize pain points as much as possible.…
-
We should:
- Switch to using Rollup as the bundler
- Output both a CommonJS bundle and an ESM bundle for each package
This will the library more tree-shakeable and more compatible with `esbuild`-…
-
### 关注的问题
1. 各自的实现机制?
2. 在nodejs中怎么抹平他们?
3. 为什么要出现esm这种文件加载方式?
-
## Goals
In order to have isomorphic code.
To test that code, the `luna-testing` deps is a good option.
-
**你的功能请求是否与某些问题相关?请描述**
能否添加最新vuepress支持,
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
**描述您想要的解决方案**
简洁清晰地描述一下你想要的特性是怎样的。
**描述你考虑过的备选方案**
简洁清晰地描述一下你考虑过的其他备选方案,可能会有什么问题。
**附加上下文**
Err…
-
Change the module from CommonJS to ECMAScript Module (ESM). Some JS Frameworks support ESM now and importing CommonJS modules may get complicated. Given that Node.js 12 has become a MAINTENANCE LTS, E…
-
Will esprima release support es module?
Something like tree-shaking-able `dist/esprima.mjs` .
`ramda/ramda` publish cjs and esm at same time, its [package.json](https://github.com/ramda/ramda/b…
-
Follow-up to https://github.com/ampproject/amp.dev/pull/5650.
p-queue is one of the first packages to deprecate usage via `require` but enforces using packages to migrate to Node.js-native module s…