summaryrefslogtreecommitdiff
path: root/cli/standalone
AgeCommit message (Expand)Author
2024-01-26fix: make deprecation warnings less verbose (#22128)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-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
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-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...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-10-31feat: deno run --unstable-hmr (#20876)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
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-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-01refactor(runtime): use new fd methods from resource table (#20010)Matt Mastracci
2023-07-29chore: remove println in DenoCompileBinaryWriter (#19976)David Sherret
2023-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-07-27chore: cleanup EmbeddedModuleLoader (#19911)Luca Casonato
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
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-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-28chore: maybe fix cli/standalone/virtual_fs tests on main (#19295)David Sherret
2023-05-28chore: fix flaky test_include_dir_recursive (#19291)David Sherret
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-25fix(compile): improve panic message when stripping root path fails (#19258)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret