summaryrefslogtreecommitdiff
path: root/cli/tests/integration
AgeCommit message (Expand)Author
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-28fix(repl): don't panic on undefined exception (#18888)Nayeem Rahman
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-23refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)Bartek Iwańczuk
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-17refactor(tests): Watcher test timeout (#18459)Cre3per
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-13fix(test): add process sigint handler for --watch (#18678)Nayeem Rahman
2023-04-12fix(npm): eagerly reload package information when version from lockfile not f...David Sherret
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-12fix(core): preserve syntax error locations in dynamic imports (#18664)Nayeem Rahman
2023-04-12fix(ext/cache): cache.put overwrites previous call (#18649)Satya Rohith
2023-04-11fix(npm): do not "npm install" when npm specifier happens to match package.js...David Sherret
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06fix(ext/node): json encode binary command name (#18596)Geert-Jan Zwiers
2023-04-05tests: cleanup "node_compat_tests" (#18594)Bartek Iwańczuk
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-04-03refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)Bartek Iwańczuk
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-03-31fix(lsp): better handling of `data:` urls (#18527)David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(coverage): ignore files from npm registry (#18457)Geert-Jan Zwiers
2023-03-30fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-29chore: fix flaky pty_internal_repl (#18486)David Sherret
2023-03-28test(lsp): make lsp_completions_auto_import more robust (#18482)Bartek Iwańczuk
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-28refactor: move shared library tests to their own file (#18479)Ryan Dahl
2023-03-28chore: add test for Linux shared libraries (#18461)Andrew Nester
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers