Catch more parse errors.

This commit is contained in:
Stephen Chung
2021-07-04 00:15:27 +08:00
parent 69c14e65f3
commit b4da054bab
4 changed files with 72 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ Bug fixes
* Fixed infinite loop in certain script optimizations.
* Building for `no-std` no longer requires patching `smartstring`.
* Parsing a lone `return` or `throw` without a semicolon at the end of a block no longer raises an error.
Breaking changes
----------------