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
/
standalone
/
binary.rs
Age
Commit message (
Expand
)
Author
2024-04-27
fix(compile): certain jsr specifiers sometimes can't load (#23567)
David Sherret
2024-04-05
FUTURE: override byonm with nodeModulesDir setting (#23222)
David Sherret
2024-04-03
FUTURE: enable BYONM by default (#23194)
Bartek Iwańczuk
2024-03-31
refactor: cleanup main entrypoint (#23145)
David Sherret
2024-03-22
perf(cli): use args_os (#23039)
Matt Mastracci
2024-03-05
perf(cli): faster standalone executable determination (#22717)
Matt Mastracci
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-22
refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)
Bartek Iwańczuk
2024-01-18
feat: Start warning on each use of a deprecated API (#21939)
Bartek Iwańczuk
2024-01-06
fix(compile): preserve granular unstable features (#21827)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-10-02
refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...
David Sherret
2023-09-30
refactor(npm): create `cli::npm::managed` module (#20740)
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-07-29
chore: remove println in DenoCompileBinaryWriter (#19976)
David Sherret
2023-07-28
feat(compile): Add `--no-terminal` to compile command (#17991)
JasperVanEsveld
2023-06-08
refactor(compile): store the npm snapshot in the eszip (#19343)
David Sherret
2023-05-28
chore: fix flaky test_include_dir_recursive (#19291)
David Sherret
2023-05-24
refactor: upgrade to deno_npm 0.6 (#19244)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
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-04-19
fix(compile): write bytes directly to output file (#18777)
David Sherret