mirror of https://github.com/boa-dev/boa.git
Browse Source
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes/closes #2793. It changes the following: - Added a condition to the boa_parser/src/parser/expression/left_hand_side/member.rs parse function match operation for the new token that allows for the operation to continue evaluating more tokens when the TARGET keyword follows it. - Added a test to validate the fix. (Could not figure out the structure of the test suite so it's commented for now). All other tests pass. Please let me know if there's anything else I can do to improve the fix. Co-authored-by: jedel1043 <jedel0124@gmail.com>pull/2882/head
Juan
2 years ago
2 changed files with 96 additions and 15 deletions
Loading…
Reference in new issue