You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's 2022 and most users no longer need babel. Those who do probably already have a setup to transpile node_modules to their specific needs. What do you think about releasing a new breaking version dropping babel? There's a lot of unnecessary/slow code here:
My focus on this library was to make something slim, so I'm OK with launching a new major version dropping babel support. I'm very busy these days but I'm open to PRs.
It's 2022 and most users no longer need babel. Those who do probably already have a setup to transpile node_modules to their specific needs. What do you think about releasing a new breaking version dropping babel? There's a lot of unnecessary/slow code here:
https://unpkg.com/browse/[email protected]/dist/dom-form-serializer.mjs
It would be a good time to also include an
exports
map (which is also a breaking change) as described in https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencingThe text was updated successfully, but these errors were encountered: