X Tutup
Skip to content

refactor(compiler-cli): produce valid typescript with TCB completion …#67486

Open
atscott wants to merge 1 commit intoangular:mainfrom
atscott:compcompvalid2
Open

refactor(compiler-cli): produce valid typescript with TCB completion …#67486
atscott wants to merge 1 commit intoangular:mainfrom
atscott:compcompvalid2

Conversation

@atscott
Copy link
Contributor

@atscott atscott commented Mar 6, 2026

…line

global completions are done with a line in the TCB with this., which isn't valid TS. Instead, completions still work with a character after, which is also valid TS.

…line

global completions are done with a line in the TCB with `this.`, which isn't
valid TS. Instead, completions still work with a character after, which is
also valid TS.
@angular-robot angular-robot bot added the area: compiler Issues related to `ngc`, Angular's template compiler label Mar 6, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 6, 2026
@atscott atscott added the target: patch This PR is targeted for the next patch release label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: compiler Issues related to `ngc`, Angular's template compiler target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup