summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-11-13chore(cli): unflake signal test (#21185)Matt Mastracci
2023-11-13chore(ext/web): use a non-resource stream for textDecoderStreamCleansUpOnCanc...Matt Mastracci
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-12fix(lsp): update tsconfig after refreshing settings on init (#21170)Nayeem Rahman
2023-11-12fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...Florian Schwalm
2023-11-11fix(ext/node): Re-enable alloc max size test (#21059)Kenta Moriuchi
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-10chore(cli): Migrate some unit tests to "Promise.withResolvers()" (#21128)Tareque Md Hanif
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-11-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-11-10fix(test) reduce queue persistence test time from 60 secs to 6 secs (#21142)Igor Zinkovsky
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
2023-11-07fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...Aravind
2023-11-07fix(node): cjs export analysis should probe for json files (#21113)David Sherret
2023-11-07fix(node): inspect ancestor directories when resolving cjs re-exports during ...David Sherret
2023-11-07fix(node/http): socket.setTimeout (#20930)Gasman
2023-11-06fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)Kenta Moriuchi
2023-11-06fix(byonm): correct resolution for scoped packages (#21083)David Sherret
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-11-04fix(doc): `deno doc --lint mod.ts` should output how many files checked (#21084)David Sherret
2023-11-02feat(ext/kv): increase checks limit (#21055)Igor Zinkovsky
2023-11-01fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)Asher Gomez
2023-11-01fix(repl): jsxImportSource was not working (#21049)David Sherret
2023-11-01feat: enable Array.fromAsync (#21048)Bartek Iwańczuk
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01fix(test): --junit-path should handle when the dir doesn't exist (#21044)David Sherret
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-11-01chore: upgrade deno_core (#21036)Bartek Iwańczuk
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-11-01Revert "chore: use kqueue backend of notify on macOS" (#21039)Divy Srivastava
2023-11-01feat: deno doc --html (#21015)Bartek Iwańczuk
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-11-01fix(repl): support transforming JSX/TSX (#20695)Bartek Iwańczuk
2023-11-01feat(doc): improve non-exported diagnostic (#21033)David Sherret
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-10-31feat: `deno doc --lint` (#21032)David Sherret
2023-10-31chore: update macOS shared library test (#21031)Divy Srivastava
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-10-31chore: use kqueue backend of notify on macOS (#21028)Divy Srivastava
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk