Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | perf(compile): pass module source data from binary directly to v8 (#26494) | David Sherret | |
This changes denort to pass a static reference of the moude source bytes found in the binary to v8 instead of copying it. | |||
2024-10-14 | feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": ↵ | David Sherret | |
"commonjs"` (#26149) 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`). |