summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
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
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-07-11perf(cli/proc_state): Get error source lines from memory (#15031)Nayeem Rahman
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-25fix(modules): Immediately resolve follow-up dyn imports to a dyn imported mod...Andreu Botella
2022-06-24fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...Bartek Iwańczuk
2022-06-20fix: do not panic running .d.cts and .d.mts files (#14917)David Sherret
2022-06-15fix(url): properly indent when inspecting URLs (#14867)cjihrig
2022-06-13Deno.exit() is an alias to self.close() in worker contexts (#14826)Bartek Iwańczuk
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk