fix(compiler-cli): do not error with prepocessing if component has no inline styles by clydin · Pull Request #41602 · angular/angular
… inline styles The asynchronous preprocessing check was not accounting for components that did not have any inline styles. In that case, the cache did not have an entry which then allowed the asynchronous check to run and fail the compilation. The caching during the asynchronous analysis phase now handles components without inline styles.
clydin
removed
the
action: review
label
Apr 13, 2021zarend pushed a commit that referenced this pull request
Apr 14, 2021… inline styles (#41602) The asynchronous preprocessing check was not accounting for components that did not have any inline styles. In that case, the cache did not have an entry which then allowed the asynchronous check to run and fail the compilation. The caching during the asynchronous analysis phase now handles components without inline styles. PR Close #41602
clydin
deleted the
transform-resources
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters