-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove --bazel_patch_module_resolver
#8
Comments
@alexeagle reached out to me about this. It seems that the solution is to switch from Switching the Alex mentioned that we need to use
Current work is in the |
Did a little more debugging with Alex and discovered that relative imports were broken at compile-time of TypeScript, except they would only compiled from a tool used by TypeScript doesn't look in either of these directories based on the
The solution for
With that, relative imports compile and run as a build tool. However, absolute imports still fail. They will compile successfully in TypeScript, but fail when executed in |
Quick update here. I've spent some more time digging into migrating to
I feel like a lot of the declarative shadow DOM issue would go away if I could depend on |
|
In the upgrade to
rules_nodejs
v3, we found that allnodejs_binary()
andjasmine_node_test()
rules would fail allimport
statements unless we added:I'm still unclear on why this is necessary and what the linker is not doing that requires this in the first place. Posted a question to bazel-contrib/rules_nodejs#2388 (comment) to hopefully learn what we're doing wrong here to avoid needing this flag.
The text was updated successfully, but these errors were encountered: