1
1
mirror of https://github.com/github/semantic.git synced 2025-01-07 07:58:12 +03:00
semantic/test/fixtures/javascript/corpus/yield.parseA.txt
2020-01-24 10:17:34 -08:00

21 lines
586 B
Plaintext

(Program
(Statement
(Declaration
(GeneratorFunctionDeclaration
(StatementBlock
(Statement
(Declaration
(VariableDeclaration
(VariableDeclarator
(Expression
(Number "0"))
(Identifier "index")))))
(Statement
(ExpressionStatement
(Expression
(YieldExpression
(Expression
(Identifier "i")))))))
(Identifier "foo")
(FormalParameters)))))