@angular/compiler-cli 16.0.4 → 16.0.6
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-73XDHERB.js → chunk-3TE5ZM3R.js} +5 -5
- package/bundles/{chunk-QBQKEXLX.js → chunk-6O35F4QW.js} +94 -94
- package/bundles/{chunk-QBQKEXLX.js.map → chunk-6O35F4QW.js.map} +1 -1
- package/bundles/{chunk-K2U2VZ7S.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-JCLVSACV.js → chunk-EK7UBJX3.js} +8 -8
- package/bundles/{chunk-OULZQUKT.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-FYJ5FZGI.js → chunk-H4DJPYMT.js} +76 -76
- package/bundles/{chunk-URH5LEAG.js → chunk-HJOPJLIM.js} +5 -5
- package/bundles/{chunk-CBMWIHWP.js → chunk-N2IZWO7U.js} +5 -5
- package/bundles/{chunk-4NU6EGYK.js → chunk-OU6LYZRL.js} +6 -6
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-7RPZKH3B.js → chunk-WL4F4VQG.js} +21 -21
- package/bundles/{chunk-JVASWB7F.js → chunk-XKEEWK6D.js} +31 -31
- 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-73XDHERB.js.map → chunk-3TE5ZM3R.js.map} +0 -0
- /package/bundles/{chunk-K2U2VZ7S.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-JCLVSACV.js.map → chunk-EK7UBJX3.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-FYJ5FZGI.js.map → chunk-H4DJPYMT.js.map} +0 -0
- /package/bundles/{chunk-URH5LEAG.js.map → chunk-HJOPJLIM.js.map} +0 -0
- /package/bundles/{chunk-CBMWIHWP.js.map → chunk-N2IZWO7U.js.map} +0 -0
- /package/bundles/{chunk-4NU6EGYK.js.map → chunk-OU6LYZRL.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-7RPZKH3B.js.map → chunk-WL4F4VQG.js.map} +0 -0
- /package/bundles/{chunk-JVASWB7F.js.map → chunk-XKEEWK6D.js.map} +0 -0
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
reflectObjectLiteral,
|
|
10
10
|
reflectTypeEntityToDeclaration,
|
|
11
11
|
typeNodeToValueExpr
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-OU6LYZRL.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
translateExpression,
|
|
16
16
|
translateStatement,
|
|
17
17
|
translateType
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-EK7UBJX3.js";
|
|
19
19
|
import {
|
|
20
20
|
ErrorCode,
|
|
21
21
|
FatalDiagnosticError,
|
|
@@ -32,18 +32,18 @@ import {
|
|
|
32
32
|
makeRelatedInformation,
|
|
33
33
|
nodeDebugInfo,
|
|
34
34
|
nodeNameForError
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-WL4F4VQG.js";
|
|
36
36
|
import {
|
|
37
37
|
PerfEvent,
|
|
38
38
|
PerfPhase
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-HJOPJLIM.js";
|
|
40
40
|
import {
|
|
41
41
|
absoluteFrom,
|
|
42
42
|
absoluteFromSourceFile,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-EC5K6QPP.js";
|
|
45
45
|
|
|
46
|
-
// bazel-out/
|
|
46
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
47
47
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
48
48
|
import ts from "typescript";
|
|
49
49
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -280,7 +280,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
280
280
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// bazel-out/
|
|
283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
284
284
|
var DynamicValue = class {
|
|
285
285
|
constructor(node, reason, code) {
|
|
286
286
|
this.node = node;
|
|
@@ -370,10 +370,10 @@ var DynamicValue = class {
|
|
|
370
370
|
}
|
|
371
371
|
};
|
|
372
372
|
|
|
373
|
-
// bazel-out/
|
|
373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
374
374
|
import ts2 from "typescript";
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
377
377
|
var ResolvedModule = class {
|
|
378
378
|
constructor(exports, evaluate) {
|
|
379
379
|
this.exports = exports;
|
|
@@ -403,7 +403,7 @@ var EnumValue = class {
|
|
|
403
403
|
var KnownFn = class {
|
|
404
404
|
};
|
|
405
405
|
|
|
406
|
-
// bazel-out/
|
|
406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
407
407
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
408
408
|
constructor(lhs) {
|
|
409
409
|
super();
|
|
@@ -455,14 +455,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
455
455
|
}
|
|
456
456
|
};
|
|
457
457
|
|
|
458
|
-
// bazel-out/
|
|
458
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
459
459
|
var SyntheticValue = class {
|
|
460
460
|
constructor(value) {
|
|
461
461
|
this.value = value;
|
|
462
462
|
}
|
|
463
463
|
};
|
|
464
464
|
|
|
465
|
-
// bazel-out/
|
|
465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
466
466
|
function literalBinaryOp(op) {
|
|
467
467
|
return { op, literal: true };
|
|
468
468
|
}
|
|
@@ -1040,7 +1040,7 @@ function owningModule(context, override = null) {
|
|
|
1040
1040
|
}
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
// bazel-out/
|
|
1043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1044
1044
|
var PartialEvaluator = class {
|
|
1045
1045
|
constructor(host, checker, dependencyTracker) {
|
|
1046
1046
|
this.host = host;
|
|
@@ -1060,7 +1060,7 @@ var PartialEvaluator = class {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
|
-
// bazel-out/
|
|
1063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1064
1064
|
import ts3 from "typescript";
|
|
1065
1065
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1066
1066
|
var _a, _b;
|
|
@@ -1190,7 +1190,7 @@ function getContainerNode(node) {
|
|
|
1190
1190
|
return node.getSourceFile();
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
-
// bazel-out/
|
|
1193
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1194
1194
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1195
1195
|
import ts4 from "typescript";
|
|
1196
1196
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1334,10 +1334,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1334
1334
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1335
1335
|
}
|
|
1336
1336
|
|
|
1337
|
-
// bazel-out/
|
|
1337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1338
1338
|
import ts7 from "typescript";
|
|
1339
1339
|
|
|
1340
|
-
// bazel-out/
|
|
1340
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1341
1341
|
var MetaKind;
|
|
1342
1342
|
(function(MetaKind2) {
|
|
1343
1343
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1350,10 +1350,10 @@ var MatchSource;
|
|
|
1350
1350
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1351
1351
|
})(MatchSource || (MatchSource = {}));
|
|
1352
1352
|
|
|
1353
|
-
// bazel-out/
|
|
1353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1354
1354
|
import ts6 from "typescript";
|
|
1355
1355
|
|
|
1356
|
-
// bazel-out/
|
|
1356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1357
1357
|
var ClassPropertyMapping = class {
|
|
1358
1358
|
constructor(forwardMap) {
|
|
1359
1359
|
this.forwardMap = forwardMap;
|
|
@@ -1431,7 +1431,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1431
1431
|
return reverseMap;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
|
-
// bazel-out/
|
|
1434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1435
1435
|
import ts5 from "typescript";
|
|
1436
1436
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1437
1437
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1613,7 +1613,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1613
1613
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
1616
|
-
// bazel-out/
|
|
1616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1617
1617
|
var DtsMetadataReader = class {
|
|
1618
1618
|
constructor(checker, reflector) {
|
|
1619
1619
|
this.checker = checker;
|
|
@@ -1783,7 +1783,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1783
1783
|
return result.length > 0 ? result : null;
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
|
-
// bazel-out/
|
|
1786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1787
1787
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1788
1788
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1789
1789
|
if (topMeta === null) {
|
|
@@ -1841,7 +1841,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1841
1841
|
};
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
|
-
// bazel-out/
|
|
1844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1845
1845
|
var LocalMetadataRegistry = class {
|
|
1846
1846
|
constructor() {
|
|
1847
1847
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1898,7 +1898,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
};
|
|
1900
1900
|
|
|
1901
|
-
// bazel-out/
|
|
1901
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1902
1902
|
var ResourceRegistry = class {
|
|
1903
1903
|
constructor() {
|
|
1904
1904
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -1963,7 +1963,7 @@ var ResourceRegistry = class {
|
|
|
1963
1963
|
}
|
|
1964
1964
|
};
|
|
1965
1965
|
|
|
1966
|
-
// bazel-out/
|
|
1966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
1967
1967
|
var ExportedProviderStatusResolver = class {
|
|
1968
1968
|
constructor(metaReader) {
|
|
1969
1969
|
this.metaReader = metaReader;
|
|
@@ -2007,7 +2007,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2007
2007
|
}
|
|
2008
2008
|
};
|
|
2009
2009
|
|
|
2010
|
-
// bazel-out/
|
|
2010
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2011
2011
|
var EMPTY_ARRAY = [];
|
|
2012
2012
|
var HostDirectivesResolver = class {
|
|
2013
2013
|
constructor(metaReader) {
|
|
@@ -2068,7 +2068,7 @@ function resolveOutput(bindingName) {
|
|
|
2068
2068
|
return bindingName;
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
|
-
// bazel-out/
|
|
2071
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2072
2072
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2073
2073
|
const context = [];
|
|
2074
2074
|
for (const decl of data) {
|
|
@@ -2264,7 +2264,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2264
2264
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
2265
2265
|
}
|
|
2266
2266
|
|
|
2267
|
-
// bazel-out/
|
|
2267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2268
2268
|
import ts8 from "typescript";
|
|
2269
2269
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2270
2270
|
let resolved = null;
|
|
@@ -2297,7 +2297,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2297
2297
|
return meta;
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
|
-
// bazel-out/
|
|
2300
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2301
2301
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2302
2302
|
function compileNgFactoryDefField(metadata) {
|
|
2303
2303
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2308,7 +2308,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2308
2308
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
|
-
// bazel-out/
|
|
2311
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2312
2312
|
var InjectableClassRegistry = class {
|
|
2313
2313
|
constructor(host, isCore) {
|
|
2314
2314
|
this.host = host;
|
|
@@ -2334,7 +2334,7 @@ var InjectableClassRegistry = class {
|
|
|
2334
2334
|
}
|
|
2335
2335
|
};
|
|
2336
2336
|
|
|
2337
|
-
// bazel-out/
|
|
2337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2338
2338
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2339
2339
|
import ts9 from "typescript";
|
|
2340
2340
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2421,13 +2421,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2421
2421
|
return result.transformed[0];
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
|
-
// bazel-out/
|
|
2424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2425
2425
|
var NoopReferencesRegistry = class {
|
|
2426
2426
|
add(source, ...references) {
|
|
2427
2427
|
}
|
|
2428
2428
|
};
|
|
2429
2429
|
|
|
2430
|
-
// bazel-out/
|
|
2430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2431
2431
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2432
2432
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2433
2433
|
const schemas = [];
|
|
@@ -2457,11 +2457,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2457
2457
|
return schemas;
|
|
2458
2458
|
}
|
|
2459
2459
|
|
|
2460
|
-
// bazel-out/
|
|
2460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2461
2461
|
import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
2462
2462
|
import ts24 from "typescript";
|
|
2463
2463
|
|
|
2464
|
-
// bazel-out/
|
|
2464
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2465
2465
|
import ts10 from "typescript";
|
|
2466
2466
|
var SemanticSymbol = class {
|
|
2467
2467
|
constructor(decl) {
|
|
@@ -2477,7 +2477,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2477
2477
|
return decl.name.text;
|
|
2478
2478
|
}
|
|
2479
2479
|
|
|
2480
|
-
// bazel-out/
|
|
2480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2481
2481
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2482
2482
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2483
2483
|
isPublicApiAffected() {
|
|
@@ -2620,10 +2620,10 @@ function getImportPath(expr) {
|
|
|
2620
2620
|
}
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
2623
|
-
// bazel-out/
|
|
2623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2624
2624
|
import ts11 from "typescript";
|
|
2625
2625
|
|
|
2626
|
-
// bazel-out/
|
|
2626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2627
2627
|
function isSymbolEqual(a, b) {
|
|
2628
2628
|
if (a.decl === b.decl) {
|
|
2629
2629
|
return true;
|
|
@@ -2673,7 +2673,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2673
2673
|
return true;
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
|
-
// bazel-out/
|
|
2676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2677
2677
|
function extractSemanticTypeParameters(node) {
|
|
2678
2678
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2679
2679
|
return null;
|
|
@@ -2693,14 +2693,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2693
2693
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
|
-
// bazel-out/
|
|
2696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2697
2697
|
var ComponentScopeKind;
|
|
2698
2698
|
(function(ComponentScopeKind2) {
|
|
2699
2699
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2700
2700
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2701
2701
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2702
2702
|
|
|
2703
|
-
// bazel-out/
|
|
2703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2704
2704
|
var CompoundComponentScopeReader = class {
|
|
2705
2705
|
constructor(readers) {
|
|
2706
2706
|
this.readers = readers;
|
|
@@ -2725,7 +2725,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2725
2725
|
}
|
|
2726
2726
|
};
|
|
2727
2727
|
|
|
2728
|
-
// bazel-out/
|
|
2728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2729
2729
|
var MetadataDtsModuleScopeResolver = class {
|
|
2730
2730
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2731
2731
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2801,11 +2801,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2801
2801
|
}
|
|
2802
2802
|
};
|
|
2803
2803
|
|
|
2804
|
-
// bazel-out/
|
|
2804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2805
2805
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2806
2806
|
import ts12 from "typescript";
|
|
2807
2807
|
|
|
2808
|
-
// bazel-out/
|
|
2808
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2809
2809
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2810
2810
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2811
2811
|
}
|
|
@@ -2828,7 +2828,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2828
2828
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2829
2829
|
}
|
|
2830
2830
|
|
|
2831
|
-
// bazel-out/
|
|
2831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2832
2832
|
var LocalModuleScopeRegistry = class {
|
|
2833
2833
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2834
2834
|
this.localReader = localReader;
|
|
@@ -3167,7 +3167,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3167
3167
|
]);
|
|
3168
3168
|
}
|
|
3169
3169
|
|
|
3170
|
-
// bazel-out/
|
|
3170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3171
3171
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3172
3172
|
import ts13 from "typescript";
|
|
3173
3173
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3236,7 +3236,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3236
3236
|
}
|
|
3237
3237
|
};
|
|
3238
3238
|
|
|
3239
|
-
// bazel-out/
|
|
3239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3240
3240
|
var CompilationMode;
|
|
3241
3241
|
(function(CompilationMode2) {
|
|
3242
3242
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3255,7 +3255,7 @@ var HandlerFlags;
|
|
|
3255
3255
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3256
3256
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3257
3257
|
|
|
3258
|
-
// bazel-out/
|
|
3258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3259
3259
|
import ts14 from "typescript";
|
|
3260
3260
|
function aliasTransformFactory(exportStatements) {
|
|
3261
3261
|
return () => {
|
|
@@ -3278,10 +3278,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3278
3278
|
};
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
-
// bazel-out/
|
|
3281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3282
3282
|
import ts15 from "typescript";
|
|
3283
3283
|
|
|
3284
|
-
// bazel-out/
|
|
3284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3285
3285
|
var TraitState;
|
|
3286
3286
|
(function(TraitState2) {
|
|
3287
3287
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3338,7 +3338,7 @@ var TraitImpl = class {
|
|
|
3338
3338
|
}
|
|
3339
3339
|
};
|
|
3340
3340
|
|
|
3341
|
-
// bazel-out/
|
|
3341
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3342
3342
|
var TraitCompiler = class {
|
|
3343
3343
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3344
3344
|
this.handlers = handlers;
|
|
@@ -3773,10 +3773,10 @@ function containsErrors(diagnostics) {
|
|
|
3773
3773
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3774
3774
|
}
|
|
3775
3775
|
|
|
3776
|
-
// bazel-out/
|
|
3776
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3777
3777
|
import ts17 from "typescript";
|
|
3778
3778
|
|
|
3779
|
-
// bazel-out/
|
|
3779
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3780
3780
|
import ts16 from "typescript";
|
|
3781
3781
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3782
3782
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3812,7 +3812,7 @@ function isImportStatement(stmt) {
|
|
|
3812
3812
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3813
3813
|
}
|
|
3814
3814
|
|
|
3815
|
-
// bazel-out/
|
|
3815
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3816
3816
|
var DtsTransformRegistry = class {
|
|
3817
3817
|
constructor() {
|
|
3818
3818
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3959,11 +3959,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3959
3959
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3960
3960
|
}
|
|
3961
3961
|
|
|
3962
|
-
// bazel-out/
|
|
3962
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3963
3963
|
import { ConstantPool } from "@angular/compiler";
|
|
3964
3964
|
import ts19 from "typescript";
|
|
3965
3965
|
|
|
3966
|
-
// bazel-out/
|
|
3966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3967
3967
|
import ts18 from "typescript";
|
|
3968
3968
|
function visit(node, visitor, context) {
|
|
3969
3969
|
return visitor._visit(node, context);
|
|
@@ -4024,7 +4024,7 @@ var Visitor = class {
|
|
|
4024
4024
|
}
|
|
4025
4025
|
};
|
|
4026
4026
|
|
|
4027
|
-
// bazel-out/
|
|
4027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4028
4028
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4029
4029
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4030
4030
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4232,10 +4232,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4232
4232
|
return array;
|
|
4233
4233
|
}
|
|
4234
4234
|
|
|
4235
|
-
// bazel-out/
|
|
4235
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4236
4236
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4237
4237
|
|
|
4238
|
-
// bazel-out/
|
|
4238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4239
4239
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4240
4240
|
import ts20 from "typescript";
|
|
4241
4241
|
var EMPTY_OBJECT = {};
|
|
@@ -4707,7 +4707,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4707
4707
|
};
|
|
4708
4708
|
}
|
|
4709
4709
|
|
|
4710
|
-
// bazel-out/
|
|
4710
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4711
4711
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4712
4712
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4713
4713
|
super(decl);
|
|
@@ -4787,7 +4787,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4787
4787
|
return isSymbolEqual(current, previous);
|
|
4788
4788
|
}
|
|
4789
4789
|
|
|
4790
|
-
// bazel-out/
|
|
4790
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4791
4791
|
var FIELD_DECORATORS = [
|
|
4792
4792
|
"Input",
|
|
4793
4793
|
"Output",
|
|
@@ -4947,11 +4947,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4947
4947
|
}
|
|
4948
4948
|
};
|
|
4949
4949
|
|
|
4950
|
-
// bazel-out/
|
|
4950
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4951
4951
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4952
4952
|
import ts22 from "typescript";
|
|
4953
4953
|
|
|
4954
|
-
// bazel-out/
|
|
4954
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4955
4955
|
import ts21 from "typescript";
|
|
4956
4956
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4957
4957
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5018,7 +5018,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5018
5018
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5019
5019
|
}
|
|
5020
5020
|
|
|
5021
|
-
// bazel-out/
|
|
5021
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5022
5022
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5023
5023
|
constructor(decl, hasProviders) {
|
|
5024
5024
|
super(decl);
|
|
@@ -5542,7 +5542,7 @@ function isSyntheticReference(ref) {
|
|
|
5542
5542
|
return ref.synthetic;
|
|
5543
5543
|
}
|
|
5544
5544
|
|
|
5545
|
-
// bazel-out/
|
|
5545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5546
5546
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5547
5547
|
const name = ref.debugName || "(unknown)";
|
|
5548
5548
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5565,7 +5565,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5565
5565
|
return null;
|
|
5566
5566
|
}
|
|
5567
5567
|
|
|
5568
|
-
// bazel-out/
|
|
5568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5569
5569
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5570
5570
|
import ts23 from "typescript";
|
|
5571
5571
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5879,7 +5879,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5879
5879
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5880
5880
|
}
|
|
5881
5881
|
|
|
5882
|
-
// bazel-out/
|
|
5882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5883
5883
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5884
5884
|
constructor() {
|
|
5885
5885
|
super(...arguments);
|
|
@@ -5914,7 +5914,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5914
5914
|
}
|
|
5915
5915
|
};
|
|
5916
5916
|
|
|
5917
|
-
// bazel-out/
|
|
5917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5918
5918
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5919
5919
|
if (value instanceof Map) {
|
|
5920
5920
|
const name = value.get("name");
|
|
@@ -5990,7 +5990,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5990
5990
|
return false;
|
|
5991
5991
|
}
|
|
5992
5992
|
|
|
5993
|
-
// bazel-out/
|
|
5993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5994
5994
|
var EMPTY_ARRAY2 = [];
|
|
5995
5995
|
var ComponentDecoratorHandler = class {
|
|
5996
5996
|
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
@@ -6639,7 +6639,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6639
6639
|
return diagnostics;
|
|
6640
6640
|
}
|
|
6641
6641
|
|
|
6642
|
-
// bazel-out/
|
|
6642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6643
6643
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6644
6644
|
import ts25 from "typescript";
|
|
6645
6645
|
var InjectableDecoratorHandler = class {
|
|
@@ -6854,7 +6854,7 @@ function getDep(dep, reflector) {
|
|
|
6854
6854
|
return meta;
|
|
6855
6855
|
}
|
|
6856
6856
|
|
|
6857
|
-
// bazel-out/
|
|
6857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6858
6858
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
6859
6859
|
import ts26 from "typescript";
|
|
6860
6860
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6998,14 +6998,14 @@ var PipeDecoratorHandler = class {
|
|
|
6998
6998
|
}
|
|
6999
6999
|
};
|
|
7000
7000
|
|
|
7001
|
-
// bazel-out/
|
|
7001
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7002
7002
|
var OptimizeFor;
|
|
7003
7003
|
(function(OptimizeFor2) {
|
|
7004
7004
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7005
7005
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7006
7006
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7007
7007
|
|
|
7008
|
-
// bazel-out/
|
|
7008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7009
7009
|
var PotentialImportKind;
|
|
7010
7010
|
(function(PotentialImportKind2) {
|
|
7011
7011
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7017,14 +7017,14 @@ var PotentialImportMode;
|
|
|
7017
7017
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7018
7018
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7019
7019
|
|
|
7020
|
-
// bazel-out/
|
|
7020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7021
7021
|
var CompletionKind;
|
|
7022
7022
|
(function(CompletionKind2) {
|
|
7023
7023
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7024
7024
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7025
7025
|
})(CompletionKind || (CompletionKind = {}));
|
|
7026
7026
|
|
|
7027
|
-
// bazel-out/
|
|
7027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7028
7028
|
var SymbolKind;
|
|
7029
7029
|
(function(SymbolKind2) {
|
|
7030
7030
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7092,4 +7092,4 @@ export {
|
|
|
7092
7092
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7093
7093
|
* found in the LICENSE file at https://angular.io/license
|
|
7094
7094
|
*/
|
|
7095
|
-
//# sourceMappingURL=chunk-
|
|
7095
|
+
//# sourceMappingURL=chunk-H4DJPYMT.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/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -70,7 +70,7 @@ var PerfCheckpoint;
|
|
|
70
70
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
71
71
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
72
72
|
|
|
73
|
-
// bazel-out/
|
|
73
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
74
74
|
var NoopPerfRecorder = class {
|
|
75
75
|
eventCount() {
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@ var NoopPerfRecorder = class {
|
|
|
87
87
|
};
|
|
88
88
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
89
89
|
|
|
90
|
-
// bazel-out/
|
|
90
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
91
91
|
function mark() {
|
|
92
92
|
return process.hrtime();
|
|
93
93
|
}
|
|
@@ -96,7 +96,7 @@ function timeSinceInMicros(mark2) {
|
|
|
96
96
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
// bazel-out/
|
|
99
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
100
100
|
var ActivePerfRecorder = class {
|
|
101
101
|
static zeroedToNow() {
|
|
102
102
|
return new ActivePerfRecorder(mark());
|
|
@@ -204,4 +204,4 @@ export {
|
|
|
204
204
|
* Use of this source code is governed by an MIT-style license that can be
|
|
205
205
|
* found in the LICENSE file at https://angular.io/license
|
|
206
206
|
*/
|
|
207
|
-
//# sourceMappingURL=chunk-
|
|
207
|
+
//# sourceMappingURL=chunk-HJOPJLIM.js.map
|