summaryrefslogtreecommitdiff
path: root/cli/js
AgeCommit message (Expand)Author
2024-11-16feat(jupyter): Add `Deno.jupyter.image` API (#26284)Bartek Iwańczuk
2024-09-04refactor(cli/js): align error messages (#25406)Ian Bull
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-03-24fix: don't panic in test and bench if ops not available (#23055)Bartek Iwańczuk
2024-03-24refactor(bench): align ops to testing ops (#23038)Bartek Iwańczuk
2024-03-21chore: upgrade deno_core to 0.272.0 (#23022)Bartek Iwańczuk
2024-02-27perf(cli): reduce overhead in test registration (#22552)Matt Mastracci
2024-02-16refactor(cli): move op sanitizer to Rust (#22413)Matt Mastracci
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-06refactor: don't expose some ops (#22281)Bartek Iwańczuk
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk
2024-01-26refactor(cli): use new sanitizer for resources (#22125)Matt Mastracci
2024-01-26fix(testing): add op_spawn_wait mapping in resource sanitizer (#22129)Luca Casonato
2024-01-25chore(cli): split 40_testing (#22112)Matt Mastracci
2024-01-24feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)Asher Gomez
2024-01-24feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)Asher Gomez
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-11-10chore: remove primordial usage from 40_testing.js (#21140)Divy Srivastava
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-10fix(bench): use total time when measuring wavg (#20862)Nayeem Rahman
2023-10-04refactor: rewrite websocket to use op2 macro (#20140)Divy Srivastava
2023-10-04feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)Trevor Manz
2023-09-30feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ...Trevor Manz
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-26perf(test): use fast ops for deno test register (#20670)Luca Casonato
2023-09-26perf(test): use core.currentUserCallSite (#20669)Luca Casonato
2023-09-19perf: make `deno test` 10x faster (#20550)Luca Casonato
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-14fix: output traces for op sanitizer in more cases (#20494)Luca Casonato
2023-09-10chore: speed up test name escapeing (#20439)Marvin Hagemeister
2023-09-06feat(test): Add Deno.test.ignore and Deno.test.only (#20365)Bartek Iwańczuk
2023-08-26fix(bench): explicit timers don't force high precision measurements (#20272)Nayeem Rahman
2023-08-10fix(test): handle ASCII escape chars in test name (#20081)Bartek Iwańczuk
2023-08-04fix(test): make test runner work when global setTimeout is replaced (#20052)Yoshiya Hinosawa
2023-08-04fix(test): use only a single timeout for op sanitizers (#20042)Bartek Iwańczuk