feat: add codemods for number.* polyfills#57
Conversation
|
Related: e18e/module-replacements#110 |
|
Thanks for the PRs! Can you double check the |
You're right, I fixed em. Good to note: I am not sure if I got the imports right. Because to be honest, I struggle to understand the complexity of the polyfill system 🤷 I've just quickly looked at |
|
Yeah I think this is fine for now, the es-shims polyfill api or whatever is pretty weird, we can improve on it in the future if it turns out to be a problem. The largest uses of these packages are fairly straightforward; import function, call function. Thanks for the contribution! |
Nothing much to do with those polyfills packages. Except removing the possible imports.
Luckily they're not popular (based on downloads).