index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
node.rs
Age
Commit message (
Expand
)
Author
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-19
fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...
Nathan Whitaker
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-18
perf: analyze cjs exports and emit typescript in parallel (#23856)
David Sherret
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-07-24
refactor(ext/node): CjsCodeAnalyzer - analyze_cjs optionally pass source text...
David Sherret
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret