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