@angular/compiler-cli 14.2.7 → 14.2.8
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-CQC4TODZ.js → chunk-4EKRHL6K.js} +97 -97
- package/bundles/{chunk-CQC4TODZ.js.map → chunk-4EKRHL6K.js.map} +0 -0
- package/bundles/{chunk-S4JINNFN.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-S4JINNFN.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-Z57D3OKU.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-Z57D3OKU.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-4SINIALN.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-4SINIALN.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-QST5YSNG.js → chunk-6LGH65GO.js} +71 -71
- package/bundles/{chunk-QST5YSNG.js.map → chunk-6LGH65GO.js.map} +0 -0
- package/bundles/{chunk-E6XS3AOK.js → chunk-DM4TYSFG.js} +2 -2
- package/bundles/{chunk-E6XS3AOK.js.map → chunk-DM4TYSFG.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-N2MCMY3J.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-N2MCMY3J.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-CDDXRRSJ.js → chunk-IGUYDR56.js} +26 -26
- package/bundles/{chunk-CDDXRRSJ.js.map → chunk-IGUYDR56.js.map} +0 -0
- package/bundles/{chunk-AYUQTULD.js → chunk-IS6SUBRS.js} +31 -31
- package/bundles/{chunk-AYUQTULD.js.map → chunk-IS6SUBRS.js.map} +0 -0
- package/bundles/{chunk-QUO5TIT7.js → chunk-JN4TT3OU.js} +7 -7
- package/bundles/{chunk-QUO5TIT7.js.map → chunk-JN4TT3OU.js.map} +0 -0
- package/bundles/{chunk-7D7JVHLL.js → chunk-MOE5WKIA.js} +7 -7
- package/bundles/{chunk-7D7JVHLL.js.map → chunk-MOE5WKIA.js.map} +0 -0
- package/bundles/{chunk-W6PLYNW2.js → chunk-NNRDI5WT.js} +70 -70
- package/bundles/{chunk-W6PLYNW2.js.map → chunk-NNRDI5WT.js.map} +0 -0
- package/bundles/{chunk-CTEVZGOM.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-CTEVZGOM.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-QPJVRNEU.js → chunk-RELPKSHG.js} +40 -40
- package/bundles/{chunk-QPJVRNEU.js.map → chunk-RELPKSHG.js.map} +0 -0
- package/bundles/{chunk-KG4X2UVK.js → chunk-X2SFTCHG.js} +5 -5
- package/bundles/{chunk-KG4X2UVK.js.map → chunk-X2SFTCHG.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
19
19
|
import ts from "typescript";
|
|
20
20
|
var TS = /\.tsx?$/i;
|
|
21
21
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -110,7 +110,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
110
110
|
return redirectInfo.unredirected;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
114
114
|
var Reference = class {
|
|
115
115
|
constructor(node, bestGuessOwningModule = null) {
|
|
116
116
|
this.node = node;
|
|
@@ -173,14 +173,14 @@ var Reference = class {
|
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
177
177
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
178
178
|
|
|
179
|
-
// bazel-out/
|
|
179
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
180
180
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
181
181
|
import ts3 from "typescript";
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
184
184
|
var ErrorCode;
|
|
185
185
|
(function(ErrorCode2) {
|
|
186
186
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -244,7 +244,7 @@ var ErrorCode;
|
|
|
244
244
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
245
245
|
})(ErrorCode || (ErrorCode = {}));
|
|
246
246
|
|
|
247
|
-
// bazel-out/
|
|
247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
248
248
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
249
249
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
250
250
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -256,10 +256,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
256
256
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
257
257
|
]);
|
|
258
258
|
|
|
259
|
-
// bazel-out/
|
|
259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
260
260
|
import ts2 from "typescript";
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
263
263
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
264
264
|
function replaceTsWithNgInErrors(errors) {
|
|
265
265
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -268,7 +268,7 @@ function ngErrorCode(code) {
|
|
|
268
268
|
return parseInt("-99" + code);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
// bazel-out/
|
|
271
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
272
272
|
var FatalDiagnosticError = class {
|
|
273
273
|
constructor(code, node, message, relatedInformation) {
|
|
274
274
|
this.code = code;
|
|
@@ -316,10 +316,10 @@ function isFatalDiagnosticError(err) {
|
|
|
316
316
|
return err._isFatalDiagnosticError === true;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
// bazel-out/
|
|
319
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
320
320
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
321
321
|
|
|
322
|
-
// bazel-out/
|
|
322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
323
323
|
var ExtendedTemplateDiagnosticName;
|
|
324
324
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
325
325
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -331,7 +331,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
331
331
|
ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
|
|
332
332
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
333
333
|
|
|
334
|
-
// bazel-out/
|
|
334
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
335
335
|
function findExportedNameOfNode(target, file, reflector) {
|
|
336
336
|
const exports = reflector.getExportsOfModule(file);
|
|
337
337
|
if (exports === null) {
|
|
@@ -351,7 +351,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
351
351
|
return foundExportName;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
// bazel-out/
|
|
354
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
355
355
|
var ImportFlags;
|
|
356
356
|
(function(ImportFlags2) {
|
|
357
357
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -567,7 +567,7 @@ var UnifiedModulesStrategy = class {
|
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
569
|
|
|
570
|
-
// bazel-out/
|
|
570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
571
571
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
572
572
|
var UnifiedModulesAliasingHost = class {
|
|
573
573
|
constructor(unifiedModulesHost) {
|
|
@@ -634,7 +634,7 @@ var AliasStrategy = class {
|
|
|
634
634
|
}
|
|
635
635
|
};
|
|
636
636
|
|
|
637
|
-
// bazel-out/
|
|
637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
638
638
|
function relativePathBetween(from, to) {
|
|
639
639
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
640
640
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -643,7 +643,7 @@ function normalizeSeparators(path) {
|
|
|
643
643
|
return path.replace(/\\/g, "/");
|
|
644
644
|
}
|
|
645
645
|
|
|
646
|
-
// bazel-out/
|
|
646
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
647
647
|
var NoopImportRewriter = class {
|
|
648
648
|
shouldImportSymbol(symbol, specifier) {
|
|
649
649
|
return true;
|
|
@@ -701,7 +701,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
701
701
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
702
702
|
}
|
|
703
703
|
|
|
704
|
-
// bazel-out/
|
|
704
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
705
705
|
import ts4 from "typescript";
|
|
706
706
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
707
707
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -746,7 +746,7 @@ var DefaultImportTracker = class {
|
|
|
746
746
|
}
|
|
747
747
|
};
|
|
748
748
|
|
|
749
|
-
// bazel-out/
|
|
749
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
750
750
|
var ModuleResolver = class {
|
|
751
751
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
752
752
|
this.program = program;
|
|
@@ -763,7 +763,7 @@ var ModuleResolver = class {
|
|
|
763
763
|
}
|
|
764
764
|
};
|
|
765
765
|
|
|
766
|
-
// bazel-out/
|
|
766
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
767
767
|
var Context = class {
|
|
768
768
|
constructor(isStatement) {
|
|
769
769
|
this.isStatement = isStatement;
|
|
@@ -776,7 +776,7 @@ var Context = class {
|
|
|
776
776
|
}
|
|
777
777
|
};
|
|
778
778
|
|
|
779
|
-
// bazel-out/
|
|
779
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
780
780
|
import * as o from "@angular/compiler";
|
|
781
781
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
782
782
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1000,7 +1000,7 @@ function createRange(span) {
|
|
|
1000
1000
|
};
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
|
-
// bazel-out/
|
|
1003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1004
1004
|
import ts5 from "typescript";
|
|
1005
1005
|
var ImportManager = class {
|
|
1006
1006
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1036,7 +1036,7 @@ var ImportManager = class {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
};
|
|
1038
1038
|
|
|
1039
|
-
// bazel-out/
|
|
1039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1040
1040
|
import * as o2 from "@angular/compiler";
|
|
1041
1041
|
import ts6 from "typescript";
|
|
1042
1042
|
function translateType(type, imports) {
|
|
@@ -1207,7 +1207,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
};
|
|
1209
1209
|
|
|
1210
|
-
// bazel-out/
|
|
1210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1211
1211
|
import ts7 from "typescript";
|
|
1212
1212
|
var PureAnnotation;
|
|
1213
1213
|
(function(PureAnnotation2) {
|
|
@@ -1385,7 +1385,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
|
-
// bazel-out/
|
|
1388
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1389
1389
|
function translateExpression(expression, imports, options = {}) {
|
|
1390
1390
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1391
1391
|
}
|
|
@@ -1453,4 +1453,4 @@ export {
|
|
|
1453
1453
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1454
1454
|
* found in the LICENSE file at https://angular.io/license
|
|
1455
1455
|
*/
|
|
1456
|
-
//# sourceMappingURL=chunk-
|
|
1456
|
+
//# sourceMappingURL=chunk-IGUYDR56.js.map
|
|
File without changes
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
SourceFileLoader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-56O2PTWU.js";
|
|
9
9
|
import {
|
|
10
10
|
Context,
|
|
11
11
|
ExpressionTranslatorVisitor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IGUYDR56.js";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
15
15
|
var FatalLinkerError = class extends Error {
|
|
16
16
|
constructor(node, message) {
|
|
17
17
|
super(message);
|
|
@@ -23,14 +23,14 @@ function isFatalLinkerError(e) {
|
|
|
23
23
|
return e && e.type === "FatalLinkerError";
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
27
27
|
function assert(node, predicate, expected) {
|
|
28
28
|
if (!predicate(node)) {
|
|
29
29
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
// bazel-out/
|
|
33
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
34
34
|
import * as o from "@angular/compiler";
|
|
35
35
|
var AstObject = class {
|
|
36
36
|
constructor(expression, obj, host) {
|
|
@@ -156,10 +156,10 @@ var AstValue = class {
|
|
|
156
156
|
}
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
// bazel-out/
|
|
159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
160
160
|
import { ConstantPool } from "@angular/compiler";
|
|
161
161
|
|
|
162
|
-
// bazel-out/
|
|
162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
163
163
|
var LinkerImportGenerator = class {
|
|
164
164
|
constructor(ngImport) {
|
|
165
165
|
this.ngImport = ngImport;
|
|
@@ -179,7 +179,7 @@ var LinkerImportGenerator = class {
|
|
|
179
179
|
}
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
// bazel-out/
|
|
182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
183
183
|
var EmitScope = class {
|
|
184
184
|
constructor(ngImport, translator, factory) {
|
|
185
185
|
this.ngImport = ngImport;
|
|
@@ -208,7 +208,7 @@ var EmitScope = class {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
// bazel-out/
|
|
211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
212
212
|
var LocalEmitScope = class extends EmitScope {
|
|
213
213
|
translateDefinition(definition) {
|
|
214
214
|
return super.translateDefinition({
|
|
@@ -221,10 +221,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
221
221
|
}
|
|
222
222
|
};
|
|
223
223
|
|
|
224
|
-
// bazel-out/
|
|
224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
225
225
|
import semver from "semver";
|
|
226
226
|
|
|
227
|
-
// bazel-out/
|
|
227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
228
228
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
229
229
|
if (loader === null) {
|
|
230
230
|
return () => null;
|
|
@@ -239,7 +239,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
243
243
|
import { compileClassMetadata } from "@angular/compiler";
|
|
244
244
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
245
245
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -259,13 +259,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
259
259
|
};
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
263
263
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
266
266
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
269
269
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
270
270
|
function wrapReference(wrapped) {
|
|
271
271
|
return { value: wrapped, type: wrapped };
|
|
@@ -313,7 +313,7 @@ function extractForwardRef(expr) {
|
|
|
313
313
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
317
317
|
var PartialDirectiveLinkerVersion1 = class {
|
|
318
318
|
constructor(sourceUrl, code) {
|
|
319
319
|
this.sourceUrl = sourceUrl;
|
|
@@ -411,7 +411,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
411
411
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
412
412
|
}
|
|
413
413
|
|
|
414
|
-
// bazel-out/
|
|
414
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
415
415
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
416
416
|
return {
|
|
417
417
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -604,7 +604,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
604
604
|
return enumValue;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
// bazel-out/
|
|
607
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
608
608
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
609
609
|
var PartialFactoryLinkerVersion1 = class {
|
|
610
610
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -641,7 +641,7 @@ function getDependencies(metaObj, propName) {
|
|
|
641
641
|
return null;
|
|
642
642
|
}
|
|
643
643
|
|
|
644
|
-
// bazel-out/
|
|
644
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
645
645
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
646
646
|
var PartialInjectableLinkerVersion1 = class {
|
|
647
647
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -680,7 +680,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
680
680
|
return meta;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
-
// bazel-out/
|
|
683
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
684
684
|
import { compileInjector } from "@angular/compiler";
|
|
685
685
|
var PartialInjectorLinkerVersion1 = class {
|
|
686
686
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -703,7 +703,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
703
703
|
};
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
-
// bazel-out/
|
|
706
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
707
707
|
import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
|
|
708
708
|
var PartialNgModuleLinkerVersion1 = class {
|
|
709
709
|
constructor(emitInline) {
|
|
@@ -776,7 +776,7 @@ function wrapReferences(values) {
|
|
|
776
776
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
// bazel-out/
|
|
779
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
780
780
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
781
781
|
var PartialPipeLinkerVersion1 = class {
|
|
782
782
|
constructor() {
|
|
@@ -806,7 +806,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
806
806
|
};
|
|
807
807
|
}
|
|
808
808
|
|
|
809
|
-
// bazel-out/
|
|
809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
810
810
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
811
811
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
812
812
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -827,7 +827,7 @@ var declarationFunctions = [
|
|
|
827
827
|
];
|
|
828
828
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
829
829
|
const linkers = /* @__PURE__ */ new Map();
|
|
830
|
-
const LATEST_VERSION_RANGE = getRange("<=", "14.2.
|
|
830
|
+
const LATEST_VERSION_RANGE = getRange("<=", "14.2.8");
|
|
831
831
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
832
832
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
833
833
|
]);
|
|
@@ -874,7 +874,7 @@ var PartialLinkerSelector = class {
|
|
|
874
874
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
875
875
|
}
|
|
876
876
|
const linkerRanges = this.linkers.get(functionName);
|
|
877
|
-
if (version === "14.2.
|
|
877
|
+
if (version === "14.2.8") {
|
|
878
878
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
879
879
|
}
|
|
880
880
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -900,7 +900,7 @@ function getRange(comparator, versionStr) {
|
|
|
900
900
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
901
901
|
}
|
|
902
902
|
|
|
903
|
-
// bazel-out/
|
|
903
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
904
904
|
var FileLinker = class {
|
|
905
905
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
906
906
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -943,14 +943,14 @@ var FileLinker = class {
|
|
|
943
943
|
}
|
|
944
944
|
};
|
|
945
945
|
|
|
946
|
-
// bazel-out/
|
|
946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
947
947
|
var DEFAULT_LINKER_OPTIONS = {
|
|
948
948
|
sourceMapping: true,
|
|
949
949
|
linkerJitMode: false,
|
|
950
950
|
unknownDeclarationVersionHandling: "error"
|
|
951
951
|
};
|
|
952
952
|
|
|
953
|
-
// bazel-out/
|
|
953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
954
954
|
var Translator = class {
|
|
955
955
|
constructor(factory) {
|
|
956
956
|
this.factory = factory;
|
|
@@ -963,7 +963,7 @@ var Translator = class {
|
|
|
963
963
|
}
|
|
964
964
|
};
|
|
965
965
|
|
|
966
|
-
// bazel-out/
|
|
966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
967
967
|
var LinkerEnvironment = class {
|
|
968
968
|
constructor(fileSystem, logger, host, factory, options) {
|
|
969
969
|
this.fileSystem = fileSystem;
|
|
@@ -984,7 +984,7 @@ var LinkerEnvironment = class {
|
|
|
984
984
|
}
|
|
985
985
|
};
|
|
986
986
|
|
|
987
|
-
// bazel-out/
|
|
987
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
988
988
|
function needsLinking(path, source) {
|
|
989
989
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
990
990
|
}
|
|
@@ -1005,4 +1005,4 @@ export {
|
|
|
1005
1005
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1006
1006
|
* found in the LICENSE file at https://angular.io/license
|
|
1007
1007
|
*/
|
|
1008
|
-
//# sourceMappingURL=chunk-
|
|
1008
|
+
//# sourceMappingURL=chunk-IS6SUBRS.js.map
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MOE5WKIA.js";
|
|
9
9
|
import {
|
|
10
10
|
combineModifiers,
|
|
11
11
|
createClassDeclaration,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
getModifiers,
|
|
18
18
|
updateConstructorDeclaration,
|
|
19
19
|
updateParameterDeclaration
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-DM4TYSFG.js";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
23
23
|
import ts2 from "typescript";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
26
26
|
import ts from "typescript";
|
|
27
27
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28
28
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -57,7 +57,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
57
57
|
throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
61
61
|
function isAngularDecorator(decorator, isCore) {
|
|
62
62
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
63
63
|
}
|
|
@@ -373,7 +373,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
373
373
|
return ts2.setOriginalNode(clone, node);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
377
377
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
378
378
|
ngDevMode: false,
|
|
379
379
|
ngI18nClosureMode: false
|
|
@@ -400,4 +400,4 @@ export {
|
|
|
400
400
|
* Use of this source code is governed by an MIT-style license that can be
|
|
401
401
|
* found in the LICENSE file at https://angular.io/license
|
|
402
402
|
*/
|
|
403
|
-
//# sourceMappingURL=chunk-
|
|
403
|
+
//# sourceMappingURL=chunk-JN4TT3OU.js.map
|
|
File without changes
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
getDecorators,
|
|
8
8
|
getModifiers
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-DM4TYSFG.js";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
12
12
|
import ts4 from "typescript";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
15
15
|
import ts from "typescript";
|
|
16
16
|
var Decorator = {
|
|
17
17
|
nodeForError: (decorator) => {
|
|
@@ -46,7 +46,7 @@ function isConcreteDeclaration(decl) {
|
|
|
46
46
|
return decl.kind === 0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
50
50
|
import ts2 from "typescript";
|
|
51
51
|
function typeToValue(typeNode, checker) {
|
|
52
52
|
if (typeNode === null) {
|
|
@@ -212,7 +212,7 @@ function extractModuleName(node) {
|
|
|
212
212
|
return node.moduleSpecifier.text;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
216
216
|
import ts3 from "typescript";
|
|
217
217
|
function isNamedClassDeclaration(node) {
|
|
218
218
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -227,7 +227,7 @@ function isIdentifier(node) {
|
|
|
227
227
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
// bazel-out/
|
|
230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
231
231
|
var TypeScriptReflectionHost = class {
|
|
232
232
|
constructor(checker) {
|
|
233
233
|
this.checker = checker;
|
|
@@ -685,4 +685,4 @@ export {
|
|
|
685
685
|
* Use of this source code is governed by an MIT-style license that can be
|
|
686
686
|
* found in the LICENSE file at https://angular.io/license
|
|
687
687
|
*/
|
|
688
|
-
//# sourceMappingURL=chunk-
|
|
688
|
+
//# sourceMappingURL=chunk-MOE5WKIA.js.map
|
|
File without changes
|