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
This PR #462
Which partially reverted this PR #460
Falls victim to a common issue with destructuring that is unsafe for broccoli-babel-transpiler because broccoli-babel-transpiler treats undefined as unserializable.
This PR #462
Which partially reverted this PR #460
Falls victim to a common issue with destructuring that is unsafe for broccoli-babel-transpiler because broccoli-babel-transpiler treats
undefined
as unserializable.Specifically these lines need to account for undefined values https://github.com/bertdeblock/ember-cli-babel/blob/188d15abcba3830dd7ca0b22abe10453d5a6fea3/index.js#L151-L175
The text was updated successfully, but these errors were encountered: