-
### 🧐 问题描述
Node:18.17.0
Webpack:5.95.0
JS编译配置信息:
```
rules: [
/* config.module.rule('js') */
{
test: /\.(j|t|mj)sx?$/,
type: 'javascript/auto',
include: […
-
### Environment
cloudflare pages
### Reproduction
try to deploy Nuxt to cloudflare pages using the /server/api/hello.ts folder with a simple test
```ts
export default defineEventHandler((_e…
-
Currently we have two ComponentLoader options:
* CommonJS based loader used normally for Node.js NoFlo programs
* "Hardcoded" component loader baked in with [noflo-component-loader](https://github…
-
-
### Search Terms
ts-node esm `"Uncaught SyntaxError: Unexpected token 'export'"`
### Expected Behavior
REPL should work in package - ` "type": "module",`
### Actual Behavior
I see las…
-
Thank you for this awesome library.
A question: ES modules are great but still not exactly widely supported. They cause all kinds of issues with node and related tooling, such as [Jest](https://jes…
-
### Environment
```
- Operating System: Darwin
- Node Version: v22.6.0
- Nuxt Version: 3.14.0
- CLI Version: 3.15.0
- Nitro Version: 2.10.2
- Package Manager: bun@1.1.27
- Builder: …
-
I have made a [fork](https://github.com/drjeffjackson/expressjs-generator/tree/esm) that adds an --esm switch that generates an ES modules version of the app. Are you accepting pull requests, and if …
-
It looks like this package doesn't fully support ESM because at least one of its dependencies doesn't support it. I mean [sdp-transform](https://github.com/clux/sdp-transform) here. Maybe for bundlers…
-
**Title:** Support for ES Module Import in `@quantlib/ql`
**Description:**
I encountered an error while predicting the next price using the `@quantlib/ql` library. The error message indicates th…