Closed Jasonchan35 closed 3 months ago
Hi @Jasonchan35 - thanks for this! I tried to write a test for this but I don't think the implementation actually works:
token.Kind
is never equal to SyntaxKind.VariadicArgumentKeyword
. Instead it's token.ContextualKind
that it should be checking for.I'd love to accept this PR but please could you add at least one test to validate that it works?
Added support for macro variadic argument not perfect though, but it works well and maybe should add some unit test case in the future