Skip to content

fix(compiler-cli): error in unused standalone imports diagnostic#59064

Closed
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:58872/standalone-diag-error
Closed

fix(compiler-cli): error in unused standalone imports diagnostic#59064
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:58872/standalone-diag-error

Conversation

@crisbeto
Copy link
Copy Markdown
Member

@crisbeto crisbeto commented Dec 5, 2024

Fixes a null pointer error in the unused standalone imports diagnostic. It was caused by an inconsistency in TypeScript's built-in types.

Fixes #58872.

@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Dec 5, 2024
@crisbeto crisbeto requested a review from JoostK December 5, 2024 09:49
@crisbeto crisbeto self-assigned this Dec 5, 2024
@crisbeto crisbeto removed the request for review from JoostK December 5, 2024 10:05
@crisbeto crisbeto removed their assignment Dec 5, 2024
Fixes a null pointer error in the unused standalone imports diagnostic. It was caused by an inconsistency in TypeScript's built-in types.

Fixes angular#58872.
@crisbeto crisbeto force-pushed the 58872/standalone-diag-error branch from 88eee07 to dd52f0e Compare December 5, 2024 15:30
@crisbeto crisbeto 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 Dec 5, 2024
@alxhub
Copy link
Copy Markdown
Member

alxhub commented Dec 6, 2024

This PR was merged into the repository by commit 1b9492e.

The changes were merged into the following branches: main, 19.0.x

alxhub pushed a commit that referenced this pull request Dec 6, 2024
)

Fixes a null pointer error in the unused standalone imports diagnostic. It was caused by an inconsistency in TypeScript's built-in types.

Fixes #58872.

PR Close #59064
@alxhub alxhub closed this in 1b9492e Dec 6, 2024
@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 Jan 6, 2025
PrajaktaB27 pushed a commit to PrajaktaB27/angular that referenced this pull request Feb 7, 2025
…ular#59064)

Fixes a null pointer error in the unused standalone imports diagnostic. It was caused by an inconsistency in TypeScript's built-in types.

Fixes angular#58872.

PR Close angular#59064
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 target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Angular 19 cannot build - Cannot read properties of undefined (reading 'kind')

3 participants