Skip to content

Conversation

crisbeto
Copy link
Member

Fixes usages of a deprecated signature of createImportClause.

Fixes usages of a deprecated signature of `createImportClause`.
@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Sep 21, 2025
bootstrapImport = nodeFactory.createImportDeclaration(
undefined,
nodeFactory.createImportClause(
false,
Copy link
Member Author

Choose a reason for hiding this comment

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

We also need to make similar changes in the framework, but we can't until we've switched to TS 5.9 internally. As far as I can tell, this code isn't synced into g3.

@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 22, 2025
@dgp1130 dgp1130 merged commit 06b431f into angular:main Sep 22, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants