microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
98.45k stars 12.23k forks source link

Update unicode identifier start/part with more recent unicode version #58521

Closed weswigham closed 2 weeks ago

weswigham commented 2 weeks ago

I glanced at the script folder and thought to myself "hey, when did we last run this?" and the answer is: 10 major node versions ago, which include 3 major unicode versions. We should probably run this whenever node major updates unicode, at least, so we properly support new character classes as identifiers (when they're classified as such).