ast.go312312025/11/16 11:58:44Declaration need not parse comments as StatementListItem does it
ast_class.go151492025/11/16 13:49:48parse comments in ClassDeclaration
ast_class_test.go1009232025/11/16 13:50:04added comment tests for ClassDeclaration
ast_conditional.go242192025/11/13 18:06:14parse comments in UnaryExpression
ast_conditional_test.go716052025/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_expression.go489922025/11/15 14:32:02parse comments in OptionalChain
ast_expression_test.go1309102025/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_function.go120912025/11/12 18:00:23parse comments in FunctionDeclaration
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.go57942025/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_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_test.go1698002025/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_test.go1167572025/11/16 12:35:14changed Comments to be a slice of pointers, so that changes to a token are correctly reflected in all locations
errors.go56022025/05/09 19:17:45simplified parsing of AttributeKey
example_test.go10542025/10/20 07:16:49use ParseModule instead of ParseScript in Example
format.go129612025/11/16 12:35:14changed Comments to be a slice of pointers, so that changes to a token are correctly reflected in all locations
format.sh34282025/10/21 07:44:30print comments in types