Skip to content

Commit 438b530

Browse files
clydinalan-agius4
authored andcommitted
refactor(@angular/build): include Angular compiler plugin in private API
Add `createCompilerPlugin` function to the private export of the package. Note that these are not considered part of the public API and are intended for use only with the `@angular-devkit/build-angular` package.
1 parent d1c65a2 commit 438b530

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
@@ -28,6 +28,7 @@ export { SassWorkerImplementation } from './tools/sass/sass-service';
2828
export { SourceFileCache } from './tools/esbuild/angular/source-file-cache';
2929
export { createJitResourceTransformer } from './tools/esbuild/angular/jit-resource-transformer';
3030
export { JavaScriptTransformer } from './tools/esbuild/javascript-transformer';
31+
export { createCompilerPlugin } from './tools/esbuild/angular/compiler-plugin';
3132

3233
// Utilities
3334
export * from './utils/bundle-calculator';

0 commit comments

Comments
 (0)