index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
run_tests.rs
Age
Commit message (
Expand
)
Author
2022-04-24
fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)
Nayeem Rahman
2022-04-19
feat(ext/web): add globalThis.reportError() (#13799)
Nayeem Rahman
2022-04-18
feat: Add DENO_NO_PROMPT variable (#14209)
Nayeem Rahman
2022-04-18
fix(cli/emit): Check JS roots with // @ts-check (#14090)
Nayeem Rahman
2022-04-16
feat: Better formatting for AggregateError (#14285)
Bartek Iwańczuk
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-25
fix(ext/ffi): enforce unstable check on ops (#14115)
Luca Casonato
2022-03-22
chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)
David Sherret
2022-03-22
fix(ext/fetch): Connect async error stack with user code (#13899)
Nayeem Rahman
2022-03-22
fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...
Andreu Botella
2022-03-21
chore: fix development issues on Windows (#14030)
David Sherret
2022-02-25
fix(cli): disable config discovery for remote script (#13745)
Yoshiya Hinosawa
2022-02-17
feat: Add hint to permission prompt to display allow flag (#13695)
Ryan Dahl
2022-02-03
fix(cli): handle local files with query params on emit (#13568)
Kitson Kelly
2022-01-31
fix(cli): handle extensionless imports better (#13548)
Kitson Kelly
2022-01-18
fix(runtime): don't crash when window is deleted (#13392)
Bartek Iwańczuk
2022-01-17
fix(ext/console): don't depend on globalThis present (#13387)
Bartek Iwańczuk
2022-01-16
fix(cli): Don't strip shebangs from modules (#13220)
Andreu Botella
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-14
fix(ext/web): set location undefined when `--location` is not specified (#13046)
Yoshiya Hinosawa
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-11-24
fix(cli): don't cache .tsbuildinfo unless emitting (#12830)
Nayeem Rahman
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-04
Revert "feat(cli): enable `useUnknownInCatchVariables` by default" (#12643)
Luca Casonato
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-10-28
feat(cli): enable `useUnknownInCatchVariables` by default (#12547)
Kitson Kelly
2021-10-27
feat(ext/webstorage): use implied origin when --location not set (#12548)
Kitson Kelly
2021-10-26
fix(cli): do not cache emit when diagnostics present (#12541)
Kitson Kelly
2021-10-19
fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...
Nayeem Rahman
2021-10-18
fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)
Nayeem Rahman
2021-10-11
fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...
Andreu Botella
2021-10-10
feat: Show the URL of streaming WASM modules in stack traces (#12268)
Andreu Botella
2021-09-30
fix: Don't panic when a worker is closed in the reactions to a wasm operation...
Andreu Botella
2021-09-24
chore(workers): Test that closing a worker closes any child workers (#12215)
Andreu Botella
2021-09-22
fix(workers): Don't panic when a worker's parent thread stops running (#12156)
Andreu Botella
2021-09-20
chore(tests): windows pty tests (#12091)
David Sherret
2021-09-18
fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)
Nayeem Rahman
2021-09-17
fix(cli): don't ignore diagnostics about for await (#12116)
Kitson Kelly
2021-09-09
fix: permission prompt stuffing (#11931)
Ryan Dahl
2021-09-06
fix(ext/web): Format terminal DOMExceptions properly (#11834)
Nayeem Rahman
2021-09-06
Don't drop messages from workers that have already been closed (#11913)
Andreu Botella
[next]