0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/doc
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
..
module feat(cli): support importmap flag with deno doc subcommand (#7821) 2020-10-12 10:05:46 +11:00
import_map.json chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00
types_header.out feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
types_header.ts feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
types_hint.out feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
types_hint.ts feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
types_ref.js feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
types_ref.out feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
use_import_map.js chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00
use_import_map.out chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00