ast_module_test.go537832025/12/28 16:01:47added missing ImportDeclaration test
ast_parser.go74282026/05/29 21:15:52allow comments in JSX attrs/children to be fully parsed all at once
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.go371862026/02/10 19:49:30allow directly exported functions to have typescript overrides
ast_statement_test.go1948112025/12/05 17:13:42added comments tests for IterationStatementDo