deno/cli/tools
Casper Beyer 6abf126c2a
chore: remove std directory (#9361)
This removes the std folder from the tree.

Various parts of the tests are pretty tightly dependent 
on std (47 direct imports and 75 indirect imports, not 
counting the cli tests that use them as fixtures) so I've 
added std as a submodule for now.
2021-02-02 12:05:46 +01:00
..
coverage.rs fix(cli/coverage): display mapped instrumentation line counts (#9310) 2021-01-29 14:45:22 -05:00
fmt.rs feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +01:00
installer.rs fix(installer): pass cached-only to executable_args (#9169) 2021-01-19 13:46:08 +01:00
lint.rs chore: fix typo in lint.rs (#9281) 2021-01-27 14:41:48 +11:00
mod.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
repl.rs Remove unnecessary boxing of tokio::time::Sleep (#9105) 2021-01-13 10:55:28 -08:00
standalone.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00
test_runner.rs chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
upgrade.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00