-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.log
not variadic
#133
Comments
Hey, that is correct and a bug! Rest parameters / variadic functions and calling them has been implemented / is currently supported
The issue is currently because ezno/checker/definitions/overrides.d.ts Lines 167 to 172 in 24e35b9
This is similar to #118 issue (which I left a comment on the status of reusing TypeScripts Unsure whether I should start doing #121 manually or wait for more checking features to be implemented 🤷♂️ |
Checking
Yields an excess argument error.
But, console.log() is variadic though, so I would want this to work.
I'd be happy to work on this, but I'm not sure how builtin function declarations are handled.
The text was updated successfully, but these errors were encountered: