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
[improvement] we can provide a convenient tips that can show current project do not support some EcmaScipt, and guide user update related packages #139
when i see Object.hasOwn, I try it in my project, but I do not know if it can be support. I analyse @babel/preset-env and find @babel/helper-define-polyfill-provider. I find entry or usage-global or usage-pure both call @babel/helper-define-polyfill-provider 's shouldInjectPolyfill methods. in this, we can console tips to guide users what EcmaScript is not support and what to do that user to do. for example