Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | feat: deprecate import assertions (#25281) | David Sherret | |
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2024-08-21 | fix: 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. |