renamed "typelabel" to "type_label"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:30 +02:00
parent 2ba01ec13c
commit 2b2fb83cdc
2 changed files with 3 additions and 3 deletions

View File

@@ -562,7 +562,7 @@ case @typeexpr.kind of
| 12 = @keyof_typeexpr
| 13 = @qualified_type_access
| 14 = @generic_typeexpr
| 15 = @typelabel
| 15 = @type_label
| 16 = @typeoftypeexpr
| 17 = @localvartypeaccess
| 18 = @qualifiedvartypeaccess
@@ -587,7 +587,7 @@ case @typeexpr.kind of
;
@typeref = @typeaccess | @type_decl;
@typeidentifier = @type_decl | @local_type_access | @typelabel | @localvartypeaccess | @localnamespaceaccess;
@typeidentifier = @type_decl | @local_type_access | @type_label | @localvartypeaccess | @localnamespaceaccess;
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
@literaltypeexpr = @string_literal_typeexpr | @number_literal_typeexpr | @boolean_literal_typeexpr | @bigintliteraltypeexpr;
@typeaccess = @local_type_access | @qualified_type_access | @importtypeaccess;

View File

@@ -842,7 +842,7 @@
<v>5220</v>
</e>
<e>
<k>@typelabel</k>
<k>@type_label</k>
<v>3559</v>
</e>
<e>