summaryrefslogtreecommitdiff
path: root/cli/tests/doc
AgeCommit message (Collapse)Author
2021-07-29fix(cli): deno doc panics on invalid url (#11536)Feng Yu
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
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>
2020-10-20chore: Rename --importmap to --import-map (#7032)Nayeem Rahman
--importmap still works as an alias to --import-map but is not visible in CLI help output.
2020-10-12feat(cli): support importmap flag with deno doc subcommand (#7821)Valentin Anger
Fixes #7783