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
/
ext
/
node
/
analyze.rs
Age
Commit message (
Expand
)
Author
2024-01-08
fix: cjs export rewritten to invalid identifier (#21853)
Marvin Hagemeister
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-14
fix(node): support resolving a package.json import to a builtin node module (...
David Sherret
2023-12-11
fix: allow reserved word 'mod' in exports (#21537)
Ryan Dahl
2023-11-07
fix(node): cjs export analysis should probe for json files (#21113)
David Sherret
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-10-04
refactor(node): combine node resolution code for resolving a package subpath ...
David Sherret
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-07-31
refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000)
David Sherret
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-07-03
fix(npm): escape export identifier in double quoted string (#19694)
await-ovo
2023-07-01
fix(npm): handle more reserved words as cjs exports (#19672)
David Sherret
2023-05-16
fix(npm): add performance.markResourceTiming sham (#19123)
Bartek IwaĆczuk
2023-05-08
refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)
David Sherret
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-04-26
refactor(ext/node): use a snapshottable global name for Node's globalThis (#1...
David Sherret
2023-04-25
refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842)
David Sherret
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
2023-04-21
refactor: move some CJS and ESM code analysis to ext/node (#18789)
David Sherret