Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] REPL plugin giving error for spread syntax #885

Open
mal2994 opened this issue Apr 12, 2024 · 0 comments
Open

[Bug] REPL plugin giving error for spread syntax #885

mal2994 opened this issue Apr 12, 2024 · 0 comments
Labels
issue: bug report A bug has been reported needs triage

Comments

@mal2994
Copy link

mal2994 commented Apr 12, 2024

Describe the bug
I was trying to locate some elements in chrome using [...document.querySelectorAll("a")].filter( /* foo */ ) but the REPL gave me a syntax error.

Code Snippet
Just run the example code from the readme.md. Once you get to example.com and the repl starts type this [...document.querySelectorAll("a")] and you will get syntax error.

Versions

System:
OS: Linux 6.5 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)
CPU: (8) x64 Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz
Memory: 10.02 GB / 15.36 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 21.4.0 - ~/.config/nvm/versions/node/v21.4.0/bin/node
npm: 10.2.4 - ~/.config/nvm/versions/node/v21.4.0/bin/npm

@mal2994 mal2994 added issue: bug report A bug has been reported needs triage labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

1 participant