summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
AgeCommit message (Expand)Author
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-27refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...Divy Srivastava
2024-01-27chore: upgrade deno_core to 0.256.0 (#22145)Divy Srivastava
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-13fix(check): should not panic when all specified files excluded (#21929)David Sherret
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-03fix(cli): respect `exclude` option for `deno check` command (#21779)nokazn
2024-01-03chore: upgrade deno_core to 0.241.0 (#21765)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-08feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-05refactor(npm): add referrer when resolving npm package sub path from deno mod...David Sherret
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-08chore: rename some helpers on the Fs trait (#20097)Luca Casonato
2023-08-01fix(ext/node): fix import json using npm specifier (#19723)await-ovo
2023-07-31refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000)David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-07refactor: helpers methods on `TypeCheckMode` (#19393)David Sherret
2023-05-31refactor(core): don't pass op state to prepare_module_load() (#19332)Nayeem Rahman
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-05-01refactor(cli): use CliMainWorker in standalone (#18880)David Sherret
2023-04-27refactor(cli): extract out ProcState from CliMainWorker (#18867)David Sherret
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-25refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842)David Sherret
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
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
2023-04-21refactor: move some CJS and ESM code analysis to ext/node (#18789)David Sherret
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-14refactor: add `TypeChecker` struct (#18709)David Sherret