summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
2023-01-25feat(cli): add `DENO_V8_FLAGS` env var (#17313)Leo Kettmeir
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24feat: suggest adding a "node:" prefix for bare specifiers that look like buil...David Sherret
2023-01-24feat: log detection of config file (#17338)Leo Kettmeir
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-13fix(permissions): lock stdio streams when prompt is shown (#17392)Bartek Iwańczuk
2023-01-13tests: Disable flaky flash_shutdown test (#17390)Bartek Iwańczuk
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-15test: don't use lock file in JSX tests (#16639)Bartek Iwańczuk
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-11fix(npm): remove forgotten unstable check (#16598)Bartek Iwańczuk
2022-11-10feat(lock): don't require --unstable for auto discovery (#16582)Bartek Iwańczuk
2022-11-08fix(lock): only store integrities for http: and https: imports (#16558)Bartek Iwańczuk
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-11-03fix(lock): require --unstable flag to auto discover lockfile (#16524)Bartek Iwańczuk
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-10-24feat: Stabilize Deno.stdin.setRaw() (#16399)Bartek Iwańczuk
2022-10-19feat: Add new lockfile format (#16349)Bartek Iwańczuk
2022-10-18feat: introduce navigator.language (#12322)Luca Matei Pintilie
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-10-04chore: remove 'fix_exotic_specifier' test (#16143)Bartek Iwańczuk
2022-09-28feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)Luca Casonato
2022-09-22chore: temporarily ignore websocketstream test (#15997)David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-14fix(ops): add node.js env variable allowlist (#15893)Colin Ihrig
2022-09-04fix(cli): allow using file resource synchronously while being used async (#15...David Sherret
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
2022-08-21feat: `queueMicrotask()` error handling (#15522)Nayeem Rahman
2022-08-21fix(core/runtime): always cancel termination in exception handling (#15514)Nayeem Rahman
2022-08-11fix(cli): allow configurations files to also be json modules (#15444)Nayeem Rahman
2022-07-30fix(core): BorrowMutError in nested error (#15352)Bartek Iwańczuk
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-21fix: proper typings for unhandledrejection event (#15271)Bartek Iwańczuk
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-20chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#1...Nayeem Rahman
2022-07-18feat: import.meta.resolve() (#15074)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-14fix(cli): expand tsc roots when using checkJs (#15164)Rafael Ávila de Espíndola
2022-07-13fix(cli): synchronize async stdio/file reads and writes (#15092)David Sherret