Skip to content

Commit

Permalink
refactor(@angular/build): include Angular compiler plugin in private API
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clydin authored and alan-agius4 committed Jun 21, 2024
1 parent d1c65a2 commit 438b530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/build/src/private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { SassWorkerImplementation } from './tools/sass/sass-service';
export { SourceFileCache } from './tools/esbuild/angular/source-file-cache';
export { createJitResourceTransformer } from './tools/esbuild/angular/jit-resource-transformer';
export { JavaScriptTransformer } from './tools/esbuild/javascript-transformer';
export { createCompilerPlugin } from './tools/esbuild/angular/compiler-plugin';

// Utilities
export * from './utils/bundle-calculator';
Expand Down

0 comments on commit 438b530

Please sign in to comment.