diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-14 10:05:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 10:05:37 -0400 |
commit | 443041c23e2e02ea59d69e1f2093c67ddfd818fd (patch) | |
tree | 06f449773377ec655982d00cdaf4bbd60857973f /cli/tests/testdata | |
parent | fc3a966a2d0be8fc76c384603bf18b55e0bbcf14 (diff) |
feat(vendor): support using an existing import map (#14836)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/vendor/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/vendor/mod.ts b/cli/tests/testdata/vendor/mod.ts new file mode 100644 index 000000000..8824d1b2a --- /dev/null +++ b/cli/tests/testdata/vendor/mod.ts @@ -0,0 +1 @@ +export * from "./logger.ts"; |