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
Remove stale script module resolution code (#6061)
Fixes#6059
This code was hanging around from an earlier iteration of the
config-based/script module design
(#5836), where we loaded
config-based modules dynamically, and caused the spurious resolution
attempts and stack traces linked above. Since config-based modules are
now done during codegen and not resolved dynamically, we can remove this
extra resolution logic and simplify the code paths substantially
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments