summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-18fix(node/http): wrong `req.url` value (#25081)Marvin Hagemeister
2024-08-17fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062)Yoshiya Hinosawa
2024-08-16fix(node/fs): Use correct offset and length in node:fs.read and write (#25049)Nathan Whitaker
2024-08-16feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-15chore: Disable part of parallel serve test on macos (flaky) (#25057)Nathan Whitaker
2024-08-15feat(lint): Add lint for usage of node globals (with autofix) (#25048)Nathan Whitaker
2024-08-15fix(node): Create additional pipes for child processes (#25016)Nathan Whitaker
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(ext/node): support http2session.socket (#24786)Sean McArthur
2024-08-14fix(lsp): import map lookup for jsr subpath auto import (#25025)Nayeem Rahman
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-08-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
2024-08-14fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...Nathan Whitaker
2024-08-14fix(node/inspector): Session constructor should not throw (#25041)Marvin Hagemeister
2024-08-14fix(cli): support --watch when running cjs npm packages (#25038)Luca Casonato
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Łukasz Czerniawski
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12chore: mark upgrade_prompt as flaky (#25009)David Sherret
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-12fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)Luca Casonato
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-11fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)Divy Srivastava
2024-08-11fix(ext/node): createBrotliCompress params (#24984)Divy Srivastava
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-09fix(install): Properly handle dist tags when setting up node_modules (#24968)Nathan Whitaker
2024-08-09fix: stub `node:module.register()` (#24965)Marvin Hagemeister
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08fix(add): Support dist tags in deno add (#24960)Nathan Whitaker
2024-08-08fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)Yusuke Tanaka
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-08feat(cli): Add --env-file as alternative to --env (#24555)Birk Skyum
2024-08-08feat(permissions): link to docs in permission prompt (#24948)Bartek Iwańczuk
2024-08-08feat: deno clean (#24950)David Sherret
2024-08-08fix(node/util): add missing `debug` alias of `debuglog` (#24944)Marvin Hagemeister
2024-08-08fix(ext/node): client closing streaming request shouldn't terminate http serv...Satya Rohith
2024-08-08perf: skip saving to emit cache after first failure (#24896)David Sherret
2024-08-07fix(ext/fetch): include URL and error details on fetch failures (#24910)Yusuke Tanaka
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-07feat(ext/node): rewrite crypto keys (#24463)Luca Casonato