@@ -61,19 +61,19 @@ index 99d7f6d..3ea60ea 100755
61
61
62
62
return ts_providers_dict_to_struct(ts_providers)
63
63
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
64
- index 8681a4c..e3b497a 100755
64
+ index 09deff8..00d24be 100755
65
65
--- a/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
66
66
+++ b/node_modules/@angular/bazel/src/ngc-wrapped/index.mjs
67
- @@ -13,7 +13,7 @@ import * as fs from 'fs';
67
+ @@ -12,7 +12,7 @@ import tscw from '@bazel/concatjs/internal/tsc_wrapped/index.js';
68
+ import * as fs from 'fs';
68
69
import * as path from 'path';
69
- import * as tsickle from 'tsickle';
70
70
import ts from 'typescript';
71
71
- import { EXT, patchNgHostWithFileNameToModuleName as patchNgHost, relativeToRootDirs } from './utils';
72
72
+ import { EXT, patchNgHostWithFileNameToModuleName as patchNgHost, relativeToRootDirs } from './utils.mjs';
73
73
// FIXME: we should be able to add the assets to the tsconfig so FileLoader
74
74
// knows about them
75
75
const NGC_ASSETS = /\.(css|html)$/;
76
- @@ -351 ,6 +351 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
76
+ @@ -348 ,6 +348 ,12 @@ function gatherDiagnosticsForInputsOnly(options, bazelOpts, ngProgram) {
77
77
}
78
78
return diagnostics;
79
79
}
@@ -87,7 +87,7 @@ index 8681a4c..e3b497a 100755
87
87
* @deprecated
88
88
* Kept here just for compatibility with 1P tools. To be removed soon after 1P update.
89
89
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
90
- index 3649c11..0f4af3c 100755
90
+ index ccf82d2..daaa783 100755
91
91
--- a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
92
92
+++ b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
93
93
@@ -5,7 +5,7 @@
@@ -96,6 +96,6 @@ index 3649c11..0f4af3c 100755
96
96
*/
97
97
- import { main } from './index';
98
98
+ import { main } from './index.mjs';
99
- main(process.argv.slice(2)).then(exitCode => process.exitCode = exitCode).catch(e => {
100
- console.error(e);
101
- process.exitCode = 1;
99
+ main(process.argv.slice(2))
100
+ .then((exitCode) => (process.exitCode = exitCode))
101
+ .catch((e) => {
0 commit comments