Skip to content

Conversation

@clydin
Copy link
Member

@clydin clydin commented Mar 21, 2024

The linker and build optimizer related babel plugins are now directly imported when needed within the JavaScript transformer worker code. This lowers the number of transitive modules that must be loaded for each worker instance. It also removes the use of require from the initialization code which provides support for full ESM output in the future.

@clydin clydin added the target: minor This PR is targeted for the next minor release label Mar 21, 2024
…babel plugins for application builder

The linker and build optimizer related babel plugins are now directly imported when needed
within the JavaScript transformer worker code. This lowers the number of transitive
modules that must be loaded for each worker instance. It also removes the use of `require`
from the initialization code which provides support for full ESM output in the future.
@clydin clydin force-pushed the application/direct-babel-plugins branch from a8bd586 to 47f0892 Compare March 21, 2024 17:03
@clydin clydin marked this pull request as ready for review March 21, 2024 17:15
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 21, 2024
@clydin clydin requested a review from alan-agius4 March 21, 2024 17:15
@alan-agius4 alan-agius4 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 Mar 22, 2024
@clydin clydin merged commit 2fc8076 into angular:main Mar 22, 2024
@clydin clydin deleted the application/direct-babel-plugins branch March 22, 2024 19:21
@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 22, 2024
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 target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants