-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for Deno #110
Comments
This would be nice, and fixing this would also enable importing it directly in browsers via the CDNs. We'd just need a pure ESM version of https://unpkg.com/browse/@parcel/source-map@2.0.5/dist/wasm.js and its dependencies. And it would have to use
That's actually Flow syntax. |
Not sure if we should ship an extra large bundle to support this, I think you can already load it using |
That's not up to us to fix that right? Seems like an esm.sh issue? But I guess it's not a big deal for us to also ship esm as the js size is so small anyway. Which should be easy to fix. Might look into it tonight |
Note: Coming from parcel-bundler/lightningcss#219
I haven't been able to get this module working for Deno
import type
) with a.js
extension. Deno can't read it properlyrequire
), but Deno uses ESM (import
)The text was updated successfully, but these errors were encountered: