Skip to content
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

How to stop noisy warning on svelte-check #516

Closed
mishig25 opened this issue Nov 18, 2022 · 4 comments
Closed

How to stop noisy warning on svelte-check #516

mishig25 opened this issue Nov 18, 2022 · 4 comments

Comments

@mishig25
Copy link
Collaborator

mishig25 commented Nov 18, 2022

Currently, npm run check outputs a lot of warnings that say:

Warn: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer (svelte)

for example here

because there are so many warnings, it is hard to see actual errors.
Any idea how to fix it ?
cc: @coyotte508 @Pierrci @beurkinger

@coyotte508
Copy link
Member

fix all warnings & fail on warnings as well!

@beurkinger
Copy link
Contributor

parcel-bundler/parcel#8005 looks like it could be an issue with terse ?

@beurkinger
Copy link
Contributor

@beurkinger
Copy link
Contributor

hmm it seems the warnings are not present anymore ? Should we close this issue, or did I miss something @mishig25 ?
https://github.com/huggingface/moon-landing/pull/4797/checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants