summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
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-01Reland "feat(lsp): enable via config file detection (#20334)" (#20349)Nayeem Rahman
2023-08-30refactor(lsp): store test definitions in adjacency list (#20330)Nayeem Rahman
2023-08-29refactor(init): simplify template (#20325)Ryan Dahl
2023-08-27feat(lint): --rules print all rules (#20256)sigmaSd
2023-08-27fix(lsp/testing): use full ancestry to compute static id of step (#20297)Nayeem Rahman
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-26chore(core): bump and trim deps (#20265)Matt Mastracci
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-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
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-17fix(test): JUnit reporter includes file, line and column attributes (#20174)Alexander Michaud
2023-08-17fix(unstable): disable importing from the vendor directory (#20067)David Sherret
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)Bartek Iwańczuk
2023-08-02fix(repl): highlight from ident in import from or export from (#20023)await-ovo
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-08-02fix(bench): iter/s calculation (#20016)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-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-07-28refactor(cli/tools): split bench into multiple modules (#19974)Bartek Iwańczuk
2023-07-27fix: do not include jsx without `@ts-check` in tsc roots (#19964)David Sherret
2023-07-27fix: error on invalid & unsupported jsx compiler options (#19954)David Sherret
2023-07-27refactor(cli/test): move reporters to a separate directory (#19957)Bartek Iwańczuk
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-27feat(cli): Adding JUnit test reports (#19747)Cooper Benson
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-25fix(lint): allow to use --rules with --rules-tags (#19754)Bartek Iwańczuk
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
2023-07-25fix(cli/test): fix clear screen behavior when run `deno test --watch` (#19888)李瑞丰
2023-07-24fix(cli/init): update to `assert/mod.ts` (#19924)sitogi
2023-07-20fix(cli): output file handling in deno upgrade (#18994)solach
2023-07-17fix(bench): run warmup benchmark to break JIT bias (#19844)Bartek Iwańczuk
2023-07-14fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-10refactor(cli): Creating a TestReporter trait (#19786)Cooper Benson
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-07-05fix(vendor): support import mapped jsxImportSource (#19724)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman