Open dilyanpalauzov opened 4 years ago
Hey @dilyanpalauzov! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.
If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.
Uh no:
core-js
includes both features in the ECMAScript spec and proposalscore-js/stable
only includes features in the ECMAScript specBabel handles both imports, but do you want to open a PR to align the import
and require
examples?
Whops, I noticed now that this issue is one year old. Anyway, the problem is still there if anyone wants to help!
https://babeljs.io/docs/en/babel-preset-env#usebuiltins-entry says:
Does it mean, that
import core-js/stable
relates torequire('corejs')
in the same way ES6-modules relate to commonJS, and are otherwise equivallent despite the semi-present stable?