Skip to content

Commit

Permalink
Rename Enum Values to Members
Browse files Browse the repository at this point in the history
  • Loading branch information
Struan Judd committed Jan 16, 2024
1 parent 5d123e1 commit 6a9b6f2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ output _ModifierDictionary {
}
output _TypeEnum {
: _BaseType<_TypeKind.Enum>
base: _TypeRef<_TypeKind.Enum>?
extends: _TypeRef<_TypeKind.Enum>?
members: _Aliased[]
allMembers: _EnumMember[]
}
Expand Down Expand Up @@ -162,7 +162,7 @@ output _ScalarRef<$base> {

output _BaseScalar<$base> {
: _BaseType<_TypeKind.Scalar>
base: _ScalarRef<$base>
extends: _ScalarRef<$base>
}

output _ScalarNumber {
Expand Down Expand Up @@ -198,7 +198,7 @@ output _ScalarValue<$base $value> {
}
output _TypeObject<$kind $base $field> {
: _BaseType<$kind>
base: $base?
extends: $base?
typeParameters: _Named[]
fields: $field[]
alternates: _Alternate<$base>[]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output _TypeEnum {
: _BaseType<_TypeKind.Enum>
base: _TypeRef<_TypeKind.Enum>?
extends: _TypeRef<_TypeKind.Enum>?
members: _Aliased[]
allMembers: _EnumMember[]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output _TypeObject<$kind $base $field> {
: _BaseType<$kind>
base: $base?
extends: $base?
typeParameters: _Named[]
fields: $field[]
alternates: _Alternate<$base>[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ output _ScalarRef<$base> {

output _BaseScalar<$base> {
: _BaseType<_TypeKind.Scalar>
base: _ScalarRef<$base>
extends: _ScalarRef<$base>
}

output _ScalarNumber {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,12 @@ Success
>
{
!OF I@9/136
base
extends
:
I@15/136
I@18/136
_TypeRef
<
I@24/136
I@27/136
_TypeKind.Enum
>
?
Expand Down Expand Up @@ -654,12 +654,12 @@ Success
>
{
!OF I@9/165
base
extends
:
I@15/165
I@18/165
_ScalarRef
<
I@27/165
I@30/165
$base
>
}
Expand Down Expand Up @@ -809,9 +809,9 @@ Success
>
{
!OF I@9/201
base
extends
:
I@16/201
I@19/201
$base
?
!OF I@9/202
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Success
>
{
!OF I@9/3
base
extends
:
I@15/3
I@18/3
_TypeRef
<
I@24/3
I@27/3
_TypeKind.Enum
>
?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Success
>
{
!OF I@9/3
base
extends
:
I@16/3
I@19/3
$base
?
!OF I@9/4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Success
>
{
!OF I@9/16
base
extends
:
I@15/16
I@18/16
_ScalarRef
<
I@27/16
I@30/16
$base
>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
!!! I@7/2 : Invalid Output. '_BaseType' not defined. - '_BaseType' !!!,
!!! I@17/2 : Invalid Output Argument Enum Value. 'Enum' is not a Value of '_TypeKind'. - '_TypeKind' !!!,
!!! I@17/2 : Invalid Output. '_TypeKind' not defined. - '_TypeKind' !!!,
!!! I@15/3 : Invalid Output. '_TypeRef' not defined. - '_TypeRef' !!!,
!!! I@24/3 : Invalid Output Argument Enum Value. 'Enum' is not a Value of '_TypeKind'. - '_TypeKind' !!!,
!!! I@24/3 : Invalid Output. '_TypeKind' not defined. - '_TypeKind' !!!,
!!! I@18/3 : Invalid Output. '_TypeRef' not defined. - '_TypeRef' !!!,
!!! I@27/3 : Invalid Output Argument Enum Value. 'Enum' is not a Value of '_TypeKind'. - '_TypeKind' !!!,
!!! I@27/3 : Invalid Output. '_TypeKind' not defined. - '_TypeKind' !!!,
!!! I@18/4 : Invalid Output. '_Aliased' not defined. - '_Aliased' !!!,
!!! I@7/9 : Invalid Output. '_Aliased' not defined. - '_Aliased' !!!,
!!! I@7/14 : Invalid Output. '_TypeRef' not defined. - '_TypeRef' !!!,
Expand Down

0 comments on commit 6a9b6f2

Please sign in to comment.