deno/cli/tools
Liam Murphy cdae4423c2
feat(cli/doc): use type definitions "deno doc" if available (#8459)
This commit adds support for type definitions in "deno doc";
with this change "deno doc" is able to leverage the same directives
as TS compiler.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-02-25 16:24:05 +01:00
..
coverage.rs feat: add "deno coverage" subcommand (#8664) 2021-02-24 15:27:51 +01:00
doc.rs feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
fmt.rs fix: lint and fmt error if no target files are found (#9527) 2021-02-19 07:18:16 -05:00
installer.rs fix(installer): pass cached-only to executable_args (#9169) 2021-01-19 13:46:08 +01:00
lint.rs fix: lint and fmt error if no target files are found (#9527) 2021-02-19 07:18:16 -05:00
mod.rs feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
repl.rs fix(repl): filter out symbol candidates (#9555) 2021-02-21 16:58:31 +01: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