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
/
package_json
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-24
feat: Expand 'imports' section of deno.json (#22087)
Bartek Iwańczuk
2023-10-12
chore(task): remove warning for npm "scripts" (#20880)
Nayeem Rahman
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-01
feat(bench): print iter/s in the report (#19994)
Bartek Iwańczuk
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-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-25
chore: fix flaky package_json_basic tests (#17940)
David Sherret
2023-02-23
fix(npm): allow resolving from package.json when an import map exists (#17905)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret