sweet-js / sweet-core

Sweeten your JavaScript.
https://www.sweetjs.org
BSD 2-Clause "Simplified" License
4.58k stars 208 forks source link

Throw when encountering an invalid identifier as the first char #703

Closed gabejohnson closed 7 years ago

gabejohnson commented 7 years ago

Fixes #702.

This used to throw the reader into an infinite loop. It made several test262 tests unrunnable.