1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/fixtures/javascript/import.parseB.txt
2017-09-10 22:08:40 +01:00

57 lines
1.1 KiB
Plaintext

(Program
(Import
(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)))