Skip to content

Commit

Permalink
Add generated files for receiver_type fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzojive committed Oct 9, 2024
1 parent 085ea25 commit e6e376f
Show file tree
Hide file tree
Showing 7 changed files with 743,078 additions and 553,414 deletions.
52 changes: 33 additions & 19 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@
}
]
},
"_receiver_type": {
"receiver_type": {
"type": "SEQ",
"members": [
{
Expand All @@ -1260,15 +1260,15 @@
"members": [
{
"type": "SYMBOL",
"name": "_type_reference"
"name": "parenthesized_type"
},
{
"type": "SYMBOL",
"name": "parenthesized_type"
"name": "nullable_type"
},
{
"type": "SYMBOL",
"name": "nullable_type"
"name": "_type_reference"
}
]
}
Expand Down Expand Up @@ -1315,8 +1315,12 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_receiver_type"
"type": "FIELD",
"name": "receiver",
"content": {
"type": "SYMBOL",
"name": "receiver_type"
}
},
{
"type": "CHOICE",
Expand Down Expand Up @@ -1490,8 +1494,12 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_receiver_type"
"type": "FIELD",
"name": "receiver",
"content": {
"type": "SYMBOL",
"name": "receiver_type"
}
},
{
"type": "CHOICE",
Expand Down Expand Up @@ -2175,19 +2183,19 @@
"members": [
{
"type": "SYMBOL",
"name": "parenthesized_type"
"name": "function_type"
},
{
"type": "SYMBOL",
"name": "nullable_type"
"name": "parenthesized_type"
},
{
"type": "SYMBOL",
"name": "_type_reference"
"name": "nullable_type"
},
{
"type": "SYMBOL",
"name": "function_type"
"name": "_type_reference"
},
{
"type": "SYMBOL",
Expand Down Expand Up @@ -2408,8 +2416,12 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_simple_user_type"
"type": "FIELD",
"name": "receiver",
"content": {
"type": "SYMBOL",
"name": "receiver_type"
}
},
{
"type": "STRING",
Expand Down Expand Up @@ -6341,10 +6353,6 @@
"user_type",
"anonymous_function"
],
[
"user_type",
"function_type"
],
[
"annotated_lambda",
"modifiers"
Expand All @@ -6366,6 +6374,13 @@
],
[
"not_nullable_type"
],
[
"receiver_type"
],
[
"receiver_type",
"_type"
]
],
"precedences": [],
Expand Down Expand Up @@ -6402,4 +6417,3 @@
"inline": [],
"supertypes": []
}

Loading

0 comments on commit e6e376f

Please sign in to comment.