Pooya Parsa

Results 476 issues of Pooya Parsa

Currently `import foo from '../bar'` is not resolved. Context #7

Warn if CommonJS syntax detected to use `ext: js` or `format: cjs` - `require` - `__filename` / `__dirname` - `module.*` - `exports.*` TODO: Upgrade syntax when possible

Reference: https://github.com/nuxt/framework/pull/1949 Libraries like `date-fns` (as of 2.25.0) using this contention leading to native ESM incompatibility (https://unpkg.com/browse/[email protected]/esm/format/) Using a regex like `/\/esm\/.*\.js$/` we can exclude it but we should probably...

Currently it is manual with test/fixtutures/resolve

(not same as `deno-deploy` ~> #53) We can have a new preset for deno to make output working with `deno` CLI. The main catch, is that we need to transform...

preset proposal

https://github.com/nuxt/nuxt.js/issues/14558 `nitro: { minify: false }` makes it MUCH easier to track done issues with workers but we didn't document that.

documentation