Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember-cli-babel@8 breaks parallelization #499

Closed
runspired opened this issue Aug 27, 2023 · 0 comments · Fixed by #500
Closed

ember-cli-babel@8 breaks parallelization #499

runspired opened this issue Aug 27, 2023 · 0 comments · Fixed by #500

Comments

@runspired
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant