summaryrefslogtreecommitdiff
path: root/cli/tests/integration
AgeCommit message (Expand)Author
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
2023-03-26fix(cli): don't store blob and data urls in the module cache (#18261)Nayeem Rahman
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-25chore(tests): enable `single_compile_with_reload` again (#18196)Geert-Jan Zwiers
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-23fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...David Sherret
2023-03-22chore(cli): ensure no signal on test exit (#18354)Matt Mastracci
2023-03-22chore(cli): disable flash_test as it is causing SIGSEGV (#18358)Matt Mastracci
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-22chore: upgrade rusty_v8 to 0.66.0 (#18339)Bartek Iwańczuk
2023-03-21test: disable macos_shared_libraries test (#18342)Bartek Iwańczuk
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-19feat(compile): Add support for web workers in standalone mode (#17657)Andreu Botella
2023-03-19feat(compile): Enable multiple roots for a standalone module graph (#17663)Andreu Botella
2023-03-18chore(cli/tests): move macos_shared_libraries test to macos_test.rs (#18268)Divy Srivastava
2023-03-17fix(cli/integration): clippy lints (#18248)Farsen976
2023-03-17chore: add test for macOS shared libraries (#18244)Divy Srivastava
2023-03-16fix(repl): Hide indexable properties in tab completion (#18141)Roy Li
2023-03-16chore: ignore permission_prompt_strips_ansi_codes_and_control_chars test (#18...David Sherret