summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
AgeCommit message (Expand)Author
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-24fix(lsp): resolve remote import maps (#20651)Nayeem Rahman
2023-09-18fix(cli): Enhanced errors for Jupyter (#20530)Kyle Kelley
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-09-15fix(test): share fail fast tracker between threads (#20515)Nayeem Rahman
2023-09-14refactor: rewrite more ops to op2 macro (#20478)Bartek Iwańczuk
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-14fix: output traces for op sanitizer in more cases (#20494)Luca Casonato
2023-09-11fix: exclude internal JS files from coverage (#20448)Marvin Hagemeister
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-06fix(test): apply filter before checking for "only" (#20389)Nayeem Rahman
2023-09-06fix: don't show filtered test suites as running (#20385)Marvin Hagemeister
2023-09-06feat(test): Add Deno.test.ignore and Deno.test.only (#20365)Bartek Iwańczuk
2023-08-30fix(runtime/permissions): Resolve executable specifiers in allowlists and que...Nayeem Rahman
2023-08-26fix(bench): explicit timers don't force high precision measurements (#20272)Nayeem Rahman
2023-08-26feat(cli/tools): add TAP test reporter (#14390) (#20073)Valentin Anger
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-18ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)David Sherret
2023-08-17fix(test): JUnit reporter includes file, line and column attributes (#20174)Alexander Michaud
2023-08-17fix(npm): do not panic providing file url to require.resolve paths (#20182)David Sherret
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-08-15fix(ext/net): implement a graceful error on an invalid SSL certificate (#20157)Evan
2023-08-12chore: deno_core -> 0.201.0 (#20135)Matt Mastracci
2023-08-10fix(test): handle ASCII escape chars in test name (#20081)Bartek Iwańczuk
2023-08-06fix(unstable): vendor cache should support adding files to hashed directories...David Sherret
2023-08-04fix(test): make test runner work when global setTimeout is replaced (#20052)Yoshiya Hinosawa
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-08-02fix(node): node:test reports correct location (#20025)Bartek Iwańczuk
2023-08-02fix: regression in workers using dynamic imports (#20006)Bartek Iwańczuk
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-08-01feat(bench): print iter/s in the report (#19994)Bartek Iwańczuk
2023-08-01fix(ext/node): fix import json using npm specifier (#19723)await-ovo
2023-08-02feat(node): add polyfill for node:test module (#20002)Bartek Iwańczuk
2023-08-01feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)David Sherret
2023-08-01fix: deno diagnostic - clarify where to put triple-slash directive (#20009)David Sherret
2023-08-01fix: retry module download once if server errored (#17252)Bartek Iwańczuk
2023-07-31perf: faster node globals access in cjs (#19997)Luca Casonato
2023-07-31feat(bench): add BenchContext::start() and BenchContext::end() (#18734)Nayeem Rahman
2023-07-28fix(npm): improve declaration resolution for filename with different extensio...David Sherret
2023-07-27fix: do not include jsx without `@ts-check` in tsc roots (#19964)David Sherret