summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-28tests: fix wpt_epoch job (#25264)Luca Casonato
2024-08-28fix(ext/node): update aead-gcm-stream to 0.3 (#25261)Divy Srivastava
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-28fix(ext/node): emit `online` event after worker thread is initialized (#25243)Nathan Whitaker
2024-08-28fix: replace `npm install` hint with `deno install` hint (#25244)Bartek Iwańczuk
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-28test: add supporting for ignoring spec tests (#25242)Bartek Iwańczuk
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-27chore: ignore lint warning in test (#25234)Marvin Hagemeister
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-26Reland "test: run unit tests with DENO_FUTURE=1" (#25212)Bartek Iwańczuk
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-26fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)Armaan Salam
2024-08-26fix(node/cluster): improve stubs to make log4js work (#25146)Marvin Hagemeister
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-23fix(ext/crypto): throw DataError for invalid EC key import (#25181)Divy Srivastava
2024-08-23fix(ext/node): import JWK octet key pairs (#25180)Divy Srivastava
2024-08-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-08-22fix(urlpattern): fallback to empty string for undefined group values (#25151)Leo Kettmeir
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-21fix(lsp): resolve jsx import source with types mode (#25064)Nayeem Rahman
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-21chore(lsp): use 'install' terminology for jsr and npm packages (#25119)Nayeem Rahman
2024-08-21fix(ext/node): pass content-disposition header as string instead of bytes (#2...Satya Rohith
2024-08-20fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399)seb
2024-08-20fix(add): error when config file contains importMap field (#25115)David Sherret
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-20fix(lsp): include scoped import map keys in completions (#25047)Nayeem Rahman
2024-08-20feat: glob and directory support for `deno check` and `deno cache` cli arg pa...Yazan AbdAl-Rahman
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
2024-08-20feat: Print deprecation message for npm packages (#24992)HasanAlrimawi
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-20fix(repl): Prevent panic on broken pipe (#21945)melbourne2991
2024-08-19fix(lint): support linting tsx/jsx from stdin (#24955)Yazan AbdAl-Rahman
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-19chore: improve accessing special file test (#25099)David Sherret
2024-08-19fix: add permission name when accessing a special file errors (#25085)Bedis Nbiba
2024-08-19fix(compile): make output more deterministic (#25092)David Sherret
2024-08-19fix(node/tty): fix `tty.WriteStream.hasColor` with different args (#25094)Marvin Hagemeister
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
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