summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2022-08-04fix(vendor): existing import map with bare specifier in remote (#15390)David Sherret
2022-08-03fix(vendor): error on dynamic imports that fail to load instead of panicking ...David Sherret
2022-08-02fix(test): race condition for cancelled tests (#15233)Nayeem Rahman
2022-07-26chore: update jsonc_parser to 0.20 (#15316)David Sherret
2022-07-20fix(coverage): do not verify emit source hash for coverage (#15260)David Sherret
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-18chore(repl): update rustyline to 10.0.0 (#15232)sigmaSd
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-07-11fix(coverage): better handling of multi-byte characters (#15159)David Sherret
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi
2022-07-01refactor: extract `deno_graph::create_graph` use to common function (#15009)David Sherret
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
2022-06-29fix(vendor): ignore import map in output directory instead of erroring (#14998)David Sherret
2022-06-29refactor: rename `RootConfig` to `CliOptions` (#15007)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-24fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...Bartek Iwańczuk
2022-06-23fix(fmt): ignore node_modules directory (#14943)Bartek Iwańczuk
2022-06-22fix(repl): use spaces for tab handler on windows (#14931)sigmaSd
2022-06-21chore: fix pty_tab_handler test on windows (#14927)David Sherret
2022-06-20fix(repl): accept tab when previous character is whitespace (#14898)sigmaSd
2022-06-20refactor: add `EmitCache` trait (#14925)David Sherret
2022-06-18fix(fmt): should fail `--check` on parse error (#14907)David Sherret
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-06-15feat(repl): Add key binding to force a new line (#14536)sigmaSd
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-06-14feat(vendor): support using an existing import map (#14836)David Sherret
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-06-09feat(fmt): support formatting cjs, cts, mjs, and mts files (#14837)David Sherret
2022-06-08feat(task): add `--cwd` flag for configuring the working directory (#14823)Kayla Washburn
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-23fix(vendor): handle relative imports when mapped local folder name differs fr...David Sherret
2022-05-22fix(coverage): do not report transpiled files with no lines (#14699)Colin Ihrig
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-13feat: add --no-config flag (#14555)Bartek Iwańczuk
2022-05-13chore: update to rust 1.60.0 & update Cargo.lock (#14260)Luca Casonato
2022-05-10fix: do not panic on `TestOutputPipe::flush` when receiver dropped (#14560)David Sherret
2022-05-10chore: fix flaky steps_output_within - part 2 (#14562)David Sherret
2022-05-09feat(test): repeat test name if there's user output (#14495)Bartek Iwańczuk
2022-05-09feat(test): Represent uncaught errors (#14513)Nayeem Rahman
2022-05-09feat(test): change "failures:" headers in test report (#14490)Bartek Iwańczuk
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-05-04chore: fix flaky `steps_output_within` test (#14479)David Sherret
2022-05-04fix(coverage): exclude .snap files (#14480)Geert-Jan Zwiers
2022-05-02fix(vendor): do not panic on relative specifier with scheme-like folder name ...David Sherret
2022-05-01fix(test): actually capture stdout and stderr in workers (#14435)David Sherret