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

Share worker even if different babel version #166

Open
stefanpenner opened this issue Feb 24, 2019 · 2 comments
Open

Share worker even if different babel version #166

stefanpenner opened this issue Feb 24, 2019 · 2 comments

Comments

@stefanpenner
Copy link
Member

stefanpenner commented Feb 24, 2019

There is no real reason why we cannot share workers, we can simply use the node resolution algo to allow multiple babels in the same process.

@rwjblue
Copy link
Member

rwjblue commented Feb 28, 2019

There is no real reason why we cannot share workers

Ya, agreed. The only real issue with sharing is the actual "protocol" that we expect the worker and host process to coordinate with.

@stefanpenner
Copy link
Member Author

Ya, I spiked something. I’ll try and make time to land it in a pr to show

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

No branches or pull requests

2 participants