1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/javascript/import.parseA.txt

45 lines
941 B
Plaintext
Raw Normal View History

2017-02-23 20:55:30 +03:00
(Program
(Import
(StringLiteral)
(Identifier))
(Import
(StringLiteral)
(Other "namespace_import"
(Identifier)))
(Import
(StringLiteral)
(Other "named_imports"
(Other "import_specifier"
(Identifier))))
(Import
(StringLiteral)
(Other "named_imports"
(Other "import_specifier"
(Identifier))
(Other "import_specifier"
(Identifier))))
(Import
(StringLiteral)
(Other "named_imports"
(Other "import_specifier"
(Identifier))
(Other "import_specifier"
(Identifier)
(Identifier))))
(Import
(StringLiteral)
(Identifier)
(Other "named_imports"
(Other "import_specifier"
(Identifier))
(Other "import_specifier"
(Identifier)
(Identifier))))
(Import
(StringLiteral)
(Identifier)
(Other "namespace_import"
(Identifier)))
(Import
(StringLiteral)))