ast_function.go92022026/02/10 20:18:10trailing commas are allowed in FormalParameters
ast_function_test.go244262026/02/10 20:18:41added test for trailing comma in formal parameters
ast_module.go207362026/02/10 19:49:30allow directly exported functions to have typescript overrides
ast_module_test.go537832025/12/28 16:01:47added missing ImportDeclaration test
ast_parser.go67342026/02/03 21:17:39corrected capitalisation of 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.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
ast_test.go1204442026/02/10 19:49:30allow directly exported functions to have typescript overrides