Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JIT mode config option to linker #20281

Closed
petebacondarwin opened this issue Feb 2, 2021 · 2 comments · Fixed by #20318
Closed

Add JIT mode config option to linker #20281

petebacondarwin opened this issue Feb 2, 2021 · 2 comments · Fixed by #20318
Labels
area: devkit/build-angular feature Issue that requests a new feature
Projects
Milestone

Comments

@petebacondarwin
Copy link
Member

The CLI will need to configure this at build time.

@petebacondarwin petebacondarwin self-assigned this Mar 5, 2021
@petebacondarwin petebacondarwin transferred this issue from angular/angular Mar 15, 2021
@petebacondarwin
Copy link
Member Author

The linker (in master and onwards) now has a linkerJitMode property on the LinkerOptions object that is passed to the createEs2015LinkerPlugin() function. This should be set to true in tandem with the jitMode constant being set.

@petebacondarwin petebacondarwin removed their assignment Mar 15, 2021
@ngbot ngbot bot added this to the needsTriage milestone Mar 15, 2021
@petebacondarwin petebacondarwin moved this from In progress to To do in ng-linker Mar 15, 2021
@alan-agius4 alan-agius4 added area: devkit/build-angular feature Issue that requests a new feature and removed comp: core & compiler labels Mar 16, 2021
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Mar 16, 2021
ng-linker automation moved this from To do to Done Mar 18, 2021
alan-agius4 added a commit that referenced this issue Mar 18, 2021
With this change we intergate JIT mode linker into the Angular CLI.

Closes #20281
@angular-automatic-lock-bot
Copy link

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 Apr 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: devkit/build-angular feature Issue that requests a new feature
Projects
No open projects
ng-linker
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants