summaryrefslogtreecommitdiff
path: root/test_util
AgeCommit message (Expand)Author
2022-12-19chore(test): report correct cwd when running tests via itest macro (#17132)Kamil Ogórek
2022-12-19chore(test_util): use pty2 instead of pty (#17131)Divy Srivastava
2022-12-07feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)David Sherret
2022-12-02chore: update std submodule to 0.167.0 (#16894)Bartek Iwańczuk
2022-11-30fix(lsp): analyze fs dependencies of dependencies to find npm package require...David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-11-06chore: upgrade deno_std submodule (#16546)Bartek Iwańczuk
2022-10-26chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)Colin Ihrig
2022-10-26feat: Stabilize Deno.consoleSize() API (#15933)Bartek Iwańczuk
2022-10-24test(wpt): add mimesniff tests (#16225)Marcos Casagrande
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-17chore: upgrade internal deno_std to 0.160 (#16333)David Sherret
2022-10-16fix(cli/bench): skip strace table border (#16310)Marcos Casagrande
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-22chore: update wpt (#15979)Divy Srivastava
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-07feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)Arnau Orriols
2022-09-02fix(npm): respect `latest` dist tag for getting current version (#15746)David Sherret
2022-08-29chore: update test_util/std/ submodule (#15657)Bartek Iwańczuk
2022-08-26chore(npm): add test for esm npm binary package (#15609)David Sherret
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-23feat: binary npm commands (#15542)David Sherret
2022-08-23fix(cache): do not attempt to emit non-emitable files (#15562)David Sherret
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-07-18BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)Nayeem Rahman
2022-07-15chore: fix Windows specific clippy errors (#15212)David Sherret
2022-06-29fix(ext/web): remove `ErrorEventInit`'s error default (#14809)Mark Ladyshau
2022-06-29chore(cli/bench): Add bun HTTP server (#15004)Divy Srivastava
2022-06-21chore(test_util): add new string assertion macros (#14928)David Sherret
2022-06-16update std submodulecrowlkats
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-14feat(vendor): support using an existing import map (#14836)David Sherret
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-05-25chore: upgrade test_util/std/ submodule (#14722)Bartek Iwańczuk
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret
2022-05-13chore: update test_util/std/ submodule (#14595)Bartek Iwańczuk
2022-05-13feat(ext/web): implement static `Response.json` (#14566)Luca Casonato
2022-05-13chore: update wpt (#14592)Luca Casonato
2022-05-10chore: fix flaky steps_output_within - part 2 (#14562)David Sherret
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-02fix(test/bench): accept file protocol module specifier CLI args (#14429)Adilson Schmitt Junior