fix(compiler-cli): do not error with prepocessing if component has no inline styles by clydin · Pull Request #41602 · angular/angular

@clydin

… 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 clydin removed the action: review

The PR is still awaiting reviews from at least one requested reviewer

label

Apr 13, 2021

zarend 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 clydin deleted the transform-resources branch

April 14, 2021 22:51