mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 14:17:49 -04:00

When using the `--unstable-detect-cjs` flag or adding `"unstable": ["detect-cjs"]` to a deno.json, it will make a JS file CJS if the closest package.json contains `"type": "commonjs"` and the file is not an ESM module (no TLA, no `import.meta`, no `import`/`export`).
1 line
51 B
Text
1 line
51 B
Text
error: Module not found: file:///[WILDLINE]/add.js
|