1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/test/fixtures/javascript/import.diffA-B.txt

86 lines
1.8 KiB
Plaintext

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