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
fix(migrations): properly bundle shared compiler code into migrations (#58515)
The use of relative imports vs. module imports and the existing mismatch
can cause symbols to be duplicated in migrations. This is problematic as
it breaks migration logic or compiler logic in the worst case.
Long-term we will solve this by having a better Bazel toolchain where
both relative and module imports can point to the same files; but in
practice this is not the case right now.
This commit fixes the fallback template logic in the signal
input/queries migration; in case no type check block information is
available.
PR Close#58515
Copy file name to clipboardExpand all lines: packages/core/schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts
0 commit comments