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
/
tests
/
integration
/
npm_tests.rs
Age
Commit message (
Expand
)
Author
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-09-25
chore: deprecate npm itests (#25804)
Mohammad Sulaiman
2024-09-20
refactor(tests): migrate npm itests to specs (#25764)
Satya Rohith
2024-09-18
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Asher Gomez
2024-09-10
feat: require(esm) (#25501)
snek
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-28
feat: remove `--lock-write` flag (#25214)
Bartek Iwańczuk
2024-08-28
fix: replace `npm install` hint with `deno install` hint (#25244)
Bartek Iwańczuk
2024-08-26
feat: lockfile v4 by default (#25165)
David Sherret
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-20
fix: adjust suggestion for lockfile regeneration (#25107)
Bartek Iwańczuk
2024-07-24
fix(future): Emit `deno install` warning less often, suggest `deno install` i...
Nathan Whitaker
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-03
refactor: extract structs for downloading tarballs and npm registry packument...
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-05-23
fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...
Nathan Whitaker
2024-05-07
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
David Sherret
2024-05-07
chore(test): move npm registries to separate servers and to the `tests/regist...
David Sherret
2024-04-23
test: add private npm registry (#23510)
Bartek Iwańczuk
2024-04-03
FUTURE: enable BYONM by default (#23194)
Bartek Iwańczuk
2024-03-13
chore: rough first pass on spec tests (#22877)
David Sherret
2024-03-09
fix(node): require of pkg json imports was broken (#22821)
David Sherret
2024-03-08
fix(node): resolve .css files in npm packages when type checking (#22804)
David Sherret
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-12
chore: continue tests/ re-org (#22396)
Matt Mastracci
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci