From fede13f2eb64f648e6c39aa01e2e0ede4e5be25e Mon Sep 17 00:00:00 2001 From: Valentin Anger Date: Mon, 12 Oct 2020 01:05:46 +0200 Subject: feat(cli): support importmap flag with deno doc subcommand (#7821) Fixes #7783 --- cli/tests/doc/importmap.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/doc/importmap.json (limited to 'cli/tests/doc/importmap.json') diff --git a/cli/tests/doc/importmap.json b/cli/tests/doc/importmap.json new file mode 100644 index 000000000..244a30296 --- /dev/null +++ b/cli/tests/doc/importmap.json @@ -0,0 +1,5 @@ +{ + "imports": { + "rex/": "./module/" + } +} -- cgit v1.2.3