ast_expression.go521562025/12/01 07:45:12parse typescript as comments in CallExpression
ast_expression_test.go1453602025/11/25 18:03:16added comment tests for Yields in AssignmentExpression
ast_function.go131562025/12/02 18:39:34process typescript as comments in BindingElement
ast_function_test.go240802025/11/16 12:35:14changed Comments to be a slice of pointers, so that changes to a token are correctly reflected in all locations
ast_module.go199712025/11/11 18:14:24replace uses of Next with Skip where we don't care about the return value
ast_module_test.go535252025/11/16 12:35:14changed Comments to be a slice of pointers, so that changes to a token are correctly reflected in all locations
ast_parser.go66382025/12/01 07:46:04added helper method to determine whether a token has been processed as Typescript
ast_parser_test.go43002025/11/16 12:35:14changed Comments to be a slice of pointers, so that changes to a token are correctly reflected in all locations
ast_statement.go371472025/12/05 17:13:28parse comments in IterationStatementDo
ast_statement_test.go1948112025/12/05 17:13:42added comments tests for IterationStatementDo
ast_test.go1204372025/11/24 18:45:25added comment tests for ArrowFunction