Skip to content

Commit abb16c4

Browse files
committed
refactor(@angular/build): update private exports for additional usage
Add several additional APIs 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. (cherry picked from commit 1072ffc)
1 parent 940e382 commit abb16c4

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
@@ -25,6 +25,10 @@ export { emitFilesToDisk } from './tools/esbuild/utils';
2525
export { transformSupportedBrowsersToTargets } from './tools/esbuild/utils';
2626
export { SassWorkerImplementation } from './tools/sass/sass-service';
2727

28+
export { SourceFileCache } from './tools/esbuild/angular/source-file-cache';
29+
export { createJitResourceTransformer } from './tools/esbuild/angular/jit-resource-transformer';
30+
export { JavaScriptTransformer } from './tools/esbuild/javascript-transformer';
31+
2832
// Utilities
2933
export * from './utils/bundle-calculator';
3034
export { checkPort } from './utils/check-port';

0 commit comments

Comments
 (0)