We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f259d commit 94c61deCopy full SHA for 94c61de
test/fixtures/error_corpus/javascript_errors.txt
@@ -148,7 +148,8 @@ const h = `i ${j(k} l`
148
(lexical_declaration
149
(variable_declarator
150
(identifier)
151
- (template_string (template_substitution (identifier) (ERROR)))))
+ (template_string (template_substitution
152
+ (augmented_assignment_expression (identifier) (MISSING identifier))))))
153
154
155
0 commit comments