diff options
| author | Valentin Anger <syrupthinker@gryphno.de> | 2020-10-12 01:05:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 10:05:46 +1100 |
| commit | fede13f2eb64f648e6c39aa01e2e0ede4e5be25e (patch) | |
| tree | 98c81ab03833c1cc9d9d1f163dce4a8ff5c19b06 /cli/tests/doc/importmap.json | |
| parent | 5f3028af13c25fb3af8f36d3d5913ef0688e5ce7 (diff) | |
feat(cli): support importmap flag with deno doc subcommand (#7821)
Fixes #7783
Diffstat (limited to 'cli/tests/doc/importmap.json')
| -rw-r--r-- | cli/tests/doc/importmap.json | 5 |
1 files changed, 5 insertions, 0 deletions
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/" + } +} |
