1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/javascript/import.diff+B.txt

45 lines
945 B
Plaintext
Raw Normal View History

{+(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)))+}