You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rest parameters should now end up in a RestElement in a function's params array (see https://github.com/estree/estree/blob/master/es6.md#restelement). This would involve removing the rest property from all function types and would be a breaking change.
The text was updated successfully, but these errors were encountered:
Rest parameters should now end up in a
RestElement
in a function'sparams
array (see https://github.com/estree/estree/blob/master/es6.md#restelement). This would involve removing therest
property from all function types and would be a breaking change.The text was updated successfully, but these errors were encountered: