mirror of
https://github.com/github/semantic.git
synced 2025-01-07 07:58:12 +03:00
21 lines
586 B
Plaintext
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)))))
|