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

86 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-02-23 20:55:30 +03:00
(Program
(Import
{ (StringLiteral)
->(StringLiteral) }
(Identifier))
{+(Import
(StringLiteral)
2017-02-23 20:55:30 +03:00
(Other "namespace_import"
(Identifier)))+}
2017-02-23 20:55:30 +03:00
{+(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)))+}
2017-02-23 20:55:30 +03:00
{+(Import
(StringLiteral))+}
{-(Import
(StringLiteral)
(Other "namespace_import"
(Identifier)))-}
{-(Import
(StringLiteral)
(Other "named_imports"
(Other "import_specifier"
(Identifier))))-}
2017-02-23 20:55:30 +03:00
{-(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
2017-02-24 19:42:11 +03:00
(StringLiteral))-})