mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request fixes/closes #1768. It adds one extra peeked token in the buffered lexer, since it didn't take into account that the stream might end just after the last peeked token. The panic was only happening in debug mode, but still, this was wrong.pull/1832/head
Iban Eguia
3 years ago
3 changed files with 16 additions and 6 deletions
Loading…
Reference in new issue