X Tutup
Skip to content

refactor(compiler-cli): simplifies IncrementalCompilation.fresh#67508

Open
SkyZeroZx wants to merge 1 commit intoangular:mainfrom
SkyZeroZx:refactor/compiler-cli-remove-unsed-program
Open

refactor(compiler-cli): simplifies IncrementalCompilation.fresh#67508
SkyZeroZx wants to merge 1 commit intoangular:mainfrom
SkyZeroZx:refactor/compiler-cli-remove-unsed-program

Conversation

@SkyZeroZx
Copy link
Contributor

@SkyZeroZx SkyZeroZx commented Mar 8, 2026

Removes the ts.Program argument from the IncrementalCompilation.fresh method.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Removes the `ts.Program` argument from the `IncrementalCompilation.fresh` method.
@pullapprove pullapprove bot requested a review from thePunderWoman March 8, 2026 05:14
@angular-robot angular-robot bot added the area: compiler Issues related to `ngc`, Angular's template compiler label Mar 8, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 8, 2026
@thePunderWoman thePunderWoman removed their request for review March 9, 2026 17:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup