Skip to content

ZNTC0514: Rest element may not have a trailing comma

Rest element may not have a trailing comma

Category: Parser: Binding/Identifier

function f(...a,) {}

Reproduce in Playground →

See the error message for cause and resolution.