summaryrefslogtreecommitdiff
path: root/tests/specs/run/ts_import_assertions/assertion.out
AgeCommit message (Collapse)Author
2024-08-29feat: deprecate import assertions (#25281)David Sherret
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
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.