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
I had a quick conversation with @alexeagle and we think we need a way to make the typescript compilations at least so performant as they are with typescript outside bazel today without the express requirement of using a worker to achieve that.
I plan to start an experimentation with it and will update the issue accordingly.
The text was updated successfully, but these errors were encountered:
@pauldraper is this still an area you're interested in? I heard you were working on an alternative implementation for Bazel/TS, did you make progress on that?
This will lead to solving the same problem we have for existing workers: we currently need to setup the node_modules links when launching the nodejs process, but the needed third-party libraries differ for each WorkRequest.
We've been over this many times in the past, but since @mistic is interested in taking a deeper dive here maybe now is the time to revisit the discussions and look for more options.
Continues #1726
I had a quick conversation with @alexeagle and we think we need a way to make the typescript compilations at least so performant as they are with typescript outside bazel today without the express requirement of using a worker to achieve that.
I plan to start an experimentation with it and will update the issue accordingly.
The text was updated successfully, but these errors were encountered: