-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Failed to import - rxjs #633
Comments
@ije on a sidenote, there's a typo at |
@mradamwalters could you confirm whether one of your URLs being requested by the main URL has |
Hi @renhiyama - thank you. There are a few .mjs files called in the dependency chain but they do seem to be working ok in this case e.g.: For these packages it seems to be certain files within a package not working in v121 (and sometimes working/not working in v120 either). |
For your case, I would suggest looking which file's code is empty; it might be tiresome but for me I've implemented a custom downloader for urlimports so I can add a few checks to check whether a file is empty. |
I just found that even v119 causes this issue sometimes; for me https://esm.sh/v119/[email protected]/node/bl.mjs content is empty ... |
Looks like random mjs files from older versions don't respond too. Even v118 worked fine before; now it doesn't : https://esm.sh/v118/[email protected]/node/onetime.mjs |
@BlackGlory @renhiyama this was broken in v120, just fixed and added a testing for it. thanks for reporting! |
Failing module
Error message
https://esm.sh/v121/[email protected]/es2022/operators.js
https://esm.sh/v120/[email protected]/es2022/operators.js
The text was updated successfully, but these errors were encountered: