feat(@angular/build): rename experimentalPlatform to platform in application builder#32733
Conversation
ceba2fb to
e4d5a59
Compare
e4d5a59 to
76448a3
Compare
…application builder The `experimentalPlatform` option within the `ssr` option of the application builder has been renamed to `platform`. This change promotes the feature from experimental status while maintaining its functionality for specifying the target server platform. A migration has been added to automatically update existing configuration to the new option name.
4128564 to
97f7cad
Compare
There was a problem hiding this comment.
Code Review
This pull request promotes the experimentalPlatform option to platform in the application builder, moving it out of experimental status. The changes are well-contained, primarily involving renaming across the codebase. The inclusion of a migration script to automatically update existing projects is a thoughtful addition, and its implementation and tests appear solid. I've identified one minor issue in the schema.json where the description for the new platform option still contains experimental wording. A suggestion to update the description has been provided. Overall, this is a good and clear update.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The
experimentalPlatformoption within thessroption of the application builder has been renamed toplatform. This change promotes the feature from experimental status while maintaining its functionality for specifying the target server platform.A migration has been added to automatically update existing configuration to the new option name.