@angular/compiler-cli 16.1.0-next.2 → 16.1.0-rc.0
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-KKMOMQGE.js → chunk-7HUJG2M6.js} +81 -78
- package/bundles/chunk-7HUJG2M6.js.map +6 -0
- package/bundles/{chunk-LOZJLM26.js → chunk-AAX4HKH5.js} +8 -8
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
- package/bundles/{chunk-WF3L5COT.js → chunk-KPIJL3UY.js} +21 -21
- package/bundles/{chunk-NIK4FIWB.js → chunk-OIJPCKRW.js} +6 -6
- package/bundles/{chunk-SJLWUYXS.js → chunk-ONCDPGC3.js} +5 -5
- package/bundles/{chunk-ADNHTL54.js → chunk-OOJTRSMD.js} +31 -31
- package/bundles/{chunk-OGRHCPOV.js → chunk-QCI2PLQA.js} +94 -94
- package/bundles/{chunk-OGRHCPOV.js.map → chunk-QCI2PLQA.js.map} +1 -1
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-FHTU2HTQ.js → chunk-XTUD3JK5.js} +5 -5
- 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 +1 -1
- 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 +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- package/bundles/chunk-KKMOMQGE.js.map +0 -6
- /package/bundles/{chunk-LOZJLM26.js.map → chunk-AAX4HKH5.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
- /package/bundles/{chunk-WF3L5COT.js.map → chunk-KPIJL3UY.js.map} +0 -0
- /package/bundles/{chunk-NIK4FIWB.js.map → chunk-OIJPCKRW.js.map} +0 -0
- /package/bundles/{chunk-SJLWUYXS.js.map → chunk-ONCDPGC3.js.map} +0 -0
- /package/bundles/{chunk-ADNHTL54.js.map → chunk-OOJTRSMD.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-FHTU2HTQ.js.map → chunk-XTUD3JK5.js.map} +0 -0
|
@@ -12,9 +12,9 @@ import {
|
|
|
12
12
|
resolve,
|
|
13
13
|
stripExtension,
|
|
14
14
|
toRelativeImport
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EC5K6QPP.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
18
18
|
import ts from "typescript";
|
|
19
19
|
var TS = /\.tsx?$/i;
|
|
20
20
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -115,7 +115,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
115
115
|
return redirectInfo.unredirected;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
// bazel-out/
|
|
118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
119
119
|
var Reference = class {
|
|
120
120
|
constructor(node, bestGuessOwningModule = null) {
|
|
121
121
|
this.node = node;
|
|
@@ -178,14 +178,14 @@ var Reference = class {
|
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
// bazel-out/
|
|
181
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
182
182
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
183
183
|
|
|
184
|
-
// bazel-out/
|
|
184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
185
185
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
186
186
|
import ts3 from "typescript";
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
189
189
|
var ErrorCode;
|
|
190
190
|
(function(ErrorCode2) {
|
|
191
191
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -259,7 +259,7 @@ var ErrorCode;
|
|
|
259
259
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
260
260
|
})(ErrorCode || (ErrorCode = {}));
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
263
263
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
264
264
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
265
265
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -271,10 +271,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
271
271
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
272
272
|
]);
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
275
275
|
import ts2 from "typescript";
|
|
276
276
|
|
|
277
|
-
// bazel-out/
|
|
277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
278
278
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
279
279
|
function replaceTsWithNgInErrors(errors) {
|
|
280
280
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -283,7 +283,7 @@ function ngErrorCode(code) {
|
|
|
283
283
|
return parseInt("-99" + code);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
// bazel-out/
|
|
286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
287
287
|
var FatalDiagnosticError = class {
|
|
288
288
|
constructor(code, node, message, relatedInformation) {
|
|
289
289
|
this.code = code;
|
|
@@ -339,10 +339,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
339
339
|
return messageText;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
// bazel-out/
|
|
342
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
343
343
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
344
344
|
|
|
345
|
-
// bazel-out/
|
|
345
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
346
346
|
var ExtendedTemplateDiagnosticName;
|
|
347
347
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
348
348
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -355,7 +355,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
355
355
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
356
356
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
357
357
|
|
|
358
|
-
// bazel-out/
|
|
358
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
359
359
|
function findExportedNameOfNode(target, file, reflector) {
|
|
360
360
|
const exports = reflector.getExportsOfModule(file);
|
|
361
361
|
if (exports === null) {
|
|
@@ -375,7 +375,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
375
375
|
return foundExportName;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
// bazel-out/
|
|
378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
379
379
|
var ImportFlags;
|
|
380
380
|
(function(ImportFlags2) {
|
|
381
381
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -591,7 +591,7 @@ var UnifiedModulesStrategy = class {
|
|
|
591
591
|
}
|
|
592
592
|
};
|
|
593
593
|
|
|
594
|
-
// bazel-out/
|
|
594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
595
595
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
596
596
|
var UnifiedModulesAliasingHost = class {
|
|
597
597
|
constructor(unifiedModulesHost) {
|
|
@@ -658,7 +658,7 @@ var AliasStrategy = class {
|
|
|
658
658
|
}
|
|
659
659
|
};
|
|
660
660
|
|
|
661
|
-
// bazel-out/
|
|
661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
662
662
|
function relativePathBetween(from, to) {
|
|
663
663
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
664
664
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -667,7 +667,7 @@ function normalizeSeparators(path) {
|
|
|
667
667
|
return path.replace(/\\/g, "/");
|
|
668
668
|
}
|
|
669
669
|
|
|
670
|
-
// bazel-out/
|
|
670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
671
671
|
var NoopImportRewriter = class {
|
|
672
672
|
shouldImportSymbol(symbol, specifier) {
|
|
673
673
|
return true;
|
|
@@ -725,7 +725,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
725
725
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
// bazel-out/
|
|
728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
729
729
|
import ts4 from "typescript";
|
|
730
730
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
731
731
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -760,7 +760,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
760
760
|
throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\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.");
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
// bazel-out/
|
|
763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
764
764
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
765
765
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
766
766
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -801,7 +801,7 @@ var DefaultImportTracker = class {
|
|
|
801
801
|
}
|
|
802
802
|
};
|
|
803
803
|
|
|
804
|
-
// bazel-out/
|
|
804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
805
805
|
var ModuleResolver = class {
|
|
806
806
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
807
807
|
this.program = program;
|
|
@@ -874,4 +874,4 @@ export {
|
|
|
874
874
|
* Use of this source code is governed by an MIT-style license that can be
|
|
875
875
|
* found in the LICENSE file at https://angular.io/license
|
|
876
876
|
*/
|
|
877
|
-
//# sourceMappingURL=chunk-
|
|
877
|
+
//# sourceMappingURL=chunk-KPIJL3UY.js.map
|
|
@@ -3,10 +3,10 @@
|
|
|
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/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
function isDecoratorIdentifier(exp) {
|
|
12
12
|
return ts.isIdentifier(exp) || ts.isPropertyAccessExpression(exp) && ts.isIdentifier(exp.expression) && ts.isIdentifier(exp.name);
|
|
@@ -20,7 +20,7 @@ var ClassMemberKind;
|
|
|
20
20
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
21
21
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
24
24
|
import ts2 from "typescript";
|
|
25
25
|
function typeToValue(typeNode, checker) {
|
|
26
26
|
if (typeNode === null) {
|
|
@@ -186,7 +186,7 @@ function extractModuleName(node) {
|
|
|
186
186
|
return node.moduleSpecifier.text;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
// bazel-out/
|
|
189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
190
190
|
import ts3 from "typescript";
|
|
191
191
|
function isNamedClassDeclaration(node) {
|
|
192
192
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -195,7 +195,7 @@ function isIdentifier(node) {
|
|
|
195
195
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
// bazel-out/
|
|
198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
199
199
|
var TypeScriptReflectionHost = class {
|
|
200
200
|
constructor(checker) {
|
|
201
201
|
this.checker = checker;
|
|
@@ -640,4 +640,4 @@ export {
|
|
|
640
640
|
* Use of this source code is governed by an MIT-style license that can be
|
|
641
641
|
* found in the LICENSE file at https://angular.io/license
|
|
642
642
|
*/
|
|
643
|
-
//# sourceMappingURL=chunk-
|
|
643
|
+
//# sourceMappingURL=chunk-OIJPCKRW.js.map
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
TypeScriptReflectionHost
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OIJPCKRW.js";
|
|
8
8
|
import {
|
|
9
9
|
isAliasImportDeclaration,
|
|
10
10
|
loadIsReferencedAliasDeclarationPatch
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-KPIJL3UY.js";
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
14
14
|
import ts from "typescript";
|
|
15
15
|
function isAngularDecorator(decorator, isCore) {
|
|
16
16
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
@@ -313,7 +313,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
313
313
|
return ts.setOriginalNode(clone, node);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
317
317
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
318
318
|
ngDevMode: false,
|
|
319
319
|
ngI18nClosureMode: false
|
|
@@ -346,4 +346,4 @@ export {
|
|
|
346
346
|
* Use of this source code is governed by an MIT-style license that can be
|
|
347
347
|
* found in the LICENSE file at https://angular.io/license
|
|
348
348
|
*/
|
|
349
|
-
//# sourceMappingURL=chunk-
|
|
349
|
+
//# sourceMappingURL=chunk-ONCDPGC3.js.map
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-AAX4HKH5.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-GYHDNUIK.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) {
|
|
@@ -155,10 +155,10 @@ var AstValue = class {
|
|
|
155
155
|
}
|
|
156
156
|
};
|
|
157
157
|
|
|
158
|
-
// bazel-out/
|
|
158
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
159
159
|
import { ConstantPool } from "@angular/compiler";
|
|
160
160
|
|
|
161
|
-
// bazel-out/
|
|
161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
162
162
|
var LinkerImportGenerator = class {
|
|
163
163
|
constructor(ngImport) {
|
|
164
164
|
this.ngImport = ngImport;
|
|
@@ -178,7 +178,7 @@ var LinkerImportGenerator = class {
|
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
// bazel-out/
|
|
181
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
182
182
|
var EmitScope = class {
|
|
183
183
|
constructor(ngImport, translator, factory) {
|
|
184
184
|
this.ngImport = ngImport;
|
|
@@ -207,7 +207,7 @@ var EmitScope = class {
|
|
|
207
207
|
}
|
|
208
208
|
};
|
|
209
209
|
|
|
210
|
-
// bazel-out/
|
|
210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
211
211
|
var LocalEmitScope = class extends EmitScope {
|
|
212
212
|
translateDefinition(definition) {
|
|
213
213
|
return super.translateDefinition({
|
|
@@ -220,10 +220,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
220
220
|
}
|
|
221
221
|
};
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
224
224
|
import semver from "semver";
|
|
225
225
|
|
|
226
|
-
// bazel-out/
|
|
226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
227
227
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
228
228
|
if (loader === null) {
|
|
229
229
|
return () => null;
|
|
@@ -238,7 +238,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
// bazel-out/
|
|
241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
242
242
|
import { compileClassMetadata } from "@angular/compiler";
|
|
243
243
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
244
244
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -258,13 +258,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
258
258
|
};
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
// bazel-out/
|
|
261
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
262
262
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
|
|
263
263
|
|
|
264
|
-
// bazel-out/
|
|
264
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
265
265
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
266
266
|
|
|
267
|
-
// bazel-out/
|
|
267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
268
268
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
269
269
|
function wrapReference(wrapped) {
|
|
270
270
|
return { value: wrapped, type: wrapped };
|
|
@@ -312,7 +312,7 @@ function extractForwardRef(expr) {
|
|
|
312
312
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
// bazel-out/
|
|
315
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
316
316
|
var PartialDirectiveLinkerVersion1 = class {
|
|
317
317
|
constructor(sourceUrl, code) {
|
|
318
318
|
this.sourceUrl = sourceUrl;
|
|
@@ -442,7 +442,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
442
442
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
// bazel-out/
|
|
445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
446
446
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
447
447
|
return {
|
|
448
448
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -635,7 +635,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
635
635
|
return enumValue;
|
|
636
636
|
}
|
|
637
637
|
|
|
638
|
-
// bazel-out/
|
|
638
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
639
639
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
640
640
|
var PartialFactoryLinkerVersion1 = class {
|
|
641
641
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -671,7 +671,7 @@ function getDependencies(metaObj, propName) {
|
|
|
671
671
|
return null;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
-
// bazel-out/
|
|
674
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
675
675
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
676
676
|
var PartialInjectableLinkerVersion1 = class {
|
|
677
677
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -709,7 +709,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
709
709
|
return meta;
|
|
710
710
|
}
|
|
711
711
|
|
|
712
|
-
// bazel-out/
|
|
712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
713
713
|
import { compileInjector } from "@angular/compiler";
|
|
714
714
|
var PartialInjectorLinkerVersion1 = class {
|
|
715
715
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -731,7 +731,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
731
731
|
};
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
// bazel-out/
|
|
734
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
735
735
|
import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
|
|
736
736
|
var PartialNgModuleLinkerVersion1 = class {
|
|
737
737
|
constructor(emitInline) {
|
|
@@ -802,7 +802,7 @@ function wrapReferences(values) {
|
|
|
802
802
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
803
803
|
}
|
|
804
804
|
|
|
805
|
-
// bazel-out/
|
|
805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
806
806
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
807
807
|
var PartialPipeLinkerVersion1 = class {
|
|
808
808
|
constructor() {
|
|
@@ -831,7 +831,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
831
831
|
};
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
-
// bazel-out/
|
|
834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
835
835
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
836
836
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
837
837
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -852,7 +852,7 @@ var declarationFunctions = [
|
|
|
852
852
|
];
|
|
853
853
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
854
854
|
const linkers = /* @__PURE__ */ new Map();
|
|
855
|
-
const LATEST_VERSION_RANGE = getRange("<=", "16.1.0-
|
|
855
|
+
const LATEST_VERSION_RANGE = getRange("<=", "16.1.0-rc.0");
|
|
856
856
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
857
857
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
858
858
|
]);
|
|
@@ -899,7 +899,7 @@ var PartialLinkerSelector = class {
|
|
|
899
899
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
900
900
|
}
|
|
901
901
|
const linkerRanges = this.linkers.get(functionName);
|
|
902
|
-
if (version === "16.1.0-
|
|
902
|
+
if (version === "16.1.0-rc.0") {
|
|
903
903
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
904
904
|
}
|
|
905
905
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -925,7 +925,7 @@ function getRange(comparator, versionStr) {
|
|
|
925
925
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
// bazel-out/
|
|
928
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
929
929
|
var FileLinker = class {
|
|
930
930
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
931
931
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -968,14 +968,14 @@ var FileLinker = class {
|
|
|
968
968
|
}
|
|
969
969
|
};
|
|
970
970
|
|
|
971
|
-
// bazel-out/
|
|
971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
972
972
|
var DEFAULT_LINKER_OPTIONS = {
|
|
973
973
|
sourceMapping: true,
|
|
974
974
|
linkerJitMode: false,
|
|
975
975
|
unknownDeclarationVersionHandling: "error"
|
|
976
976
|
};
|
|
977
977
|
|
|
978
|
-
// bazel-out/
|
|
978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
979
979
|
var Translator = class {
|
|
980
980
|
constructor(factory) {
|
|
981
981
|
this.factory = factory;
|
|
@@ -988,7 +988,7 @@ var Translator = class {
|
|
|
988
988
|
}
|
|
989
989
|
};
|
|
990
990
|
|
|
991
|
-
// bazel-out/
|
|
991
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
992
992
|
var LinkerEnvironment = class {
|
|
993
993
|
constructor(fileSystem, logger, host, factory, options) {
|
|
994
994
|
this.fileSystem = fileSystem;
|
|
@@ -1009,7 +1009,7 @@ var LinkerEnvironment = class {
|
|
|
1009
1009
|
}
|
|
1010
1010
|
};
|
|
1011
1011
|
|
|
1012
|
-
// bazel-out/
|
|
1012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
1013
1013
|
function needsLinking(path, source) {
|
|
1014
1014
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
1015
1015
|
}
|
|
@@ -1030,4 +1030,4 @@ export {
|
|
|
1030
1030
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1031
1031
|
* found in the LICENSE file at https://angular.io/license
|
|
1032
1032
|
*/
|
|
1033
|
-
//# sourceMappingURL=chunk-
|
|
1033
|
+
//# sourceMappingURL=chunk-OOJTRSMD.js.map
|