Revision 6a75689a25c414bd68ab727f0f0edd3cd881472c authored by Nathan Shively-Sanders on 15 October 2021, 20:26:46 UTC, committed by GitHub on 15 October 2021, 20:26:46 UTC
Previously, import assertion parsing would try to parse both { and },
even if both were missing. If both were missing, the error for } could
occur past the end of the file, causing an assertion.

Fixes #46364
1 parent 7582b1b
History
File Mode Size
tsc -rwxr-xr-x 45 bytes
tsserver -rwxr-xr-x 50 bytes

back to top