summaryrefslogtreecommitdiff
path: root/tests/testdata/npm
AgeCommit message (Expand)Author
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