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
/
tests
/
integration
Age
Commit message (
Expand
)
Author
2024-05-13
fix(cli): panic with `deno coverage` (#23353)
Evan
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-09
fix(lsp): completions for using decl identifiers (#23748)
David Sherret
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-05-09
fix(lsp): move sloppy import resolution from loader to resolver (#23751)
Nathan Whitaker
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-08
chore: cleanup some coverage tests (#23738)
David Sherret
2024-05-07
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
David Sherret
2024-05-07
chore(test): move npm registries to separate servers and to the `tests/regist...
David Sherret
2024-05-06
fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
Nathan Whitaker
2024-05-06
chore: (Hopefully) make `jupyter_execute_request` test less flaky (#23689)
Nathan Whitaker
2024-05-05
docs: update categories to match new planned sitemap (#23677)
Jo Franchetti
2024-05-05
chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)
David Sherret
2024-05-05
chore: update wgpu (#23684)
Leo Kettmeir
2024-05-03
chore: maybe make watcher tests less flaky (#23683)
David Sherret
2024-05-03
fix(lsp): always cache all npm packages (#23679)
David Sherret
2024-05-03
refactor(lsp): cleanup cache and module registry update (#23620)
Nayeem Rahman
2024-05-03
refactor(tests): move worker_threads itests to spec tests (#23648)
Satya Rohith
2024-05-03
chore: move cert itests to spec tests (#23607)
David Sherret
2024-05-01
chore: make a couple repl tests less flaky (#23636)
David Sherret
2024-05-01
chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)
Nayeem Rahman
2024-04-30
feat(cli): add support for jsxImportSourceTypes (#23419)
Luca Casonato
2024-04-29
FUTURE: remove import assertions support for JavaScript (#23541)
Kenta Moriuchi
2024-04-29
chore: add tests for moduleGraph2 (#23603)
David Sherret
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-04-27
fix(ext/node): support process.stdin.unref() (#22865)
Yoshiya Hinosawa
2024-04-26
feat(ci): category & unstable tags checker (#23568)
Leo Kettmeir
2024-04-25
chore: rework TLS code in test server (#23566)
Matt Mastracci
2024-04-24
chore: update deno_doc (#23544)
Leo Kettmeir
2024-04-24
fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
Nayeem Rahman
2024-04-23
test: add private npm registry (#23510)
Bartek Iwańczuk
2024-04-23
fix(workspace): provide workspace members as 'imports' in import map (#23492)
Bartek Iwańczuk
2024-04-23
feat: enable Float16Array support (#23490)
Bartek Iwańczuk
2024-04-22
fix(lsp): remove Document::open_data on close (#23483)
Nayeem Rahman
2024-04-22
feat: add jsx precompile skip element option (#23457)
Marvin Hagemeister
2024-04-22
perf(lsp): Batch "$projectChanged" notification in with the next JS request (...
Nathan Whitaker
2024-04-20
feat(task): support running npm binary commands in deno.json (#23478)
David Sherret
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-18
fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...
nokazn
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-16
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...
Satya Rohith
2024-04-15
fix(lsp): improved cjs tracking (#23374)
David Sherret
2024-04-12
test(compile): dynamic JSR imports are working correctly (#23306)
Bartek Iwańczuk
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek Iwańczuk
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
2024-04-10
chore: update references to `deno_std` to use JSR (#23239)
Asher Gomez
2024-04-10
refactor(lsp): cleanup documents dependents calculation (#23295)
Nayeem Rahman
2024-04-09
fix(ext/node): implement MessagePort.unref() (#23278)
Satya Rohith
[next]