microsoft / TypeScript

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

Rephrase error messages on backrererences. #58310

Closed DanielRosenwasser closed 2 weeks ago

DanielRosenwasser commented 2 weeks ago

Rephrases "decimal capturing group" as just a "backreference".

I would actually call out the backreference number, but the scanner's ErrorCallback only accepts one parameter, so that can be fixed up in the future.