Skip to content
Snippets Groups Projects
Commit 98551335 authored by JoostK's avatar JoostK Committed by Miško Hevery
Browse files

feat(ivy): let ngtsc annotate type check blocks with source positions (#30181)

The type check blocks (TCB) that ngtsc generates for achieving type
checking of Angular templates needs to be annotated with positional
information in order to translate TypeScript's diagnostics for the TCB
code back to the location in the user's template. This commit augments
the TCB by attaching trailing comments with AST nodes, such that a node
can be traced back to its source location.

PR Close #30181
parent 8f3dd856
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment