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

57 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-02-23 20:55:30 +03:00
(Program
(Import
2017-09-11 00:08:40 +03:00
(ImportClause
(Identifier))
(TextElement))
(Import
(ImportClause
(NamespaceImport
(Identifier)))
(TextElement))
(Import
(ImportClause
(NamedImports
(ImportExportSpecifier
(Identifier)
(Empty))))
(TextElement))
(Import
(ImportClause
(NamedImports
(ImportExportSpecifier
(Identifier)
(Empty))
(ImportExportSpecifier
(Identifier)
(Empty))))
(TextElement))
(Import
(ImportClause
(NamedImports
(ImportExportSpecifier
(Identifier)
(Empty))
(ImportExportSpecifier
(Identifier)
(Identifier))))
(TextElement))
(Import
(ImportClause
(Identifier)
(NamedImports
(ImportExportSpecifier
(Identifier)
(Empty))
(ImportExportSpecifier
(Identifier)
(Identifier))))
(TextElement))
(Import
(ImportClause
(Identifier)
(NamespaceImport
(Identifier)))
(TextElement))
(Import
(TextElement)))