1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/test/fixtures/javascript/var-declaration.parseB.txt

10 lines
163 B
Plaintext
Raw Normal View History

2017-02-23 20:55:30 +03:00
(Program
(Other "variable_declaration"
2017-02-23 20:55:30 +03:00
(VarDecl
2017-03-28 20:25:46 +03:00
(Identifier))
2017-02-23 20:55:30 +03:00
(VarAssignment
(Identifier)
(Object))
(VarDecl
2017-03-28 20:25:46 +03:00
(Identifier))))