summaryrefslogtreecommitdiff
path: root/tests/testdata/npm
AgeCommit message (Expand)Author
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-15fix(lsp): improved cjs tracking (#23374)David Sherret
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-04fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...David Sherret
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-19chore: move `test_util` to `tests/util/server` (#22444)Asher Gomez
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci