Skip to content

Commit 5caf25e

Browse files
committed
npm build
1 parent 46e9c43 commit 5caf25e

File tree

7 files changed

+237829
-236120
lines changed

7 files changed

+237829
-236120
lines changed

tsx/src/grammar.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8815,6 +8815,15 @@
88158815
{
88168816
"type": "SYMBOL",
88178817
"name": "this"
8818+
},
8819+
{
8820+
"type": "ALIAS",
8821+
"content": {
8822+
"type": "SYMBOL",
8823+
"name": "predefined_type"
8824+
},
8825+
"named": true,
8826+
"value": "identifier"
88188827
}
88198828
]
88208829
}

tsx/src/node-types.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,6 +2742,11 @@
27422742
}
27432743
}
27442744
},
2745+
{
2746+
"type": "identifier",
2747+
"named": true,
2748+
"fields": {}
2749+
},
27452750
{
27462751
"type": "if_statement",
27472752
"named": true,
@@ -6111,10 +6116,6 @@
61116116
"type": "hash_bang_line",
61126117
"named": true
61136118
},
6114-
{
6115-
"type": "identifier",
6116-
"named": true
6117-
},
61186119
{
61196120
"type": "if",
61206121
"named": false

0 commit comments

Comments
 (0)