-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
v0.13 seems to be gobbling up exceptions #181
Comments
@chase-moskal thanks have noticed you've been quite active in a few related projects so thanks for your contributions as well. You're exactly right, I've posted #182 and will be releasing a patch shortly. |
kind words mean a lot coming from you! i'm inspired by the impact of your work and your incredible development tempo -- you're an absolute madman, fantastic! i recently rewrote importly, my import map generator cli, which i use in conjunction with es-module-shims in my daily development workflow. cheers! |
That looks really well done, nice to see. Out of interest does it use jspm.dev or jspm.io CDN? If you ever want to combine efforts on the generation side with JSPM generator in future do let me know as well. Although in general more implementations = healthier ecosystem with these things! |
importly can generate maps that point to in that issue, i also outline a few curiosities i found with jspm cdns, like one entrypoint working on jspm.io but not on jspm.dev -- and some package.json's are retrievable, but some are not — i may open an issue on the jspm repo sometime about these peculiarities i'd love to collaborate sometime, i think it's really cool how you're driving the industry forward. i think i have an interesting plan to make importly work on-the-fly within the browser, i wonder if jspm generator could do something similar, but without relying like importly does on npm-generated package-lock.json's... 🍻 |
@chase-moskal generating maps against On That may explain the troubles you were having and hope it helps. As I say I would focus on The package lock focus is very interesting! I can see ways of incorporating similar API-level possibilities into @jspm/generator, would love to hack on that some time if you're interested. |
hello! i'm a huge fan of es-module-shims!
today i think i found an issue, where thrown exceptions seem to be "disappearing" under es-module-shims.
type=module-shim
aren't being reported to the console (thrown 1
andthrow 2
in the codepen)thrown 3
is a control usingtype=module
this issue seems to have appeared in v0.13.0, as i quickly tested v0.10, v0.11, and v0.12, where the bug does not reproduce
🍻
The text was updated successfully, but these errors were encountered: