Peter van der Zee
Peter van der Zee
Actually it's due to the semi statement :s ``` js if (a); else b; ``` => ``` js { $statement$(0, 8); if ($expression$(0, 11, (a)))$statement$(0, 13); ; else $expression$(0, 25,...
Same for when a function is focused.
@chooban Actually, yes :) But the lack of a codemod made it a little harder. Does your codemod happen to come with a lint rule to prevent future regressions? Can...
While the AST is not a CST, it would probably be easier on many fronts to use the source text rather than normalizing the value to decimal. So that would...
Good to know. To be fair, I was trying to craft a query that would expose a problem in a different library when I noticed that particular error message. My...
Ah, thanks :) Adding to "the list" (tm)
Hi @bakkot. I very much appreciate these tips. Thank you. I can't promise a turn-around time for this. I assume it isn't blocking you. But I do want to try...
That makes sense. Not sure I have a compelling story here versus Acorn ;) I'll consider this later. Thanks!
Oh one compelling reason, perhaps to a few, is that Tenko can explicitly toggle web compat mode on/off, and it can explicitly parse against a particular EcmaScript version (6+), which...
@postspectacular fwiw I don't have it installed globally. There's very little that should need to be installed globally.