Merge pull request #18452 from asgerf/js/import-spec-strings

JS: Fix crash in case of string literal in export specifier
This commit is contained in:
Erik Krogh Kristensen
2025-01-09 15:50:40 +01:00
committed by GitHub
4 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* Fixed a TypeScript extractor crash that would occur when encountering an export specifier
whose local specifier was a string literal.