Skip to content

Commit 0524d7a

Browse files
committed
refactor(@angular/build): update private exports to expose DiagnosticModes
1 parent 18cf6c5 commit 0524d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/build/src/private.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export function createCompilerPlugin(
6161
}
6262

6363
export type { AngularCompilation } from './tools/angular/compilation';
64+
export { DiagnosticModes } from './tools/angular/compilation';
6465
export { createAngularCompilation };
6566
export { ComponentStylesheetBundler } from './tools/esbuild/angular/component-stylesheets';
6667

0 commit comments

Comments
 (0)