Skip to content

fix(compiler): account for type-only imports in defer blocks#52343

Closed
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:defer-type-only-imports
Closed

fix(compiler): account for type-only imports in defer blocks#52343
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:defer-type-only-imports

Conversation

@crisbeto
Copy link
Copy Markdown
Member

Fixes that @defer blocks didn't account for type-only imports which could cause the import to be considered as not deferrable.

Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to be considered as not deferrable.
@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer area: compiler Issues related to `ngc`, Angular's template compiler target: rc This PR is targeted for the next release-candidate labels Oct 24, 2023
@crisbeto crisbeto added this to the v17-final milestone Oct 24, 2023
@crisbeto crisbeto marked this pull request as ready for review October 24, 2023 09:19
Copy link
Copy Markdown
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crisbeto thanks for the improvement! 👍

@AndrewKushnir AndrewKushnir removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Oct 24, 2023
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Oct 24, 2023
@dylhunn
Copy link
Copy Markdown
Contributor

dylhunn commented Oct 24, 2023

This PR was merged into the repository by commit b6b5adc.

@dylhunn dylhunn closed this in b6b5adc Oct 24, 2023
dylhunn pushed a commit that referenced this pull request Oct 24, 2023
Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to be considered as not deferrable.

PR Close #52343
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 24, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
…#52343)

Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to be considered as not deferrable.

PR Close angular#52343
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants