Skip to content

refactor(migrations): gracefully proceed if reference cannot be resolved#61426

Closed
devversion wants to merge 1 commit intoangular:mainfrom
devversion:signal-migration-safety
Closed

refactor(migrations): gracefully proceed if reference cannot be resolved#61426
devversion wants to merge 1 commit intoangular:mainfrom
devversion:signal-migration-safety

Conversation

@devversion
Copy link
Copy Markdown
Member

A runtime error can surface when TypeScript internally fails to resolve a reference that is named similar to an input, but no .d.ts is available for it.

See example error:
microsoft/TypeScript#61473 (comment).

A runtime error can surface when TypeScript internally fails to resolve
a reference that is named similar to an input, but no `.d.ts` is
available for it.

See example error:
microsoft/TypeScript#61473 (comment).
@devversion devversion requested a review from crisbeto May 16, 2025 15:32
@devversion devversion 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 May 16, 2025
@angular-robot angular-robot bot added the area: migrations Issues related to `ng update`/`ng generate` migrations label May 16, 2025
@ngbot ngbot bot added this to the Backlog milestone May 16, 2025
@devversion devversion 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 May 19, 2025
thePunderWoman pushed a commit that referenced this pull request May 19, 2025
…ved (#61426)

A runtime error can surface when TypeScript internally fails to resolve
a reference that is named similar to an input, but no `.d.ts` is
available for it.

See example error:
microsoft/TypeScript#61473 (comment).

PR Close #61426
thePunderWoman pushed a commit that referenced this pull request May 19, 2025
…ved (#61426)

A runtime error can surface when TypeScript internally fails to resolve
a reference that is named similar to an input, but no `.d.ts` is
available for it.

See example error:
microsoft/TypeScript#61473 (comment).

PR Close #61426
@thePunderWoman
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit b148e27.

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

@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 Jun 19, 2025
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: migrations Issues related to `ng update`/`ng generate` migrations target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants