diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-04-01 18:46:40 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-01 21:46:40 -0400 |
| commit | 534b8d30219a605c82bac706bc5429d44ae53c32 (patch) | |
| tree | 2e653b1590fc237030d56f8535fa40d2dd923262 /tests/024_import_no_ext_with_headers.ts | |
| parent | e44084c90dec8cafbc66d4e485ff24479c56ec2e (diff) | |
Follow redirect location as new referrers for nested module imports (#2031)
Fixes #1742
Fixes #2021
Diffstat (limited to 'tests/024_import_no_ext_with_headers.ts')
| -rw-r--r-- | tests/024_import_no_ext_with_headers.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/024_import_no_ext_with_headers.ts b/tests/024_import_no_ext_with_headers.ts new file mode 100644 index 000000000..c8621d0e6 --- /dev/null +++ b/tests/024_import_no_ext_with_headers.ts @@ -0,0 +1 @@ +import "./023_no_ext_with_headers"; |
