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