ZNTC0514: Rest element may not have a trailing comma
ZNTC0514
Section titled “ZNTC0514”Rest element may not have a trailing comma
Category: Parser: Binding/Identifier
Reproduction
Section titled “Reproduction”function f(...a,) {}How to fix
Section titled “How to fix”See the error message for cause and resolution.