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
Currently babel/babel#5487 is proposing the removal of the whole babel.util object.
The extensions are now exposed at babel.DEFAULT_EXTENSIONS, canCompile was very simple, and extensions can just be splitting on a comma, so it should be a very easy update for 7.x.
The text was updated successfully, but these errors were encountered:
@shtse8 If you have a module that needs that behavior, you can certainly implement that logic yourself. It's just that Babel's core APIs have become stricter in what they expect.
Currently babel/babel#5487 is proposing the removal of the whole
babel.util
object.The extensions are now exposed at
babel.DEFAULT_EXTENSIONS
,canCompile
was very simple, andextensions
can just be splitting on a comma, so it should be a very easy update for 7.x.The text was updated successfully, but these errors were encountered: