summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-13fix(ext/node): initial `crypto.createPublicKey()` support (#22509)Asher Gomez
2024-03-13feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...Asher Gomez
2024-03-12fix(ext/node): flush brotli decompression stream (#22856)Divy Srivastava
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11test(ext/node): add worker_threads test for SharedArrayBuffer (#22850)Bartek Iwańczuk
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-11fix(runtime): Restore default signal handler after user handlers are unregist...Nathan Whitaker
2024-03-11chore: fix child_process test (#22845)David Sherret
2024-03-11fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)mash-graz
2024-03-10fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...mash-graz
2024-03-10chore: update WPT expectations (#22838)Asher Gomez
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-08chore(test): add [WILDCHARS(x)] and [WILDLINE] (#22803)David Sherret
2024-03-08fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)David Sherret
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-08fix(publish): include explicitly specified .gitignored files and directories ...David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-03-07fix(lsp): don't apply renames to remote modules (#22765)Nayeem Rahman
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-06chore(tests): fix process_test for sure (#22756)Matt Mastracci
2024-03-06fix(ext/node): add default methods to fs.StatsBase (#22750)Divy Srivastava
2024-03-06fix(ext/node): strip `--enable-source-maps` from argv (#22743)Divy Srivastava
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-03-06fix(node): implement ALS enterWith (#22740)Divy Srivastava
2024-03-05chore(ext/node): ignore non-working process test (#22723)Matt Mastracci
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-05chore(tests): Remove vestiges of cli/tests folder (#22712)Aapo Alasuutari
2024-03-04chore(ext/node): make process_test more reliable (#22703)Matt Mastracci
2024-03-05chore(tests): update flaky timer test (#22701)Matt Mastracci
2024-03-05chore: move `tools/wpt` to `tests/wpt/runner` (#22545)Asher Gomez
2024-03-04fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...David Sherret
2024-03-04fix(node): errno property when command missing (#22691)Divy Srivastava
2024-03-04fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...David Sherret
2024-03-04feat(lsp): include registry url in jsr import hover text (#22676)Nayeem Rahman
2024-03-04chore: fix typos (#22677)cui fliter
2024-03-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava