@angular/compiler-cli 17.3.3 → 17.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-XZRJJDCL.js → chunk-6IQBXGRH.js} +43 -43
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-JO46TGKL.js → chunk-7OQMTKOE.js} +78 -78
- package/bundles/{chunk-ETISX7AF.js → chunk-KP3UXB5C.js} +13 -13
- package/bundles/{chunk-GY5NSBQT.js → chunk-LHQ7WPU2.js} +111 -111
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-7YTU3VQO.js → chunk-VXEF7SDM.js} +5 -5
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
- package/bundles/{chunk-VHZA6E42.js → chunk-ZS3FJJVW.js} +30 -30
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-XZRJJDCL.js.map → chunk-6IQBXGRH.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-JO46TGKL.js.map → chunk-7OQMTKOE.js.map} +0 -0
- /package/bundles/{chunk-ETISX7AF.js.map → chunk-KP3UXB5C.js.map} +0 -0
- /package/bundles/{chunk-GY5NSBQT.js.map → chunk-LHQ7WPU2.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-7YTU3VQO.js.map → chunk-VXEF7SDM.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
- /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
- /package/bundles/{chunk-VHZA6E42.js.map → chunk-ZS3FJJVW.js.map} +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -71,7 +71,7 @@ var PerfCheckpoint;
|
|
|
71
71
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
72
72
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
75
75
|
var NoopPerfRecorder = class {
|
|
76
76
|
eventCount() {
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@ var NoopPerfRecorder = class {
|
|
|
88
88
|
};
|
|
89
89
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
92
92
|
function mark() {
|
|
93
93
|
return process.hrtime();
|
|
94
94
|
}
|
|
@@ -97,7 +97,7 @@ function timeSinceInMicros(mark2) {
|
|
|
97
97
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
101
101
|
var ActivePerfRecorder = class {
|
|
102
102
|
static zeroedToNow() {
|
|
103
103
|
return new ActivePerfRecorder(mark());
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
* Use of this source code is governed by an MIT-style license that can be
|
|
206
206
|
* found in the LICENSE file at https://angular.io/license
|
|
207
207
|
*/
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-R4KQI5XI.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "\x1B[0m";
|
|
17
17
|
var RED = "\x1B[31m";
|
|
18
18
|
var YELLOW = "\x1B[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-SBDNBITT.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-LHQ7WPU2.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
19
19
|
import yargs from "yargs";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
22
22
|
import * as chokidar from "chokidar";
|
|
23
23
|
import * as path from "path";
|
|
24
24
|
import ts from "typescript";
|
|
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
// bazel-out/
|
|
237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
238
238
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
|
|
239
239
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
240
240
|
if (configErrors.length) {
|
|
@@ -342,4 +342,4 @@ export {
|
|
|
342
342
|
* Use of this source code is governed by an MIT-style license that can be
|
|
343
343
|
* found in the LICENSE file at https://angular.io/license
|
|
344
344
|
*/
|
|
345
|
-
//# sourceMappingURL=chunk-
|
|
345
|
+
//# sourceMappingURL=chunk-VXEF7SDM.js.map
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
7
7
|
import { decode, encode } from "@jridgewell/sourcemap-codec";
|
|
8
8
|
import mapHelpers from "convert-source-map";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
11
11
|
function compareSegments(a, b) {
|
|
12
12
|
return a.position - b.position;
|
|
13
13
|
}
|
|
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
27
27
|
return { line, column, position, next: void 0 };
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
31
31
|
function removeSourceMapComments(contents) {
|
|
32
32
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
33
33
|
}
|
|
@@ -278,10 +278,10 @@ var Cache = class {
|
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
|
|
281
|
-
// bazel-out/
|
|
281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
282
282
|
import mapHelpers2 from "convert-source-map";
|
|
283
283
|
|
|
284
|
-
// bazel-out/
|
|
284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
285
285
|
var ContentOrigin;
|
|
286
286
|
(function(ContentOrigin2) {
|
|
287
287
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -289,7 +289,7 @@ var ContentOrigin;
|
|
|
289
289
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
290
290
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
291
291
|
|
|
292
|
-
// bazel-out/
|
|
292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
293
293
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
294
294
|
var SourceFileLoader = class {
|
|
295
295
|
constructor(fs, logger, schemeMap) {
|
|
@@ -416,4 +416,4 @@ export {
|
|
|
416
416
|
* Use of this source code is governed by an MIT-style license that can be
|
|
417
417
|
* found in the LICENSE file at https://angular.io/license
|
|
418
418
|
*/
|
|
419
|
-
//# sourceMappingURL=chunk-
|
|
419
|
+
//# sourceMappingURL=chunk-WCD6LVCP.js.map
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7
7
|
var OptimizeFor;
|
|
8
8
|
(function(OptimizeFor2) {
|
|
9
9
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
10
10
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
11
11
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
14
14
|
var PotentialImportKind;
|
|
15
15
|
(function(PotentialImportKind2) {
|
|
16
16
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -22,14 +22,14 @@ var PotentialImportMode;
|
|
|
22
22
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
23
23
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
26
26
|
var CompletionKind;
|
|
27
27
|
(function(CompletionKind2) {
|
|
28
28
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
29
29
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
30
30
|
})(CompletionKind || (CompletionKind = {}));
|
|
31
31
|
|
|
32
|
-
// bazel-out/
|
|
32
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
33
33
|
var SymbolKind;
|
|
34
34
|
(function(SymbolKind2) {
|
|
35
35
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
* Use of this source code is governed by an MIT-style license that can be
|
|
60
60
|
* found in the LICENSE file at https://angular.io/license
|
|
61
61
|
*/
|
|
62
|
-
//# sourceMappingURL=chunk-
|
|
62
|
+
//# sourceMappingURL=chunk-YUMIYLNL.js.map
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6IQBXGRH.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WCD6LVCP.js";
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
14
14
|
var FatalLinkerError = class extends Error {
|
|
15
15
|
constructor(node, message) {
|
|
16
16
|
super(message);
|
|
@@ -22,14 +22,14 @@ function isFatalLinkerError(e) {
|
|
|
22
22
|
return e && e.type === "FatalLinkerError";
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
26
26
|
function assert(node, predicate, expected) {
|
|
27
27
|
if (!predicate(node)) {
|
|
28
28
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
// bazel-out/
|
|
32
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
33
33
|
import * as o from "@angular/compiler";
|
|
34
34
|
var AstObject = class {
|
|
35
35
|
static parse(expression, host) {
|
|
@@ -159,10 +159,10 @@ var AstValue = class {
|
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
161
|
|
|
162
|
-
// bazel-out/
|
|
162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
163
163
|
import { ConstantPool } from "@angular/compiler";
|
|
164
164
|
|
|
165
|
-
// bazel-out/
|
|
165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
166
166
|
var LinkerImportGenerator = class {
|
|
167
167
|
constructor(factory, ngImport) {
|
|
168
168
|
this.factory = factory;
|
|
@@ -182,7 +182,7 @@ var LinkerImportGenerator = class {
|
|
|
182
182
|
}
|
|
183
183
|
};
|
|
184
184
|
|
|
185
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
186
186
|
var EmitScope = class {
|
|
187
187
|
constructor(ngImport, translator, factory) {
|
|
188
188
|
this.ngImport = ngImport;
|
|
@@ -211,7 +211,7 @@ var EmitScope = class {
|
|
|
211
211
|
}
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
// bazel-out/
|
|
214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
215
215
|
var LocalEmitScope = class extends EmitScope {
|
|
216
216
|
translateDefinition(definition) {
|
|
217
217
|
return super.translateDefinition({
|
|
@@ -224,10 +224,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
224
224
|
}
|
|
225
225
|
};
|
|
226
226
|
|
|
227
|
-
// bazel-out/
|
|
227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
228
228
|
import semver2 from "semver";
|
|
229
229
|
|
|
230
|
-
// bazel-out/
|
|
230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
231
231
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
232
232
|
if (loader === null) {
|
|
233
233
|
return () => null;
|
|
@@ -242,7 +242,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
// bazel-out/
|
|
245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
246
246
|
import { compileClassMetadata } from "@angular/compiler";
|
|
247
247
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
248
248
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -262,16 +262,16 @@ function toR3ClassMetadata(metaObj) {
|
|
|
262
262
|
};
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
266
266
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
|
|
267
267
|
import semver from "semver";
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
270
270
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
|
-
var PLACEHOLDER_VERSION = "17.3.
|
|
274
|
+
var PLACEHOLDER_VERSION = "17.3.4";
|
|
275
275
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = true;
|
|
276
276
|
function wrapReference(wrapped) {
|
|
277
277
|
return { value: wrapped, type: wrapped };
|
|
@@ -319,7 +319,7 @@ function extractForwardRef(expr) {
|
|
|
319
319
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
// bazel-out/
|
|
322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
323
323
|
var PartialDirectiveLinkerVersion1 = class {
|
|
324
324
|
constructor(sourceUrl, code) {
|
|
325
325
|
this.sourceUrl = sourceUrl;
|
|
@@ -468,7 +468,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
468
468
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
469
469
|
}
|
|
470
470
|
|
|
471
|
-
// bazel-out/
|
|
471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
472
472
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
473
473
|
return {
|
|
474
474
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -687,7 +687,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
687
687
|
return enumValue;
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
-
// bazel-out/
|
|
690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
691
691
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
692
692
|
var PartialFactoryLinkerVersion1 = class {
|
|
693
693
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -723,7 +723,7 @@ function getDependencies(metaObj, propName) {
|
|
|
723
723
|
return null;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
-
// bazel-out/
|
|
726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
727
727
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
728
728
|
var PartialInjectableLinkerVersion1 = class {
|
|
729
729
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -761,7 +761,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
761
761
|
return meta;
|
|
762
762
|
}
|
|
763
763
|
|
|
764
|
-
// bazel-out/
|
|
764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
765
765
|
import { compileInjector } from "@angular/compiler";
|
|
766
766
|
var PartialInjectorLinkerVersion1 = class {
|
|
767
767
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -783,7 +783,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
783
783
|
};
|
|
784
784
|
}
|
|
785
785
|
|
|
786
|
-
// bazel-out/
|
|
786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
787
787
|
import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
|
|
788
788
|
var PartialNgModuleLinkerVersion1 = class {
|
|
789
789
|
constructor(emitInline) {
|
|
@@ -855,7 +855,7 @@ function wrapReferences(values) {
|
|
|
855
855
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
-
// bazel-out/
|
|
858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
859
859
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
860
860
|
var PartialPipeLinkerVersion1 = class {
|
|
861
861
|
constructor() {
|
|
@@ -884,7 +884,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
884
884
|
};
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
// bazel-out/
|
|
887
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
888
888
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
889
889
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
890
890
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -981,7 +981,7 @@ function getRange(comparator, versionStr) {
|
|
|
981
981
|
return new semver2.Range(`${comparator}${version.format()}`);
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
-
// bazel-out/
|
|
984
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
985
985
|
var FileLinker = class {
|
|
986
986
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
987
987
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -1024,14 +1024,14 @@ var FileLinker = class {
|
|
|
1024
1024
|
}
|
|
1025
1025
|
};
|
|
1026
1026
|
|
|
1027
|
-
// bazel-out/
|
|
1027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
1028
1028
|
var DEFAULT_LINKER_OPTIONS = {
|
|
1029
1029
|
sourceMapping: true,
|
|
1030
1030
|
linkerJitMode: false,
|
|
1031
1031
|
unknownDeclarationVersionHandling: "error"
|
|
1032
1032
|
};
|
|
1033
1033
|
|
|
1034
|
-
// bazel-out/
|
|
1034
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
1035
1035
|
var Translator = class {
|
|
1036
1036
|
constructor(factory) {
|
|
1037
1037
|
this.factory = factory;
|
|
@@ -1044,7 +1044,7 @@ var Translator = class {
|
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
1046
|
|
|
1047
|
-
// bazel-out/
|
|
1047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
1048
1048
|
var LinkerEnvironment = class {
|
|
1049
1049
|
constructor(fileSystem, logger, host, factory, options) {
|
|
1050
1050
|
this.fileSystem = fileSystem;
|
|
@@ -1065,7 +1065,7 @@ var LinkerEnvironment = class {
|
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
1067
1067
|
|
|
1068
|
-
// bazel-out/
|
|
1068
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
1069
1069
|
function needsLinking(path, source) {
|
|
1070
1070
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
1071
1071
|
}
|
|
@@ -1086,4 +1086,4 @@ export {
|
|
|
1086
1086
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1087
1087
|
* found in the LICENSE file at https://angular.io/license
|
|
1088
1088
|
*/
|
|
1089
|
-
//# sourceMappingURL=chunk-
|
|
1089
|
+
//# sourceMappingURL=chunk-ZS3FJJVW.js.map
|
package/bundles/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
constructorParametersDownlevelTransform,
|
|
10
10
|
getDownlevelDecoratorsTransform,
|
|
11
11
|
getInitializerApiJitTransform
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-KP3UXB5C.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_ERROR_CODE,
|
|
15
15
|
DecoratorType,
|
|
@@ -37,22 +37,22 @@ import {
|
|
|
37
37
|
performCompilation,
|
|
38
38
|
readConfiguration,
|
|
39
39
|
untagAllTsFiles
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-LHQ7WPU2.js";
|
|
41
41
|
import {
|
|
42
42
|
OptimizeFor
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import "./chunk-
|
|
43
|
+
} from "./chunk-YUMIYLNL.js";
|
|
44
|
+
import "./chunk-7OQMTKOE.js";
|
|
45
45
|
import {
|
|
46
46
|
isLocalCompilationDiagnostics
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-6IQBXGRH.js";
|
|
48
48
|
import {
|
|
49
49
|
ActivePerfRecorder,
|
|
50
50
|
PerfPhase
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-R4KQI5XI.js";
|
|
52
52
|
import {
|
|
53
53
|
ConsoleLogger,
|
|
54
54
|
LogLevel
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-SBDNBITT.js";
|
|
56
56
|
import {
|
|
57
57
|
LogicalFileSystem,
|
|
58
58
|
LogicalProjectPath,
|
|
@@ -73,14 +73,14 @@ import {
|
|
|
73
73
|
resolve,
|
|
74
74
|
setFileSystem,
|
|
75
75
|
toRelativeImport
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-75YFKYUJ.js";
|
|
77
77
|
import "./chunk-XI2RTGAL.js";
|
|
78
78
|
|
|
79
|
-
// bazel-out/
|
|
79
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
80
80
|
import { Version } from "@angular/compiler";
|
|
81
|
-
var VERSION = new Version("17.3.
|
|
81
|
+
var VERSION = new Version("17.3.4");
|
|
82
82
|
|
|
83
|
-
// bazel-out/
|
|
83
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
84
84
|
var NgTscPlugin = class {
|
|
85
85
|
get compiler() {
|
|
86
86
|
if (this._compiler === null) {
|
|
@@ -157,7 +157,7 @@ var NgTscPlugin = class {
|
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
159
|
|
|
160
|
-
// bazel-out/
|
|
160
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
161
161
|
setFileSystem(new NodeJSFileSystem());
|
|
162
162
|
export {
|
|
163
163
|
ConsoleLogger,
|
|
@@ -8,22 +8,22 @@ import {
|
|
|
8
8
|
LinkerEnvironment,
|
|
9
9
|
assert,
|
|
10
10
|
isFatalLinkerError
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-ZS3FJJVW.js";
|
|
12
|
+
import "../../chunk-6IQBXGRH.js";
|
|
13
13
|
import {
|
|
14
14
|
ConsoleLogger,
|
|
15
15
|
LogLevel
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-SBDNBITT.js";
|
|
17
|
+
import "../../chunk-WCD6LVCP.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-75YFKYUJ.js";
|
|
21
21
|
import "../../chunk-XI2RTGAL.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
24
24
|
import { types as t4 } from "@babel/core";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
27
27
|
import { types as t } from "@babel/core";
|
|
28
28
|
var BabelAstFactory = class {
|
|
29
29
|
constructor(sourceUrl) {
|
|
@@ -146,7 +146,7 @@ function isLExpression(expr) {
|
|
|
146
146
|
return t.isLVal(expr);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
// bazel-out/
|
|
149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
150
150
|
import { types as t2 } from "@babel/core";
|
|
151
151
|
var BabelAstHost = class {
|
|
152
152
|
constructor() {
|
|
@@ -267,7 +267,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
267
267
|
return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
// bazel-out/
|
|
270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
271
271
|
import { types as t3 } from "@babel/core";
|
|
272
272
|
var BabelDeclarationScope = class {
|
|
273
273
|
constructor(declarationScope) {
|
|
@@ -293,7 +293,7 @@ var BabelDeclarationScope = class {
|
|
|
293
293
|
}
|
|
294
294
|
};
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
297
297
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
298
298
|
let fileLinker = null;
|
|
299
299
|
return {
|
|
@@ -394,7 +394,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
394
394
|
return `${filename}: ${error.message}`;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
// bazel-out/
|
|
397
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
398
398
|
function defaultLinkerPlugin(api, options) {
|
|
399
399
|
api.assertVersion(7);
|
|
400
400
|
return createEs2015LinkerPlugin({
|
|
@@ -404,7 +404,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
404
404
|
});
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
// bazel-out/
|
|
407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
408
408
|
var babel_default = defaultLinkerPlugin;
|
|
409
409
|
export {
|
|
410
410
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-ZS3FJJVW.js";
|
|
14
|
+
import "../chunk-6IQBXGRH.js";
|
|
15
|
+
import "../chunk-WCD6LVCP.js";
|
|
16
|
+
import "../chunk-75YFKYUJ.js";
|
|
17
17
|
import "../chunk-XI2RTGAL.js";
|
|
18
18
|
export {
|
|
19
19
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
const require = __cjsCompatRequire(import.meta.url);
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
// bazel-out/
|
|
7
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
8
8
|
function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) {
|
|
9
9
|
let endIndex = 0;
|
|
10
10
|
let returnValue = "";
|
package/bundles/private/bazel.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-WCD6LVCP.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolve,
|
|
31
31
|
setFileSystem,
|
|
32
32
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-75YFKYUJ.js";
|
|
34
34
|
import "../chunk-XI2RTGAL.js";
|
|
35
35
|
export {
|
|
36
36
|
ConsoleLogger,
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
import {
|
|
6
6
|
PotentialImportKind,
|
|
7
7
|
PotentialImportMode
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-YUMIYLNL.js";
|
|
9
9
|
import {
|
|
10
10
|
DynamicValue,
|
|
11
11
|
PartialEvaluator,
|
|
12
12
|
StaticInterpreter,
|
|
13
13
|
forwardRefResolver
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-7OQMTKOE.js";
|
|
15
15
|
import {
|
|
16
16
|
Reference,
|
|
17
17
|
TypeScriptReflectionHost,
|
|
18
18
|
reflectObjectLiteral
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-6IQBXGRH.js";
|
|
20
|
+
import "../chunk-R4KQI5XI.js";
|
|
21
|
+
import "../chunk-75YFKYUJ.js";
|
|
22
22
|
import "../chunk-XI2RTGAL.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|