mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request changes the following: - Do not skip consecutive semicolons while parsing a `StatementList`. - Expect semicolon in `LexicalDeclaration` and add an special case for `for` loop parsing. - Adjust `StatementList` compilation to skip empty statements. - Adjust/add tests to make sure consecutive semicolons are correctly parsed.pull/2534/head
raskad
2 years ago
4 changed files with 72 additions and 18 deletions
Loading…
Reference in new issue