summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-06chore: fix flaky tests checking ms when CI is slow (#18559)David Sherret
2023-04-06fix(ext/node): implement hkdf-expand (#18612)Divy Srivastava
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06fix(ext/node): add symmetric keygen (#18609)Divy Srivastava
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-04refactor(ext/http): bring back 'reusePort' option for 'Deno.serve()' (#18590)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(test): don't swallow sanitizer errors with permissions (#18550)Nayeem Rahman
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: upgrade to TypeScript 5.0.3 (#18532)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(dts): improve types for the Deno.KV API (#18510)Luca Casonato
2023-03-30feat(ext/kv): return versionstamp from set/commit (#18512)Luca Casonato
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-30Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)Bartek Iwańczuk
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-30chore(ext/node): run node compat parallel tests in core number concurrency (#...Yoshiya Hinosawa
2023-03-30test: fix test_check_origin_not_supported (#18504)Bartek Iwańczuk
2023-03-29test(ext/node): add timers_tests.ts from std/node (#18472)Andrew Nester
2023-03-29test(ext/node): add string_decoder_test.ts from std/node (#18473)Andrew Nester
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-28test(node/fs): add fs.Dir tests (#18463)Kamal Singh
2023-03-28fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)Yoshiya Hinosawa
2023-03-28feat(ext/node): add `crypto.checkPrime` API (#18465)Divy Srivastava
2023-03-28chore(ext/node): port pbkdf2 to Rust (#18470)Divy Srivastava
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-27fix(ext/node): add missing _preloadModules hook (#18447)Marvin Hagemeister
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers
2023-03-26test(ext/node): Port crypto tests from std/node (#18382)Max Dahlgren
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-25chore(ext/kv): add limits (#18415)Heyang Zhou
2023-03-25fix(ext/node): add aes-128-ecb algorithm support (#18412)Yoshiya Hinosawa
2023-03-24feat(ext/node): implement crypto.createSecretKey (#18413)Divy Srivastava
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per