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
Looks like the current resolver from code_transformers (which we are using) isn't sharing sources between resolvers. This is probably because it had no info about phases since it was built on top of pub, but since we are building in support we should be able to be better. Unfortunately that means re-implementing all the functionality for this package :(.
One consideration here is tracking which files are used. Since in the optimized version it won't actually be reading all inputs each time (presumably) we will need to manually add all transitive imports as deps whenever you resolve a library.
Now that the resolver is fixed, it appears to be dreadfully slow :(.
The text was updated successfully, but these errors were encountered: