-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
suppressing specific warnings #395
Comments
Adding my voice here. I’d love to be able to suppress warnings coming from |
For what it's worth, I just filtered the warning out with an esbuild wrapper and it looks like firebase has fixed the issue (in 3 days!!). I'd consider this pretty low priority. But I can easily imagine having a lot of warnings and that being less tenable. Will leave open for you to decide what to do with @evanw. While this feels useful, I also wouldn't be offended at all if you just closed this. :) |
I've decided to suppress warnings like this coming from |
Hi,
Is there something missing, or it's me missing something?
|
This is a bug with the package. It should be |
Is there a way to suppress specific warnings or classes of warnings?
I get a -0 comparison warning when compiling firestore. This warning seems reasonable and I've filed an issue with firestore. The -0 is unnecessary, but the code isn't technically incorrect in their case. Regardless, not getting my hopes up that they will fix it. firebase/firebase-js-sdk#3814
The text was updated successfully, but these errors were encountered: