broccoli-babel-transpiler icon indicating copy to clipboard operation
broccoli-babel-transpiler copied to clipboard

Share worker even if different babel version

Open stefanpenner opened this issue 6 years ago • 2 comments

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.

stefanpenner avatar Feb 24 '19 05:02 stefanpenner

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.

rwjblue avatar Feb 28 '19 23:02 rwjblue

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

stefanpenner avatar Mar 01 '19 05:03 stefanpenner