otto/parser
linuxerwang 2d23528df0
feat: support trailing comma after the last argument (#520)
Add support for trailing comma after the last argument of a method call.
2024-05-03 15:20:42 +01:00
..
comments_test.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
error.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
expression.go feat: support trailing comma after the last argument (#520) 2024-05-03 15:20:42 +01:00
lexer_test.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
lexer.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
marshal_test.go chore: lint and naming refactor (#475) 2022-12-04 21:49:38 +00:00
parser_test.go feat: support trailing comma after the last argument (#520) 2024-05-03 15:20:42 +01:00
parser.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
regexp_test.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
regexp.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
scope.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00
statement.go chore: update ci versions (#519) 2024-04-13 17:05:50 +01:00