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
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
fix: support import map specified as data uri (#17531)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
fix: remove leftover Deno.spawn references (#17524)
David Sherret
2023-01-25
feat(cli): add `DENO_V8_FLAGS` env var (#17313)
Leo Kettmeir
2023-01-25
feat: Add sync APIs for "Deno.permissions" (#17019)
Asher Gomez
2023-01-24
feat: suggest adding a "node:" prefix for bare specifiers that look like buil...
David Sherret
2023-01-24
feat: log detection of config file (#17338)
Leo Kettmeir
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-13
fix(permissions): lock stdio streams when prompt is shown (#17392)
Bartek Iwańczuk
2023-01-13
tests: Disable flaky flash_shutdown test (#17390)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-24
feat(cli): add warning for incorrectly ordered flags (#16734)
Asher Gomez
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-15
test: don't use lock file in JSX tests (#16639)
Bartek Iwańczuk
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(npm): remove forgotten unstable check (#16598)
Bartek Iwańczuk
2022-11-10
feat(lock): don't require --unstable for auto discovery (#16582)
Bartek Iwańczuk
2022-11-08
fix(lock): only store integrities for http: and https: imports (#16558)
Bartek Iwańczuk
2022-11-03
fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)
Bartek Iwańczuk
2022-11-03
fix(lock): require --unstable flag to auto discover lockfile (#16524)
Bartek Iwańczuk
2022-11-02
fix(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-10-26
feat(cli): show error cause recursion information (#16384)
Cre3per
2022-10-24
feat: Stabilize Deno.stdin.setRaw() (#16399)
Bartek Iwańczuk
2022-10-19
feat: Add new lockfile format (#16349)
Bartek Iwańczuk
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-10-16
fix: add error cause in recursive cause tail (#16306)
Cre3per
2022-10-04
chore: remove 'fix_exotic_specifier' test (#16143)
Bartek Iwańczuk
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
[next]