summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
AgeCommit message (Expand)Author
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-11-27feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)scarf
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
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-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-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-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-11-01feat(doc): improve non-exported diagnostic (#21033)David Sherret
2023-10-31feat: `deno doc --lint` (#21032)David Sherret
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-30feat(doc): support multiple file entry (#21018)Bartek Iwańczuk
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-26feat(doc): display non-exported types referenced in exported types (#20990)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-17fix(node): resolve file.d specifiers in npm packages (#20918)David Sherret
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-12chore(task): remove warning for npm "scripts" (#20880)Nayeem Rahman
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-10fix(bench): use total time when measuring wavg (#20862)Nayeem Rahman
2023-10-06feat(unstable): Await return from `Jupyter.display` (#20807)Trevor Manz
2023-10-05feat(jupyter): support Deno.test() (#20778)Nayeem Rahman
2023-10-04fix(jupyter): keep `this` around (#20789)Kyle Kelley
2023-10-04feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)Trevor Manz
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-24fix(lsp): resolve remote import maps (#20651)Nayeem Rahman
2023-09-18fix(cli): Enhanced errors for Jupyter (#20530)Kyle Kelley
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato