mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
regenerate interface tests
This commit is contained in:
parent
6713fdde39
commit
ea86992721
@ -1,12 +1,11 @@
|
||||
(Statements
|
||||
(InterfaceDeclaration
|
||||
{+(Empty)+}
|
||||
{-(TypeParameters
|
||||
{-(TypeParameter
|
||||
{-(Identifier)-}
|
||||
{-(Empty)-}
|
||||
{-(Empty)-})-})-}
|
||||
(Empty)
|
||||
{+(Empty)+}
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
(ObjectType
|
||||
|
@ -5,7 +5,6 @@
|
||||
{+(Identifier)+}
|
||||
{+(Empty)+}
|
||||
{+(Empty)+})+})+}
|
||||
(Empty)
|
||||
{-(Empty)-}
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
|
@ -0,0 +1,22 @@
|
||||
(Statements
|
||||
(InterfaceDeclaration
|
||||
(TypeParameters
|
||||
(TypeParameter
|
||||
(Identifier)
|
||||
(Empty)
|
||||
(Empty)))
|
||||
(Identifier)
|
||||
(ObjectType
|
||||
(PropertySignature
|
||||
(Empty)
|
||||
(Empty)
|
||||
(Annotation
|
||||
(LiteralType
|
||||
(TextElement)))
|
||||
(Identifier))
|
||||
(PropertySignature
|
||||
(Empty)
|
||||
(Readonly)
|
||||
(Annotation
|
||||
(TypeIdentifier))
|
||||
(Identifier)))))
|
@ -1,10 +1,6 @@
|
||||
(Statements
|
||||
(InterfaceDeclaration
|
||||
(TypeParameters
|
||||
(TypeParameter
|
||||
(Identifier)
|
||||
(Empty)
|
||||
(Empty)))
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(ObjectType
|
||||
(PropertySignature
|
||||
|
Loading…
Reference in New Issue
Block a user