Closed
Description
TypeScript Version: 3.6.0-dev.20190804
Search Terms:
Expected behavior:
isIdentifierText
should match what scan
does.
Actual behavior:
The implementation was not updated to allow for astral symbols and escaped characters. This might cause some inconsistencies, for example when using an astral character in compilerOptions.reactNamespace
.
Related Issues:
#32096, #32701, cc @weswigham