Skip to content

Commit dff514b

Browse files
clydinalan-agius4
authored andcommitted
refactor(@angular/build): expose dev-server options normalization function
The dev-server options normalization function and its associated type are being exposed from the internal API file. This allows other internal builders and tools within the package to leverage the same normalization logic.
1 parent b7e2008 commit dff514b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/angular/build/src/private.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export { buildApplicationInternal } from './builders/application';
2626
export type { ApplicationBuilderInternalOptions } from './builders/application/options';
2727
export { type Result, type ResultFile, ResultKind } from './builders/application/results';
2828
export { serveWithVite } from './builders/dev-server/vite';
29+
export {
30+
normalizeOptions as normalizeDevServerOptions,
31+
type NormalizedDevServerOptions,
32+
} from './builders/dev-server/options';
2933

3034
// Tools
3135
export * from './tools/babel/plugins';

0 commit comments

Comments
 (0)