summaryrefslogtreecommitdiff
path: root/tests/specs/run/ts_import_assertions/assertion.ts
AgeCommit message (Collapse)Author
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
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.