-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Issue since change on deno polyfill #27
Comments
any way to stay on v15? Something like this |
@RoXuS Try importing from like |
yeah it is ok with v15! |
But we have to focus the file directly https://cdn.esm.sh/v15/xml2js@0.4.23 -> redirect to v16 |
i will revert the v15's polyfills since the deno/std/node is not stable. |
you can't enable v15 and v16 at same time? |
i just disabled the |
fixed |
Hey team,
Since change on deno polyfill (last commits) we have an issue when we use our package from esm:
Example of usages:
export { parseStringPromise } from "https://esm.sh/xml2js@0.4.23";
The text was updated successfully, but these errors were encountered: