8c80b851c8
Previously, ngcc would insert new imports at the beginning of the file, for convenience. This is problematic for imports that have side-effects, as the side-effects imposed by such imports may affect the behavior of subsequent imports. This commit teaches ngcc to insert imports after any existing imports. Special care has been taken to ensure inserted constants will still follow after the inserted imports. Resolves FW-1271 PR Close #30029 |
||
---|---|---|
.. | ||
analysis | ||
helpers | ||
host | ||
integration | ||
logging | ||
packages | ||
rendering | ||
writing | ||
BUILD.bazel |