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-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-22
chore: temporarily ignore websocketstream test (#15997)
David Sherret
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-14
fix(ops): add node.js env variable allowlist (#15893)
Colin Ihrig
2022-09-04
fix(cli): allow using file resource synchronously while being used async (#15...
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-08-21
feat: `queueMicrotask()` error handling (#15522)
Nayeem Rahman
2022-08-21
fix(core/runtime): always cancel termination in exception handling (#15514)
Nayeem Rahman
2022-08-11
fix(cli): allow configurations files to also be json modules (#15444)
Nayeem Rahman
2022-07-30
fix(core): BorrowMutError in nested error (#15352)
Bartek Iwańczuk
2022-07-23
fix: unhandledrejection handling for sync throw in top level (#15279)
Bartek Iwańczuk
2022-07-21
fix: proper typings for unhandledrejection event (#15271)
Bartek Iwańczuk
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-20
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#1...
Nayeem Rahman
2022-07-18
feat: import.meta.resolve() (#15074)
Bartek Iwańczuk
2022-07-15
Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)
Bartek Iwańczuk
2022-07-14
feat: add "unhandledrejection" event support (#12994) (#15080)
Bartek Iwańczuk
2022-07-14
fix(cli): expand tsc roots when using checkJs (#15164)
Rafael Ávila de Espíndola
2022-07-13
fix(cli): synchronize async stdio/file reads and writes (#15092)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-11
perf(cli/proc_state): Get error source lines from memory (#15031)
Nayeem Rahman
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-25
fix(modules): Immediately resolve follow-up dyn imports to a dyn imported mod...
Andreu Botella
2022-06-24
fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...
Bartek Iwańczuk
2022-06-20
fix: do not panic running .d.cts and .d.mts files (#14917)
David Sherret
2022-06-15
fix(url): properly indent when inspecting URLs (#14867)
cjihrig
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-13
feat: no type-check by default (#14691)
Bartek Iwańczuk
2022-05-20
fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665)
Yoshiya Hinosawa
2022-05-18
refactor: use spawn API across codebase (#14414)
Leo Kettmeir
2022-05-17
feat: subcommands type-check only local files by default (#14623)
Bartek Iwańczuk
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-13
feat: add --no-config flag (#14555)
Bartek Iwańczuk
2022-05-10
fix(runtime/web_worker): Use biased select when getting module result (#14553)
Nayeem Rahman
2022-05-08
fix(core): avoid panic on non-string Error.name (#14529)
Aaron O'Mullan
2022-04-29
fix(cli): add dom.extras lib (#14430)
Kitson Kelly
2022-04-27
fix(workers): Make `worker.terminate()` not block the current thread (#13941)
Andreu Botella
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
[next]