deno/cli/tools
Bartek Iwańczuk d332bf1132
feat: deno test --trace-ops (#13770)
This commit adds "--trace-ops" flag to "deno test" subcommand.

This flag enables saving of stack traces for async ops, that before were always
saved. While the feature proved to be very useful it comes with a significant performance
hit, it's caused by excessive source mapping of stack frames.
2022-02-25 16:14:46 +01:00
..
coverage chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
repl chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
vendor chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
doc.rs feat(cli): Replace bundling with eszip in deno compile (#13563) 2022-02-15 18:03:46 +05:30
fmt.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
installer.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
lint.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
mod.rs feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
standalone.rs fix(compile): Support import maps (#13756) 2022-02-24 18:58:00 +05:30
test.rs feat: deno test --trace-ops (#13770) 2022-02-25 16:14:46 +01:00
upgrade.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00