Open Frixuu opened 2 months ago
Hi! :wave:
Given an expression:
var foo = "https://example.com";
I'd expect:
(module (variable_declaration (keyword) (identifier) (operator) (string) ) )
but I actually get:
(module (ERROR (identifier) (operator) (comment) ) )
Example in action:
Woops, thanks for the report, I'll try to sort this out.
Hi! :wave:
Given an expression:
I'd expect:
but I actually get:
Example in action: