mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
1a0cb5b531
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`). |
||
---|---|---|
.. | ||
byonm_main_sub_dir | ||
detect_cjs | ||
determinism | ||
env_vars_support | ||
jsr_with_deps | ||
npm_cjs_reexport_relative_parent_component | ||
npmrc_auto_install | ||
npmrc_byonm | ||
patch | ||
permissions_denied | ||
relative_permissions | ||
repetitive_unstable_flag | ||
workspace |