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
/
tests
/
testdata
/
run
/
with_package_json
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-25
perf: cache node resolution when accesing a global (#19930)
Bartek Iwańczuk
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-06-09
chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)
David Sherret
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-03-21
chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...
Yoshiya Hinosawa
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-24
fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk