diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-11-22 23:20:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 10:20:32 +1100 |
| commit | e7fc7d7151fbfea07f0738f61c1932023ad761da (patch) | |
| tree | 012da2cd33082116ac4a0026b4eaa4d5fcaf8c62 /cli/tests/075_import_local_query_hash.ts | |
| parent | e3f73d3ec0aa822c9d125374ec34b7d8d5dfc0a5 (diff) | |
fix(cli/tsc): allow non-standard extensions on imports (#8464)
Diffstat (limited to 'cli/tests/075_import_local_query_hash.ts')
| -rw-r--r-- | cli/tests/075_import_local_query_hash.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/075_import_local_query_hash.ts b/cli/tests/075_import_local_query_hash.ts new file mode 100644 index 000000000..99c7ceab4 --- /dev/null +++ b/cli/tests/075_import_local_query_hash.ts @@ -0,0 +1,2 @@ +import "./001_hello.js?a=b#c"; +import "./002_hello.ts?a=b#c"; |
