|
193 | 193 | # NOTE: This appears only in SequenceExpr. |
194 | 194 | Node('ArrowExpr', kind='Expr', |
195 | 195 | children=[ |
196 | | - Child('AsyncKeyword', kind='ContextualKeywordToken', |
| 196 | + Child('AsyncKeyword', kind='IdentifierToken', |
| 197 | + classification='Keyword', |
197 | 198 | text_choices=['async'], is_optional=True), |
198 | 199 | Child('ThrowsToken', kind='ThrowsToken', |
199 | 200 | is_optional=True), |
|
393 | 394 | Child('SimpleInput', kind='ClosureParamList'), |
394 | 395 | Child('Input', kind='ParameterClause'), |
395 | 396 | ]), |
396 | | - Child('AsyncKeyword', kind='ContextualKeywordToken', |
| 397 | + Child('AsyncKeyword', kind='IdentifierToken', |
| 398 | + classification='Keyword', |
397 | 399 | text_choices=['async'], is_optional=True), |
398 | 400 | Child('ThrowsTok', kind='ThrowsToken', is_optional=True), |
399 | 401 | Child('Output', kind='ReturnClause', is_optional=True), |
|
0 commit comments