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
The old parser would give the warning: Ellipses cannot accompany other argument types in function type signature., whereas the fast parser gives the less helpful Type signature has too few arguments.
The fast parser should look for ellipses args and give a special-cased better error message.