summaryrefslogtreecommitdiff
path: root/cli/tests/integration
AgeCommit message (Expand)Author
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-13test: integration tests for tarring/unfurling (#21544)Bartek Iwańczuk
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12perf(lsp): use null types instead of stub modules (#21541)Nayeem Rahman
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-11perf(lsp): instrument all ops with performance marks (#21536)Bartek Iwańczuk
2023-12-11fix(coverage): escape source code in html coverage report (#21531)Yoshiya Hinosawa
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...David Sherret
2023-12-08fix(unstable): Honor granular unstable flags in js runtime (#21466)Julien Cayzac
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa
2023-12-07fix: add more warnings when using sloppy imports (#21503)David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-06feat: TypeScript 5.3 (#21480)David Sherret
2023-12-06fix(task): handle node_modules/.bin directory with byonm (#21386)David Sherret
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-12-06fix(npm): do not create symlink for non-system optional dep in node_modules d...David Sherret
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-05fix(ext/kv): throw error if already closed (#21459)Raashid Anwar
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-12-01refactor(lsp): log names (#21413)Bartek Iwańczuk
2023-11-29perf(lsp): add performance marks for TSC requests (#21383)Bartek Iwańczuk
2023-11-29build(cli): allow to build without upgrade feature (#19910)Jakub Jirutka
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-27ci: make upgrade_lsp_repl_sleeps less flaky (#21363)David Sherret
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-24fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)David Sherret
2023-11-23chore: fix upgrade_prompt test on main (#21314)David Sherret
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)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-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-16fix(npm): support cjs entrypoint in node_modules folder (#21224)David Sherret
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
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-10fix: improve `deno doc --lint` error messages (#21156)David Sherret