Sven Sauleau
Sven Sauleau
Seems not supported right now. PR welcomed :)
Unfortunately Babylon cannot parse ```js a { } ``` or ```js a(1) { } ``` Making a Babel plugin would have an impact on our parser as well.
@ljharb yes, that's right. I assumed that we wanted to make Babel plugin _without modifying the parser_ (as you said the grammar). The Acorn plugin is still easier to use...
"parse" is a bit misleading. Babylon can already tokenize the block param syntax since it's already valid but the rules in the grammar consider it invalid because of the current...
Yes, once it will reach the stage and some stability we'll create the corresponding Babel plugin (and change the parsing). I didn't mean it's not feasible.
> ah, you're right; it'd have to be a newline to be valid as-is. Now i'm confused, does that parse in Chrome? My point was that the tokens are correct...
Ok, that make sense because it adds a `;` between `a` and `{` (I believe JS has ASI?).
@alexgleason are you runing wildebeest in Deno or just some code?
We are hesitant to expose instance usage as it might reveal informations by accident.
Number of employees for an company instance for example.