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

feat(@angular-devkit/build-angular): move i18n extraction for application builder to new build system package #27519

Merged
merged 1 commit into from Apr 24, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented Apr 23, 2024

With the application builder already within the new @angular/build package, the extract-i18n builder with application builder support is now also contained within this package. Only the application builder aspects of extract-i18n have been moved. The compatibility builder browser-esbuild is not supported with @angular/build:extract-i18n. The existing extract-i18n builder found within @angular-devkit/build-angular should continue to be used for both the Webpack-based browser builder and the esbuild-based compatibility browser-esbuild builder. To maintain backwards compatibility, the existing @angular-devkit/build-angular:extract-i18n builder continues to support builders it has previously.

No change to existing applications is required.

@clydin clydin added the target: major This PR is targeted for the next major release label Apr 23, 2024
@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Apr 23, 2024
@clydin clydin force-pushed the application/split-extract-i18n branch 3 times, most recently from 6944b31 to 4655881 Compare April 23, 2024 19:34
…tion builder to new build system package

With the `application` builder already within the new `@angular/build` package,
the `extract-i18n` builder with application builder support is now also contained within this package.
Only the application builder aspects of `extract-i18n` have been moved.
The compatibility builder `browser-esbuild` is not supported with `@angular/build:extract-i18n`.
The existing `extract-i18n` builder found within `@angular-devkit/build-angular` should continue to be used for both the
Webpack-based `browser` builder and the esbuild-based compatibility `browser-esbuild`
builder. To maintain backwards compatibility, the existing `@angular-devkit/build-angular:extract-i18n`
builder continues to support builders it has previously.

No change to existing applications is required.
@clydin clydin force-pushed the application/split-extract-i18n branch from 4655881 to 48b6383 Compare April 23, 2024 20:06
@clydin clydin marked this pull request as ready for review April 23, 2024 20:07
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Apr 23, 2024
@clydin clydin requested a review from alan-agius4 April 23, 2024 20:29
@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 Apr 24, 2024
@clydin clydin merged commit 0b03829 into angular:main Apr 24, 2024
35 checks passed
@clydin clydin deleted the application/split-extract-i18n branch April 24, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker detected: feature PR contains a feature commit target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants