Skip to content

Commit 8fb74c9

Browse files
clydinalan-agius4
authored andcommitted
refactor(@angular-devkit/build-angular): remove unused utility files
With the protractor builder removed, these utility functions are no longer used.
1 parent 069e3d3 commit 8fb74c9

File tree

4 files changed

+0
-106
lines changed

4 files changed

+0
-106
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ copy_to_bin(
7272
RUNTIME_ASSETS = glob(
7373
include = [
7474
"src/**/schema.json",
75-
"src/**/*.js",
7675
"src/**/*.html",
7776
],
7877
) + [

packages/angular_devkit/build_angular/src/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
export * from './default-progress';
1010
export { deleteOutputDir, loadProxyConfiguration } from '@angular/build/private';
11-
export * from './run-module-as-observable-fork';
1211
export * from './normalize-file-replacements';
1312
export * from './normalize-asset-patterns';
1413
export * from './normalize-source-maps';

packages/angular_devkit/build_angular/src/utils/run-module-as-observable-fork.ts

Lines changed: 0 additions & 86 deletions
This file was deleted.

packages/angular_devkit/build_angular/src/utils/run-module-worker.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)