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