@@ -61,20 +61,20 @@ index 5e82bcb..3c239f8 100755
61
61
62
62
return ts_providers_dict_to_struct(ts_providers)
63
63
diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs
64
- index 7184fd9..ef3e508 100755
64
+ index dd6ec61..c2a0acf 100755
65
65
--- a/node_modules/@angular/bazel/src/ng_package/packager.mjs
66
66
+++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs
67
- @@ -7,7 +7,7 @@
68
- */
67
+ @@ -8,7 +8,7 @@
69
68
import * as fs from 'fs';
70
69
import * as path from 'path';
70
+ import fastGlob from 'fast-glob';
71
71
- import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports';
72
72
+ import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs';
73
73
/**
74
74
* List of known `package.json` fields which provide information about
75
75
* supported package formats and their associated entry paths.
76
76
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
77
- index def2972..3de33ba 100755
77
+ index 47aab66..3305d94 100755
78
78
--- a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
79
79
+++ b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
80
80
@@ -12,7 +12,7 @@ import tscw from '@bazel/concatjs/internal/tsc_wrapped/index.js';
@@ -86,7 +86,7 @@ index def2972..3de33ba 100755
86
86
// FIXME: we should be able to add the assets to the tsconfig so FileLoader
87
87
// knows about them
88
88
const NGC_ASSETS = /\.(css|html)$/;
89
- @@ -349 ,6 +349 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
89
+ @@ -350 ,6 +350 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
90
90
}
91
91
return diagnostics;
92
92
}
0 commit comments