summaryrefslogtreecommitdiff
path: root/cli/factory.rs
AgeCommit message (Expand)Author
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-05FUTURE: override byonm with nodeModulesDir setting (#23222)David Sherret
2024-04-03FUTURE: enable BYONM by default (#23194)Bartek Iwańczuk
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-24fix(lsp): import map expansion (#22553)David Sherret
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-16refactor: remove module graph setup from ModuleLoader (#22442)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-14chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)Nayeem Rahman
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-01-31chore: temporarily disable deprecation warnings (#22204)Bartek Iwańczuk
2024-01-30fix(lockfile): only consider package.json beside lockfile in workspace proper...David Sherret
2024-01-27refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...Divy Srivastava
2024-01-26fix: make deprecation warnings less verbose (#22128)Bartek Iwańczuk
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
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-06fix(task): handle node_modules/.bin directory with byonm (#21386)David Sherret
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-10perf(cli): strace mode for ops (undocumented) (#21131)Matt Mastracci
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01fix(repl): jsxImportSource was not working (#21049)David Sherret
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-10-31feat: deno run --unstable-hmr (#20876)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-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-19refactor: add WatcherCommunicator helper struct (#20927)Bartek Iwańczuk
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-10-02refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...David Sherret
2023-09-30refactor(npm): create `cli::npm::managed` module (#20740)David Sherret