summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2022-05-20fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665)Yoshiya Hinosawa
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-13feat: add --no-config flag (#14555)Bartek Iwańczuk
2022-05-10fix(runtime/web_worker): Use biased select when getting module result (#14553)Nayeem Rahman
2022-05-08fix(core): avoid panic on non-string Error.name (#14529)Aaron O'Mullan
2022-04-29fix(cli): add dom.extras lib (#14430)Kitson Kelly
2022-04-27fix(workers): Make `worker.terminate()` not block the current thread (#13941)Andreu Botella
2022-04-24fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)Nayeem Rahman
2022-04-19feat(ext/web): add globalThis.reportError() (#13799)Nayeem Rahman
2022-04-18feat: Add DENO_NO_PROMPT variable (#14209)Nayeem Rahman
2022-04-18fix(cli/emit): Check JS roots with // @ts-check (#14090)Nayeem Rahman
2022-04-16feat: Better formatting for AggregateError (#14285)Bartek Iwańczuk
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-25fix(ext/ffi): enforce unstable check on ops (#14115)Luca Casonato
2022-03-22chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)David Sherret
2022-03-22fix(ext/fetch): Connect async error stack with user code (#13899)Nayeem Rahman
2022-03-22fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...Andreu Botella
2022-03-21chore: fix development issues on Windows (#14030)David Sherret
2022-02-25fix(cli): disable config discovery for remote script (#13745)Yoshiya Hinosawa
2022-02-17feat: Add hint to permission prompt to display allow flag (#13695)Ryan Dahl
2022-02-03fix(cli): handle local files with query params on emit (#13568)Kitson Kelly
2022-01-31fix(cli): handle extensionless imports better (#13548)Kitson Kelly
2022-01-18fix(runtime): don't crash when window is deleted (#13392)Bartek Iwańczuk
2022-01-17fix(ext/console): don't depend on globalThis present (#13387)Bartek Iwańczuk
2022-01-16fix(cli): Don't strip shebangs from modules (#13220)Andreu Botella
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-14fix(ext/web): set location undefined when `--location` is not specified (#13046)Yoshiya Hinosawa
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
2021-11-24fix(cli): don't cache .tsbuildinfo unless emitting (#12830)Nayeem Rahman
2021-11-16fix(cli): short-circuit in prepare_module_load() (#12604)Nayeem Rahman
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-04Revert "feat(cli): enable `useUnknownInCatchVariables` by default" (#12643)Luca Casonato
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-10-28feat(cli): enable `useUnknownInCatchVariables` by default (#12547)Kitson Kelly
2021-10-27feat(ext/webstorage): use implied origin when --location not set (#12548)Kitson Kelly
2021-10-26fix(cli): do not cache emit when diagnostics present (#12541)Kitson Kelly
2021-10-19fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...Nayeem Rahman
2021-10-18fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)Nayeem Rahman
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-10feat: Show the URL of streaming WASM modules in stack traces (#12268)Andreu Botella