Spread operator not acknowledged #2117
Unanswered
AlessandroRosa
asked this question in
Q&A
Replies: 4 comments
-
When you see software is not maintained anymore, just use something else? In this case |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, thank you for your quick response.
I found esprima very easy and clean.
Alessandro Rosa
Il Dom 14 Ago 2022, 15:27 Hermann Rolfes ***@***.***> ha
scritto:
… When you see software is not maintained anymore, just use something else?
In this case Babel should do it, or what binds you to esprima?
—
Reply to this email directly, view it on GitHub
<#2117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHGMXM26ACB5EEMQQCLR3GTVZDX4NANCNFSM56PXQ27Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@AlessandroRosa try using https://github.com/node-projects/esprima-next or https://github.com/acornjs/acorn both of these parsers return an AST similar to the ESTree spec |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will, thank you!
Have a nice day!
Il Lun 15 Ago 2022, 05:53 Meir Blachman ***@***.***> ha
scritto:
… @AlessandroRosa <https://github.com/AlessandroRosa> try using
https://github.com/node-projects/esprima-next or
https://github.com/acornjs/acorn both of these parsers return an AST
similar to the ESTree spec
—
Reply to this email directly, view it on GitHub
<#2117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHGMXMY7LB65DCBOAXXSQ33VZG5KTANCNFSM56PXQ27Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
This code is correct, but esprima detects a syntax error:
var _whatever = { ..._plugin_rec_var_vals };
Beta Was this translation helpful? Give feedback.
All reactions