-
-
Notifications
You must be signed in to change notification settings - Fork 46
impr: console.warn with suggestion when trying to define a variable of an unknown type #1992
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
base: main
Are you sure you want to change the base?
Conversation
|
pkg.pr.new packages benchmark commit |
iwoplaza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 💜
📊 Bundle Size Comparison📈 Summary
📋 Bundle Size Comparison
|
8968724 to
524fb4b
Compare
|
We could move the error up where we have more context, and append the suggestion to the error. |
Closes #1991.