Ron Buckton
Ron Buckton
@graphemecluster do you have the time to make changes or respond to comments, or would you like me to take over the final changes to get this merged?
Can you resolve the conflict with scanner.ts from `main` now that I've merged #58289?
@typescript-bot perf test @typescript-bot run dt @typescript-bot test top400 @typescript-bot test tsserver top100 @typescript-bot user test this @typescript-bot user test tsserver
> Something interesting changed - please have a look. I think this is the first time I've ever actually seen someone using an octal escape for its intended purpose in...
> Something interesting changed - please have a look. - `puppeteer` - These are errors on what would otherwise be a correct usage of octal escapes, but should probably be...
#58339 also addressed some of this. Can you update your PR with the latest changes from `main`?
@typescript-bot perf test @typescript-bot run dt @typescript-bot test top400 @typescript-bot test tsserver top100 @typescript-bot user test this @typescript-bot user test tsserver
For Case 1, it looks like the static `field` is being emit twice, which is triggering initializers twice. For Case 2 and Case 3, it looks like a combination of...
~~I found a case that still needs to be addressed. I'll update the PR shortly.~~ Updated and ready for review.
I expect all of the errors not related to `--target` are a result of regular expressions that are allowed per [Annex B](https://262.ecma-international.org/13.0/#sec-regular-expressions-patterns).