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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm getting the "is a compiler macro and no longer needs to be imported" warning in my code and want an automated way to make sure we don't introduce more instances.
Other compilers support features like
-Werror
where compiler warnings are treated as errors. Could the Vue SFC compiler get the same feature?Writing every compiler warning as an ESLint rule could work but seems a bit backward.
Beta Was this translation helpful? Give feedback.
All reactions