@angular/compiler-cli 17.2.1 → 17.2.2
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-KYE5EYIK.js → chunk-5BWCY2AS.js} +13 -13
- package/bundles/{chunk-63UQIYTZ.js → chunk-6VI5PEAF.js} +30 -30
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-KMYUI7UU.js → chunk-FUGV6LEW.js} +562 -525
- package/bundles/chunk-FUGV6LEW.js.map +6 -0
- package/bundles/{chunk-CVK4HV4K.js → chunk-HL2GCSY7.js} +37 -37
- package/bundles/{chunk-6VEEN3ZS.js → chunk-Q5Y7HH3O.js} +5 -5
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-QLLRERNV.js → chunk-RMH722TZ.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-PQBKKYRL.js → chunk-SN7STUDB.js} +81 -80
- package/bundles/{chunk-PQBKKYRL.js.map → chunk-SN7STUDB.js.map} +1 -1
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/docs/src/constant_extractor.d.ts +2 -2
- package/bundles/chunk-KMYUI7UU.js.map +0 -6
- /package/bundles/{chunk-KYE5EYIK.js.map → chunk-5BWCY2AS.js.map} +0 -0
- /package/bundles/{chunk-63UQIYTZ.js.map → chunk-6VI5PEAF.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-CVK4HV4K.js.map → chunk-HL2GCSY7.js.map} +0 -0
- /package/bundles/{chunk-6VEEN3ZS.js.map → chunk-Q5Y7HH3O.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-QLLRERNV.js.map → chunk-RMH722TZ.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
resolve,
|
|
13
13
|
stripExtension,
|
|
14
14
|
toRelativeImport
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-75YFKYUJ.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
18
18
|
import ts4 from "typescript";
|
|
19
19
|
|
|
20
|
-
// bazel-out/
|
|
20
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
21
21
|
import ts from "typescript";
|
|
22
22
|
function isDecoratorIdentifier(exp) {
|
|
23
23
|
return ts.isIdentifier(exp) || ts.isPropertyAccessExpression(exp) && ts.isIdentifier(exp.expression) && ts.isIdentifier(exp.name);
|
|
@@ -32,7 +32,7 @@ var ClassMemberKind;
|
|
|
32
32
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
33
33
|
var AmbientImport = {};
|
|
34
34
|
|
|
35
|
-
// bazel-out/
|
|
35
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
36
36
|
import ts2 from "typescript";
|
|
37
37
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
38
38
|
var _a, _b;
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -214,7 +214,7 @@ function isIdentifier(node) {
|
|
|
214
214
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
// bazel-out/
|
|
217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
218
218
|
var TypeScriptReflectionHost = class {
|
|
219
219
|
constructor(checker, isLocalCompilation = false) {
|
|
220
220
|
this.checker = checker;
|
|
@@ -661,7 +661,7 @@ function getExportedName(decl, originalId) {
|
|
|
661
661
|
}
|
|
662
662
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
663
663
|
|
|
664
|
-
// bazel-out/
|
|
664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
665
665
|
import ts5 from "typescript";
|
|
666
666
|
var TS = /\.tsx?$/i;
|
|
667
667
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -762,7 +762,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
762
762
|
return redirectInfo.unredirected;
|
|
763
763
|
}
|
|
764
764
|
|
|
765
|
-
// bazel-out/
|
|
765
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
766
766
|
var Reference = class {
|
|
767
767
|
constructor(node, bestGuessOwningModule = null) {
|
|
768
768
|
this.node = node;
|
|
@@ -831,14 +831,14 @@ var Reference = class {
|
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
833
|
|
|
834
|
-
// bazel-out/
|
|
834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
835
835
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
836
836
|
|
|
837
|
-
// bazel-out/
|
|
837
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
838
838
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
839
839
|
import ts7 from "typescript";
|
|
840
840
|
|
|
841
|
-
// bazel-out/
|
|
841
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
842
842
|
var ErrorCode;
|
|
843
843
|
(function(ErrorCode2) {
|
|
844
844
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -926,7 +926,7 @@ var ErrorCode;
|
|
|
926
926
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_EXPRESSION_FOR_HOST_DIRECTIVE"] = 11003] = "LOCAL_COMPILATION_EXPRESSION_FOR_HOST_DIRECTIVE";
|
|
927
927
|
})(ErrorCode || (ErrorCode = {}));
|
|
928
928
|
|
|
929
|
-
// bazel-out/
|
|
929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
930
930
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
931
931
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
932
932
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -938,10 +938,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
938
938
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
939
939
|
]);
|
|
940
940
|
|
|
941
|
-
// bazel-out/
|
|
941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
942
942
|
import ts6 from "typescript";
|
|
943
943
|
|
|
944
|
-
// bazel-out/
|
|
944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
945
945
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
946
946
|
function replaceTsWithNgInErrors(errors) {
|
|
947
947
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -950,7 +950,7 @@ function ngErrorCode(code) {
|
|
|
950
950
|
return parseInt("-99" + code);
|
|
951
951
|
}
|
|
952
952
|
|
|
953
|
-
// bazel-out/
|
|
953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
954
954
|
var FatalDiagnosticError = class extends Error {
|
|
955
955
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
956
956
|
super(`FatalDiagnosticError #${code}: ${diagnosticMessage}`);
|
|
@@ -1012,10 +1012,10 @@ function isFatalDiagnosticError(err) {
|
|
|
1012
1012
|
return err._isFatalDiagnosticError === true;
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
|
-
// bazel-out/
|
|
1015
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
1016
1016
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
1017
1017
|
|
|
1018
|
-
// bazel-out/
|
|
1018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
1019
1019
|
var ExtendedTemplateDiagnosticName;
|
|
1020
1020
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
1021
1021
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -1030,7 +1030,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
1030
1030
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
1031
1031
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
1032
1032
|
|
|
1033
|
-
// bazel-out/
|
|
1033
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
1034
1034
|
function findExportedNameOfNode(target, file, reflector) {
|
|
1035
1035
|
const exports = reflector.getExportsOfModule(file);
|
|
1036
1036
|
if (exports === null) {
|
|
@@ -1050,7 +1050,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
1050
1050
|
return foundExportName;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
// bazel-out/
|
|
1053
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
1054
1054
|
var ImportFlags;
|
|
1055
1055
|
(function(ImportFlags2) {
|
|
1056
1056
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -1279,7 +1279,7 @@ var UnifiedModulesStrategy = class {
|
|
|
1279
1279
|
}
|
|
1280
1280
|
};
|
|
1281
1281
|
|
|
1282
|
-
// bazel-out/
|
|
1282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
1283
1283
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
1284
1284
|
var UnifiedModulesAliasingHost = class {
|
|
1285
1285
|
constructor(unifiedModulesHost) {
|
|
@@ -1346,7 +1346,7 @@ var AliasStrategy = class {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
};
|
|
1348
1348
|
|
|
1349
|
-
// bazel-out/
|
|
1349
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
1350
1350
|
function relativePathBetween(from, to) {
|
|
1351
1351
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
1352
1352
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -1355,7 +1355,7 @@ function normalizeSeparators(path) {
|
|
|
1355
1355
|
return path.replace(/\\/g, "/");
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
|
-
// bazel-out/
|
|
1358
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
1359
1359
|
var NoopImportRewriter = class {
|
|
1360
1360
|
shouldImportSymbol(symbol, specifier) {
|
|
1361
1361
|
return true;
|
|
@@ -1414,7 +1414,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
1414
1414
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
|
-
// bazel-out/
|
|
1417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
1418
1418
|
import ts8 from "typescript";
|
|
1419
1419
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
1420
1420
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -1449,7 +1449,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
1449
1449
|
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.");
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
|
-
// bazel-out/
|
|
1452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
1453
1453
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
1454
1454
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
1455
1455
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -1490,7 +1490,7 @@ var DefaultImportTracker = class {
|
|
|
1490
1490
|
}
|
|
1491
1491
|
};
|
|
1492
1492
|
|
|
1493
|
-
// bazel-out/
|
|
1493
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
1494
1494
|
import ts9 from "typescript";
|
|
1495
1495
|
var AssumeEager = "AssumeEager";
|
|
1496
1496
|
var DeferredSymbolTracker = class {
|
|
@@ -1611,7 +1611,7 @@ var DeferredSymbolTracker = class {
|
|
|
1611
1611
|
}
|
|
1612
1612
|
};
|
|
1613
1613
|
|
|
1614
|
-
// bazel-out/
|
|
1614
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
1615
1615
|
import ts10 from "typescript";
|
|
1616
1616
|
var LocalCompilationExtraImportsTracker = class {
|
|
1617
1617
|
constructor(typeChecker) {
|
|
@@ -1658,7 +1658,7 @@ function removeQuotations(s) {
|
|
|
1658
1658
|
return s.substring(1, s.length - 1).trim();
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
|
-
// bazel-out/
|
|
1661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
1662
1662
|
var ModuleResolver = class {
|
|
1663
1663
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
1664
1664
|
this.program = program;
|
|
@@ -1675,7 +1675,7 @@ var ModuleResolver = class {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
};
|
|
1677
1677
|
|
|
1678
|
-
// bazel-out/
|
|
1678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1679
1679
|
import ts11 from "typescript";
|
|
1680
1680
|
var ImportManager = class {
|
|
1681
1681
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i", factory = ts11.factory) {
|
|
@@ -1717,7 +1717,7 @@ var ImportManager = class {
|
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
1719
|
|
|
1720
|
-
// bazel-out/
|
|
1720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
1721
1721
|
var Context = class {
|
|
1722
1722
|
constructor(isStatement) {
|
|
1723
1723
|
this.isStatement = isStatement;
|
|
@@ -1730,7 +1730,7 @@ var Context = class {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
1732
|
|
|
1733
|
-
// bazel-out/
|
|
1733
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
1734
1734
|
import * as o from "@angular/compiler";
|
|
1735
1735
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
1736
1736
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1969,7 +1969,7 @@ function createRange(span) {
|
|
|
1969
1969
|
};
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
// bazel-out/
|
|
1972
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
1973
1973
|
import ts12 from "typescript";
|
|
1974
1974
|
var INELIGIBLE = {};
|
|
1975
1975
|
function canEmitType(type, canEmit) {
|
|
@@ -2044,11 +2044,11 @@ var TypeEmitter = class {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
};
|
|
2046
2046
|
|
|
2047
|
-
// bazel-out/
|
|
2047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
2048
2048
|
import * as o2 from "@angular/compiler";
|
|
2049
2049
|
import ts14 from "typescript";
|
|
2050
2050
|
|
|
2051
|
-
// bazel-out/
|
|
2051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
2052
2052
|
import ts13 from "typescript";
|
|
2053
2053
|
function tsNumericExpression(value) {
|
|
2054
2054
|
if (value < 0) {
|
|
@@ -2058,7 +2058,7 @@ function tsNumericExpression(value) {
|
|
|
2058
2058
|
return ts13.factory.createNumericLiteral(value);
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
|
-
// bazel-out/
|
|
2061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
2062
2062
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
2063
2063
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
2064
2064
|
}
|
|
@@ -2272,7 +2272,7 @@ var TypeTranslatorVisitor = class {
|
|
|
2272
2272
|
}
|
|
2273
2273
|
};
|
|
2274
2274
|
|
|
2275
|
-
// bazel-out/
|
|
2275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
2276
2276
|
import ts15 from "typescript";
|
|
2277
2277
|
var PureAnnotation;
|
|
2278
2278
|
(function(PureAnnotation2) {
|
|
@@ -2469,7 +2469,7 @@ function attachComments(statement, leadingComments) {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
|
-
// bazel-out/
|
|
2472
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
2473
2473
|
function translateExpression(expression, imports, options = {}) {
|
|
2474
2474
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
2475
2475
|
}
|
|
@@ -2559,4 +2559,4 @@ export {
|
|
|
2559
2559
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2560
2560
|
* found in the LICENSE file at https://angular.io/license
|
|
2561
2561
|
*/
|
|
2562
|
-
//# sourceMappingURL=chunk-
|
|
2562
|
+
//# sourceMappingURL=chunk-HL2GCSY7.js.map
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7
7
|
var OptimizeFor;
|
|
8
8
|
(function(OptimizeFor2) {
|
|
9
9
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
10
10
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
11
11
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
14
14
|
var PotentialImportKind;
|
|
15
15
|
(function(PotentialImportKind2) {
|
|
16
16
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -22,14 +22,14 @@ var PotentialImportMode;
|
|
|
22
22
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
23
23
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
26
26
|
var CompletionKind;
|
|
27
27
|
(function(CompletionKind2) {
|
|
28
28
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
29
29
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
30
30
|
})(CompletionKind || (CompletionKind = {}));
|
|
31
31
|
|
|
32
|
-
// bazel-out/
|
|
32
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
33
33
|
var SymbolKind;
|
|
34
34
|
(function(SymbolKind2) {
|
|
35
35
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
* Use of this source code is governed by an MIT-style license that can be
|
|
60
60
|
* found in the LICENSE file at https://angular.io/license
|
|
61
61
|
*/
|
|
62
|
-
//# sourceMappingURL=chunk-
|
|
62
|
+
//# sourceMappingURL=chunk-Q5Y7HH3O.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";
|
|
@@ -71,7 +71,7 @@ var PerfCheckpoint;
|
|
|
71
71
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
72
72
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
75
75
|
var NoopPerfRecorder = class {
|
|
76
76
|
eventCount() {
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@ var NoopPerfRecorder = class {
|
|
|
88
88
|
};
|
|
89
89
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
92
92
|
function mark() {
|
|
93
93
|
return process.hrtime();
|
|
94
94
|
}
|
|
@@ -97,7 +97,7 @@ function timeSinceInMicros(mark2) {
|
|
|
97
97
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
101
101
|
var ActivePerfRecorder = class {
|
|
102
102
|
static zeroedToNow() {
|
|
103
103
|
return new ActivePerfRecorder(mark());
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
* Use of this source code is governed by an MIT-style license that can be
|
|
206
206
|
* found in the LICENSE file at https://angular.io/license
|
|
207
207
|
*/
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-R4KQI5XI.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-FUGV6LEW.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
19
19
|
import yargs from "yargs";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
22
22
|
import * as chokidar from "chokidar";
|
|
23
23
|
import * as path from "path";
|
|
24
24
|
import ts from "typescript";
|
|
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
// bazel-out/
|
|
237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
238
238
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
|
|
239
239
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
240
240
|
if (configErrors.length) {
|
|
@@ -342,4 +342,4 @@ export {
|
|
|
342
342
|
* Use of this source code is governed by an MIT-style license that can be
|
|
343
343
|
* found in the LICENSE file at https://angular.io/license
|
|
344
344
|
*/
|
|
345
|
-
//# sourceMappingURL=chunk-
|
|
345
|
+
//# sourceMappingURL=chunk-RMH722TZ.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "\x1B[0m";
|
|
17
17
|
var RED = "\x1B[31m";
|
|
18
18
|
var YELLOW = "\x1B[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-SBDNBITT.js.map
|