summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
AgeCommit message (Expand)Author
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
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-14fix(npm): improve error message importing non-existent file in a node_modules...David Sherret
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-07tests: add more jsxImportSource regression tests (#15592)Luca Casonato
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-07-03fix(npm): escape export identifier in double quoted string (#19694)await-ovo
2023-07-01fix(npm): handle more reserved words as cjs exports (#19672)David Sherret
2023-06-28chore: reconfigure windows builder storage (#19601)Matt Mastracci
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-15fix(cli): avoid crash on import of invalid module names (#19523)Bartek Iwańczuk
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-12chore(core): fix flaky flock_test on windows (#19477)Matt Mastracci
2023-06-09chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)David Sherret
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-06-07fix(cli): formatting bench with colors (#19323)Mike Mulchrone
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret