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
/
module_loader.rs
Age
Commit message (
Expand
)
Author
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-08-01
fix(ext/node): fix import json using npm specifier (#19723)
await-ovo
2023-07-31
refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000)
David Sherret
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-07-14
fix(npm): improve error message on directory import in npm package (#19538)
Elian Cordoba
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-05-31
refactor(core): don't pass op state to prepare_module_load() (#19332)
Nayeem Rahman
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-05-01
refactor(cli): use CliMainWorker in standalone (#18880)
David Sherret
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-25
refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842)
David Sherret
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
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
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-14
refactor: add `TypeChecker` struct (#18709)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli): add `Emitter` struct (#18690)
David Sherret
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-10
refactor: allow to provide polyfills for Node modules from the snapshot (#17706)
Bartek Iwańczuk
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-03
refactor: remove old cjs_esm_translations in graph_util (#17643)
David Sherret
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-01
perf: node cjs & esm analysis cache (#16097)
David Sherret
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-12
fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)
Bartek Iwańczuk
2022-09-12
fix(npm): align Deno importing Node cjs with Node esm importing cjs (#15879)
David Sherret
2022-09-10
fix(npm): align Node esm code importing cjs with Node (#15838)
David Sherret
2022-09-03
fix(npm): add more context to errors when file doesn't exist (#15749)
Bartek Iwańczuk
2022-08-24
fix(unstable): various resolution bugs for npm: specifiers (#15546)
Bartek Iwańczuk
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
[next]