diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-08-03 14:55:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 14:55:03 +0200 |
commit | 9d50c5c1a6fbe6895b6a63dadcba7bacaf9dd578 (patch) | |
tree | 65d9a7c1899aa8844b2ee89b0991cc724095a580 /cli/tests/import_file_with_colon.ts | |
parent | d54d4d21bddf0fe80a6f534ec945c655595c5f71 (diff) |
feat: hash file names in gen cache (#6911)
Diffstat (limited to 'cli/tests/import_file_with_colon.ts')
-rw-r--r-- | cli/tests/import_file_with_colon.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/import_file_with_colon.ts b/cli/tests/import_file_with_colon.ts new file mode 100644 index 000000000..5a2bbceb6 --- /dev/null +++ b/cli/tests/import_file_with_colon.ts @@ -0,0 +1 @@ +import "http://localhost:4545/cli/tests/subdir/file_with_:_in_name.ts"; |