@angular/compiler-cli 17.1.0 → 17.1.1
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-3WRR7A6G.js → chunk-22WKDIPL.js} +36 -36
- package/bundles/{chunk-MLI2QFE3.js → chunk-7MBQJYBK.js} +6 -6
- package/bundles/{chunk-P34DHQ65.js → chunk-LD7OKX22.js} +30 -30
- package/bundles/{chunk-TGR3NXO6.js → chunk-Q5Y7HH3O.js} +5 -5
- package/bundles/{chunk-I3M5LXMW.js → chunk-QPMYDNZG.js} +7 -7
- package/bundles/{chunk-JOIB3454.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-GM44CTB7.js → chunk-TNWTCE6C.js} +74 -74
- package/bundles/{chunk-YFIBJR5K.js → chunk-TQYIA5ZM.js} +107 -107
- package/bundles/{chunk-5KZ4IU2X.js → chunk-VTJUF2MM.js} +5 -5
- package/bundles/{chunk-WMUBJYYX.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/bundles/{chunk-3WRR7A6G.js.map → chunk-22WKDIPL.js.map} +0 -0
- /package/bundles/{chunk-MLI2QFE3.js.map → chunk-7MBQJYBK.js.map} +0 -0
- /package/bundles/{chunk-P34DHQ65.js.map → chunk-LD7OKX22.js.map} +0 -0
- /package/bundles/{chunk-TGR3NXO6.js.map → chunk-Q5Y7HH3O.js.map} +0 -0
- /package/bundles/{chunk-I3M5LXMW.js.map → chunk-QPMYDNZG.js.map} +0 -0
- /package/bundles/{chunk-JOIB3454.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-GM44CTB7.js.map → chunk-TNWTCE6C.js.map} +0 -0
- /package/bundles/{chunk-YFIBJR5K.js.map → chunk-TQYIA5ZM.js.map} +0 -0
- /package/bundles/{chunk-5KZ4IU2X.js.map → chunk-VTJUF2MM.js.map} +0 -0
- /package/bundles/{chunk-WMUBJYYX.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-QPMYDNZG.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;
|
|
@@ -654,7 +654,7 @@ function getExportedName(decl, originalId) {
|
|
|
654
654
|
}
|
|
655
655
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
656
656
|
|
|
657
|
-
// bazel-out/
|
|
657
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
658
658
|
import ts5 from "typescript";
|
|
659
659
|
var TS = /\.tsx?$/i;
|
|
660
660
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -755,7 +755,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
755
755
|
return redirectInfo.unredirected;
|
|
756
756
|
}
|
|
757
757
|
|
|
758
|
-
// bazel-out/
|
|
758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
759
759
|
var Reference = class {
|
|
760
760
|
constructor(node, bestGuessOwningModule = null) {
|
|
761
761
|
this.node = node;
|
|
@@ -824,14 +824,14 @@ var Reference = class {
|
|
|
824
824
|
}
|
|
825
825
|
};
|
|
826
826
|
|
|
827
|
-
// bazel-out/
|
|
827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
828
828
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
829
829
|
|
|
830
|
-
// bazel-out/
|
|
830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
831
831
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
832
832
|
import ts7 from "typescript";
|
|
833
833
|
|
|
834
|
-
// bazel-out/
|
|
834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
835
835
|
var ErrorCode;
|
|
836
836
|
(function(ErrorCode2) {
|
|
837
837
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -918,7 +918,7 @@ var ErrorCode;
|
|
|
918
918
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_IMPORTED_STYLES_STRING"] = 11002] = "LOCAL_COMPILATION_IMPORTED_STYLES_STRING";
|
|
919
919
|
})(ErrorCode || (ErrorCode = {}));
|
|
920
920
|
|
|
921
|
-
// bazel-out/
|
|
921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
922
922
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
923
923
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
924
924
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -930,10 +930,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
930
930
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
931
931
|
]);
|
|
932
932
|
|
|
933
|
-
// bazel-out/
|
|
933
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
934
934
|
import ts6 from "typescript";
|
|
935
935
|
|
|
936
|
-
// bazel-out/
|
|
936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
937
937
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
938
938
|
function replaceTsWithNgInErrors(errors) {
|
|
939
939
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -942,7 +942,7 @@ function ngErrorCode(code) {
|
|
|
942
942
|
return parseInt("-99" + code);
|
|
943
943
|
}
|
|
944
944
|
|
|
945
|
-
// bazel-out/
|
|
945
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
946
946
|
var FatalDiagnosticError = class {
|
|
947
947
|
constructor(code, node, message, relatedInformation) {
|
|
948
948
|
this.code = code;
|
|
@@ -998,10 +998,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
998
998
|
return messageText;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
-
// bazel-out/
|
|
1001
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
1002
1002
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
1003
1003
|
|
|
1004
|
-
// bazel-out/
|
|
1004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
1005
1005
|
var ExtendedTemplateDiagnosticName;
|
|
1006
1006
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
1007
1007
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -1016,7 +1016,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
1016
1016
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
1017
1017
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
1018
1018
|
|
|
1019
|
-
// bazel-out/
|
|
1019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
1020
1020
|
function findExportedNameOfNode(target, file, reflector) {
|
|
1021
1021
|
const exports = reflector.getExportsOfModule(file);
|
|
1022
1022
|
if (exports === null) {
|
|
@@ -1036,7 +1036,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
1036
1036
|
return foundExportName;
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
|
-
// bazel-out/
|
|
1039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
1040
1040
|
var ImportFlags;
|
|
1041
1041
|
(function(ImportFlags2) {
|
|
1042
1042
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -1265,7 +1265,7 @@ var UnifiedModulesStrategy = class {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
};
|
|
1267
1267
|
|
|
1268
|
-
// bazel-out/
|
|
1268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
1269
1269
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
1270
1270
|
var UnifiedModulesAliasingHost = class {
|
|
1271
1271
|
constructor(unifiedModulesHost) {
|
|
@@ -1332,7 +1332,7 @@ var AliasStrategy = class {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
};
|
|
1334
1334
|
|
|
1335
|
-
// bazel-out/
|
|
1335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
1336
1336
|
function relativePathBetween(from, to) {
|
|
1337
1337
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
1338
1338
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -1341,7 +1341,7 @@ function normalizeSeparators(path) {
|
|
|
1341
1341
|
return path.replace(/\\/g, "/");
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
-
// bazel-out/
|
|
1344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
1345
1345
|
var NoopImportRewriter = class {
|
|
1346
1346
|
shouldImportSymbol(symbol, specifier) {
|
|
1347
1347
|
return true;
|
|
@@ -1400,7 +1400,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
1400
1400
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
|
-
// bazel-out/
|
|
1403
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
1404
1404
|
import ts8 from "typescript";
|
|
1405
1405
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
1406
1406
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -1435,7 +1435,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
1435
1435
|
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.");
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
|
-
// bazel-out/
|
|
1438
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
1439
1439
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
1440
1440
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
1441
1441
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -1476,7 +1476,7 @@ var DefaultImportTracker = class {
|
|
|
1476
1476
|
}
|
|
1477
1477
|
};
|
|
1478
1478
|
|
|
1479
|
-
// bazel-out/
|
|
1479
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
1480
1480
|
import ts9 from "typescript";
|
|
1481
1481
|
var AssumeEager = "AssumeEager";
|
|
1482
1482
|
var DeferredSymbolTracker = class {
|
|
@@ -1597,7 +1597,7 @@ var DeferredSymbolTracker = class {
|
|
|
1597
1597
|
}
|
|
1598
1598
|
};
|
|
1599
1599
|
|
|
1600
|
-
// bazel-out/
|
|
1600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
1601
1601
|
var ModuleResolver = class {
|
|
1602
1602
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
1603
1603
|
this.program = program;
|
|
@@ -1614,7 +1614,7 @@ var ModuleResolver = class {
|
|
|
1614
1614
|
}
|
|
1615
1615
|
};
|
|
1616
1616
|
|
|
1617
|
-
// bazel-out/
|
|
1617
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1618
1618
|
import ts10 from "typescript";
|
|
1619
1619
|
var ImportManager = class {
|
|
1620
1620
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i", factory = ts10.factory) {
|
|
@@ -1651,7 +1651,7 @@ var ImportManager = class {
|
|
|
1651
1651
|
}
|
|
1652
1652
|
};
|
|
1653
1653
|
|
|
1654
|
-
// bazel-out/
|
|
1654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
1655
1655
|
var Context = class {
|
|
1656
1656
|
constructor(isStatement) {
|
|
1657
1657
|
this.isStatement = isStatement;
|
|
@@ -1664,7 +1664,7 @@ var Context = class {
|
|
|
1664
1664
|
}
|
|
1665
1665
|
};
|
|
1666
1666
|
|
|
1667
|
-
// bazel-out/
|
|
1667
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
1668
1668
|
import * as o from "@angular/compiler";
|
|
1669
1669
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
1670
1670
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1903,7 +1903,7 @@ function createRange(span) {
|
|
|
1903
1903
|
};
|
|
1904
1904
|
}
|
|
1905
1905
|
|
|
1906
|
-
// bazel-out/
|
|
1906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
1907
1907
|
import ts11 from "typescript";
|
|
1908
1908
|
var INELIGIBLE = {};
|
|
1909
1909
|
function canEmitType(type, canEmit) {
|
|
@@ -1978,11 +1978,11 @@ var TypeEmitter = class {
|
|
|
1978
1978
|
}
|
|
1979
1979
|
};
|
|
1980
1980
|
|
|
1981
|
-
// bazel-out/
|
|
1981
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1982
1982
|
import * as o2 from "@angular/compiler";
|
|
1983
1983
|
import ts13 from "typescript";
|
|
1984
1984
|
|
|
1985
|
-
// bazel-out/
|
|
1985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
1986
1986
|
import ts12 from "typescript";
|
|
1987
1987
|
function tsNumericExpression(value) {
|
|
1988
1988
|
if (value < 0) {
|
|
@@ -1992,7 +1992,7 @@ function tsNumericExpression(value) {
|
|
|
1992
1992
|
return ts12.factory.createNumericLiteral(value);
|
|
1993
1993
|
}
|
|
1994
1994
|
|
|
1995
|
-
// bazel-out/
|
|
1995
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1996
1996
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
1997
1997
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
1998
1998
|
}
|
|
@@ -2206,7 +2206,7 @@ var TypeTranslatorVisitor = class {
|
|
|
2206
2206
|
}
|
|
2207
2207
|
};
|
|
2208
2208
|
|
|
2209
|
-
// bazel-out/
|
|
2209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
2210
2210
|
import ts14 from "typescript";
|
|
2211
2211
|
var PureAnnotation;
|
|
2212
2212
|
(function(PureAnnotation2) {
|
|
@@ -2403,7 +2403,7 @@ function attachComments(statement, leadingComments) {
|
|
|
2403
2403
|
}
|
|
2404
2404
|
}
|
|
2405
2405
|
|
|
2406
|
-
// bazel-out/
|
|
2406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
2407
2407
|
function translateExpression(expression, imports, options = {}) {
|
|
2408
2408
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
2409
2409
|
}
|
|
@@ -2491,4 +2491,4 @@ export {
|
|
|
2491
2491
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2492
2492
|
* found in the LICENSE file at https://angular.io/license
|
|
2493
2493
|
*/
|
|
2494
|
-
//# sourceMappingURL=chunk-
|
|
2494
|
+
//# sourceMappingURL=chunk-22WKDIPL.js.map
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
addImports,
|
|
8
8
|
isAngularDecorator,
|
|
9
9
|
tryParseSignalInputMapping
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TNWTCE6C.js";
|
|
11
11
|
import {
|
|
12
12
|
ImportManager,
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
isAliasImportDeclaration,
|
|
15
15
|
loadIsReferencedAliasDeclarationPatch
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-22WKDIPL.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
19
19
|
import ts from "typescript";
|
|
20
20
|
function isAngularDecorator2(decorator, isCore) {
|
|
21
21
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
@@ -318,7 +318,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
318
318
|
return ts.setOriginalNode(clone, node);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
// bazel-out/
|
|
321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/signal_inputs_metadata_transform.mjs
|
|
322
322
|
import ts2 from "typescript";
|
|
323
323
|
var decoratorsWithInputs = ["Directive", "Component"];
|
|
324
324
|
var coreModuleName = "@angular/core";
|
|
@@ -383,7 +383,7 @@ function visitClassDeclaration(ctx, host, importManager, clazz, classDecorator,
|
|
|
383
383
|
return ctx.factory.updateClassDeclaration(clazz, clazz.modifiers, clazz.name, clazz.typeParameters, clazz.heritageClauses, members);
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
// bazel-out/
|
|
386
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
387
387
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
388
388
|
ngDevMode: false,
|
|
389
389
|
ngI18nClosureMode: false
|
|
@@ -427,4 +427,4 @@ export {
|
|
|
427
427
|
* Use of this source code is governed by an MIT-style license that can be
|
|
428
428
|
* found in the LICENSE file at https://angular.io/license
|
|
429
429
|
*/
|
|
430
|
-
//# sourceMappingURL=chunk-
|
|
430
|
+
//# sourceMappingURL=chunk-7MBQJYBK.js.map
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-22WKDIPL.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WCD6LVCP.js";
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
14
14
|
var FatalLinkerError = class extends Error {
|
|
15
15
|
constructor(node, message) {
|
|
16
16
|
super(message);
|
|
@@ -22,14 +22,14 @@ function isFatalLinkerError(e) {
|
|
|
22
22
|
return e && e.type === "FatalLinkerError";
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
26
26
|
function assert(node, predicate, expected) {
|
|
27
27
|
if (!predicate(node)) {
|
|
28
28
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
// bazel-out/
|
|
32
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
33
33
|
import * as o from "@angular/compiler";
|
|
34
34
|
var AstObject = class {
|
|
35
35
|
static parse(expression, host) {
|
|
@@ -159,10 +159,10 @@ var AstValue = class {
|
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
161
|
|
|
162
|
-
// bazel-out/
|
|
162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
163
163
|
import { ConstantPool } from "@angular/compiler";
|
|
164
164
|
|
|
165
|
-
// bazel-out/
|
|
165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
166
166
|
var LinkerImportGenerator = class {
|
|
167
167
|
constructor(ngImport) {
|
|
168
168
|
this.ngImport = ngImport;
|
|
@@ -182,7 +182,7 @@ var LinkerImportGenerator = class {
|
|
|
182
182
|
}
|
|
183
183
|
};
|
|
184
184
|
|
|
185
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
186
186
|
var EmitScope = class {
|
|
187
187
|
constructor(ngImport, translator, factory) {
|
|
188
188
|
this.ngImport = ngImport;
|
|
@@ -211,7 +211,7 @@ var EmitScope = class {
|
|
|
211
211
|
}
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
// bazel-out/
|
|
214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
215
215
|
var LocalEmitScope = class extends EmitScope {
|
|
216
216
|
translateDefinition(definition) {
|
|
217
217
|
return super.translateDefinition({
|
|
@@ -224,10 +224,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
224
224
|
}
|
|
225
225
|
};
|
|
226
226
|
|
|
227
|
-
// bazel-out/
|
|
227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
228
228
|
import semver2 from "semver";
|
|
229
229
|
|
|
230
|
-
// bazel-out/
|
|
230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
231
231
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
232
232
|
if (loader === null) {
|
|
233
233
|
return () => null;
|
|
@@ -242,7 +242,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
// bazel-out/
|
|
245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
246
246
|
import { compileClassMetadata } from "@angular/compiler";
|
|
247
247
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
248
248
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -262,16 +262,16 @@ function toR3ClassMetadata(metaObj) {
|
|
|
262
262
|
};
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
266
266
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
|
|
267
267
|
import semver from "semver";
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
270
270
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
|
-
var PLACEHOLDER_VERSION = "17.1.
|
|
274
|
+
var PLACEHOLDER_VERSION = "17.1.1";
|
|
275
275
|
function wrapReference(wrapped) {
|
|
276
276
|
return { value: wrapped, type: wrapped };
|
|
277
277
|
}
|
|
@@ -318,7 +318,7 @@ function extractForwardRef(expr) {
|
|
|
318
318
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
// bazel-out/
|
|
321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
322
322
|
var PartialDirectiveLinkerVersion1 = class {
|
|
323
323
|
constructor(sourceUrl, code) {
|
|
324
324
|
this.sourceUrl = sourceUrl;
|
|
@@ -464,7 +464,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
464
464
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
465
465
|
}
|
|
466
466
|
|
|
467
|
-
// bazel-out/
|
|
467
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
468
468
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
469
469
|
return {
|
|
470
470
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -682,7 +682,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
682
682
|
return enumValue;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
// bazel-out/
|
|
685
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
686
686
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
687
687
|
var PartialFactoryLinkerVersion1 = class {
|
|
688
688
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -718,7 +718,7 @@ function getDependencies(metaObj, propName) {
|
|
|
718
718
|
return null;
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
// bazel-out/
|
|
721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
722
722
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
723
723
|
var PartialInjectableLinkerVersion1 = class {
|
|
724
724
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -756,7 +756,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
756
756
|
return meta;
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
// bazel-out/
|
|
759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
760
760
|
import { compileInjector } from "@angular/compiler";
|
|
761
761
|
var PartialInjectorLinkerVersion1 = class {
|
|
762
762
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -778,7 +778,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
778
778
|
};
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
// bazel-out/
|
|
781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
782
782
|
import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
|
|
783
783
|
var PartialNgModuleLinkerVersion1 = class {
|
|
784
784
|
constructor(emitInline) {
|
|
@@ -850,7 +850,7 @@ function wrapReferences(values) {
|
|
|
850
850
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
// bazel-out/
|
|
853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
854
854
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
855
855
|
var PartialPipeLinkerVersion1 = class {
|
|
856
856
|
constructor() {
|
|
@@ -879,7 +879,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
879
879
|
};
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
// bazel-out/
|
|
882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
883
883
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
884
884
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
885
885
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -973,7 +973,7 @@ function getRange(comparator, versionStr) {
|
|
|
973
973
|
return new semver2.Range(`${comparator}${version.format()}`);
|
|
974
974
|
}
|
|
975
975
|
|
|
976
|
-
// bazel-out/
|
|
976
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
977
977
|
var FileLinker = class {
|
|
978
978
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
979
979
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -1016,14 +1016,14 @@ var FileLinker = class {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
|
-
// bazel-out/
|
|
1019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
1020
1020
|
var DEFAULT_LINKER_OPTIONS = {
|
|
1021
1021
|
sourceMapping: true,
|
|
1022
1022
|
linkerJitMode: false,
|
|
1023
1023
|
unknownDeclarationVersionHandling: "error"
|
|
1024
1024
|
};
|
|
1025
1025
|
|
|
1026
|
-
// bazel-out/
|
|
1026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
1027
1027
|
var Translator = class {
|
|
1028
1028
|
constructor(factory) {
|
|
1029
1029
|
this.factory = factory;
|
|
@@ -1036,7 +1036,7 @@ var Translator = class {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
};
|
|
1038
1038
|
|
|
1039
|
-
// bazel-out/
|
|
1039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
1040
1040
|
var LinkerEnvironment = class {
|
|
1041
1041
|
constructor(fileSystem, logger, host, factory, options) {
|
|
1042
1042
|
this.fileSystem = fileSystem;
|
|
@@ -1057,7 +1057,7 @@ var LinkerEnvironment = class {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
};
|
|
1059
1059
|
|
|
1060
|
-
// bazel-out/
|
|
1060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
1061
1061
|
function needsLinking(path, source) {
|
|
1062
1062
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
1063
1063
|
}
|
|
@@ -1078,4 +1078,4 @@ export {
|
|
|
1078
1078
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1079
1079
|
* found in the LICENSE file at https://angular.io/license
|
|
1080
1080
|
*/
|
|
1081
|
-
//# sourceMappingURL=chunk-
|
|
1081
|
+
//# sourceMappingURL=chunk-LD7OKX22.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
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
__require
|
|
7
7
|
} from "./chunk-XI2RTGAL.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
10
10
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
11
11
|
function normalizeSeparators(path) {
|
|
12
12
|
return path.replace(/\\/g, "/");
|
|
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
22
22
|
return sf;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
26
26
|
var InvalidFileSystem = class {
|
|
27
27
|
exists(path) {
|
|
28
28
|
throw makeError();
|
|
@@ -110,7 +110,7 @@ function makeError() {
|
|
|
110
110
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
114
114
|
var fs = new InvalidFileSystem();
|
|
115
115
|
function getFileSystem() {
|
|
116
116
|
return fs;
|
|
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
|
|
|
167
167
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
// bazel-out/
|
|
170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
171
171
|
import * as os from "os";
|
|
172
172
|
import ts from "typescript";
|
|
173
173
|
var NgtscCompilerHost = class {
|
|
@@ -225,7 +225,7 @@ var NgtscCompilerHost = class {
|
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
229
229
|
var LogicalProjectPath = {
|
|
230
230
|
relativePathBetween: function(from, to) {
|
|
231
231
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -271,7 +271,7 @@ function isWithinBasePath(base, path) {
|
|
|
271
271
|
return isLocalRelativePath(relative(base, path));
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
275
275
|
import fs2 from "fs";
|
|
276
276
|
import module from "module";
|
|
277
277
|
import * as p from "path";
|
|
@@ -407,4 +407,4 @@ export {
|
|
|
407
407
|
* Use of this source code is governed by an MIT-style license that can be
|
|
408
408
|
* found in the LICENSE file at https://angular.io/license
|
|
409
409
|
*/
|
|
410
|
-
//# sourceMappingURL=chunk-
|
|
410
|
+
//# sourceMappingURL=chunk-QPMYDNZG.js.map
|