"typedef" replaced with "typeAlias" in the grammar
This commit is contained in:
@@ -32,7 +32,7 @@ memberDeclaration
|
||||
: function
|
||||
: property
|
||||
: class
|
||||
: typedef
|
||||
: typeAlias
|
||||
: anonymousInitializer
|
||||
;
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ declaration
|
||||
: function
|
||||
: property
|
||||
: class
|
||||
: typedef
|
||||
: typeAlias
|
||||
: object
|
||||
;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ toplevelObject
|
||||
: object
|
||||
: function
|
||||
: property
|
||||
: typedef
|
||||
: typeAlias
|
||||
;
|
||||
|
||||
package
|
||||
@@ -59,7 +59,6 @@ package
|
||||
See [Packages](packages.html)
|
||||
*/
|
||||
|
||||
[undocumented]
|
||||
typedef
|
||||
typeAlias
|
||||
: modifiers "typealias" SimpleName (typeParameters typeConstraints)? "=" type
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user