diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-21 13:12:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 17:12:56 +0000 |
| commit | 1d4169204cdc870a084a3371500d7b3ab8546bc2 (patch) | |
| tree | e70a6a99ab7d937dd789f58af5d656b0555f8507 /tests/specs/run/ts_import_assertions/data.json | |
| parent | e2c50f7e8ada214f3a44a49da2faa0716d24970e (diff) | |
fix: warn about import assertions when using typescript (#25135)
1. On emit, checks for the prescence of import assertions.
1. Warns and doesn't store the parsed source in the emit cache in this
case.
Diffstat (limited to 'tests/specs/run/ts_import_assertions/data.json')
| -rw-r--r-- | tests/specs/run/ts_import_assertions/data.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/ts_import_assertions/data.json b/tests/specs/run/ts_import_assertions/data.json new file mode 100644 index 000000000..e5b07266c --- /dev/null +++ b/tests/specs/run/ts_import_assertions/data.json @@ -0,0 +1,3 @@ +{ + "prop": "data" +} |
