@angular/compiler-cli 15.0.0-next.6 → 15.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-E7NQQTT7.js → chunk-4SINIALN.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-4SINIALN.js.map} +0 -0
- package/bundles/{chunk-JH56H6IJ.js → chunk-7YKDVBJ5.js} +31 -31
- package/bundles/{chunk-JH56H6IJ.js.map → chunk-7YKDVBJ5.js.map} +0 -0
- package/bundles/{chunk-2HPI44CB.js → chunk-CTEVZGOM.js} +5 -5
- package/bundles/{chunk-2HPI44CB.js.map → chunk-CTEVZGOM.js.map} +0 -0
- package/bundles/{chunk-XOVG7LXX.js → chunk-D55CQOCC.js} +5 -5
- package/bundles/{chunk-XOVG7LXX.js.map → chunk-D55CQOCC.js.map} +0 -0
- package/bundles/{chunk-MYEONJ6Z.js → chunk-DLWNNV6S.js} +40 -40
- package/bundles/{chunk-MYEONJ6Z.js.map → chunk-DLWNNV6S.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-GGLQGQHV.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-GGLQGQHV.js.map} +0 -0
- package/bundles/{chunk-OZI3NCRJ.js → chunk-GVQAA5D3.js} +71 -71
- package/bundles/{chunk-OZI3NCRJ.js.map → chunk-GVQAA5D3.js.map} +0 -0
- package/bundles/{chunk-EQ7NIVSK.js → chunk-JSLY52ZU.js} +28 -26
- package/bundles/chunk-JSLY52ZU.js.map +6 -0
- package/bundles/{chunk-R4GD76QD.js → chunk-KIQI22GZ.js} +313 -288
- package/bundles/chunk-KIQI22GZ.js.map +6 -0
- package/bundles/{chunk-F526PAOI.js → chunk-MEB4YHNS.js} +2 -2
- package/bundles/{chunk-F526PAOI.js.map → chunk-MEB4YHNS.js.map} +0 -0
- package/bundles/{chunk-TOKOIIBI.js → chunk-RC2GY3FU.js} +8 -24
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-RC2GY3FU.js.map} +1 -1
- package/bundles/{chunk-2LFNJ4YC.js → chunk-RMZB2XBA.js} +98 -98
- package/bundles/{chunk-2LFNJ4YC.js.map → chunk-RMZB2XBA.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-ZXBCBXWY.js → chunk-VZ2Q36OK.js} +7 -7
- package/bundles/{chunk-ZXBCBXWY.js.map → chunk-VZ2Q36OK.js.map} +0 -0
- package/bundles/{chunk-GQT3DC2W.js → chunk-YGJACQGV.js} +7 -7
- package/bundles/{chunk-GQT3DC2W.js.map → chunk-YGJACQGV.js.map} +0 -0
- package/bundles/{chunk-CYVTLM4Z.js → chunk-Z57D3OKU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-Z57D3OKU.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +7 -0
- package/src/ngtsc/file_system/src/node_js_file_system.d.ts +0 -1
- package/bundles/chunk-EQ7NIVSK.js.map +0 -6
- package/bundles/chunk-R4GD76QD.js.map +0 -6
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
|
|
7
7
|
function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
8
8
|
try {
|
|
9
9
|
logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
|
|
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
|
26
26
|
export {
|
|
27
27
|
removeLockFile
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-SJL5HBUW.js.map
|
|
File without changes
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
getDecorators,
|
|
8
8
|
getModifiers
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-MEB4YHNS.js";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
12
12
|
import ts4 from "typescript";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
15
15
|
import ts from "typescript";
|
|
16
16
|
var Decorator = {
|
|
17
17
|
nodeForError: (decorator) => {
|
|
@@ -46,7 +46,7 @@ function isConcreteDeclaration(decl) {
|
|
|
46
46
|
return decl.kind === 0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
50
50
|
import ts2 from "typescript";
|
|
51
51
|
function typeToValue(typeNode, checker) {
|
|
52
52
|
if (typeNode === null) {
|
|
@@ -212,7 +212,7 @@ function extractModuleName(node) {
|
|
|
212
212
|
return node.moduleSpecifier.text;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
216
216
|
import ts3 from "typescript";
|
|
217
217
|
function isNamedClassDeclaration(node) {
|
|
218
218
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -227,7 +227,7 @@ function isIdentifier(node) {
|
|
|
227
227
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
// bazel-out/
|
|
230
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
231
231
|
var TypeScriptReflectionHost = class {
|
|
232
232
|
constructor(checker) {
|
|
233
233
|
this.checker = checker;
|
|
@@ -685,4 +685,4 @@ export {
|
|
|
685
685
|
* Use of this source code is governed by an MIT-style license that can be
|
|
686
686
|
* found in the LICENSE file at https://angular.io/license
|
|
687
687
|
*/
|
|
688
|
-
//# sourceMappingURL=chunk-
|
|
688
|
+
//# sourceMappingURL=chunk-VZ2Q36OK.js.map
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-VZ2Q36OK.js";
|
|
9
9
|
import {
|
|
10
10
|
combineModifiers,
|
|
11
11
|
createClassDeclaration,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
getModifiers,
|
|
18
18
|
updateConstructorDeclaration,
|
|
19
19
|
updateParameterDeclaration
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MEB4YHNS.js";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
23
23
|
import ts2 from "typescript";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
26
26
|
import ts from "typescript";
|
|
27
27
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28
28
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -57,7 +57,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
57
57
|
throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
61
61
|
function isAngularDecorator(decorator, isCore) {
|
|
62
62
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
63
63
|
}
|
|
@@ -373,7 +373,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
373
373
|
return ts2.setOriginalNode(clone, node);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
377
377
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
378
378
|
ngDevMode: false,
|
|
379
379
|
ngI18nClosureMode: false
|
|
@@ -400,4 +400,4 @@ export {
|
|
|
400
400
|
* Use of this source code is governed by an MIT-style license that can be
|
|
401
401
|
* found in the LICENSE file at https://angular.io/license
|
|
402
402
|
*/
|
|
403
|
-
//# sourceMappingURL=chunk-
|
|
403
|
+
//# sourceMappingURL=chunk-YGJACQGV.js.map
|
|
File without changes
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
7
7
|
import mapHelpers from "convert-source-map";
|
|
8
8
|
import { decode, encode } from "sourcemap-codec";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
11
11
|
function compareSegments(a, b) {
|
|
12
12
|
return a.position - b.position;
|
|
13
13
|
}
|
|
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
27
27
|
return { line, column, position, next: void 0 };
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
31
31
|
function removeSourceMapComments(contents) {
|
|
32
32
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
33
33
|
}
|
|
@@ -278,10 +278,10 @@ var Cache = class {
|
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
|
|
281
|
-
// bazel-out/
|
|
281
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
282
282
|
import mapHelpers2 from "convert-source-map";
|
|
283
283
|
|
|
284
|
-
// bazel-out/
|
|
284
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
285
285
|
var ContentOrigin;
|
|
286
286
|
(function(ContentOrigin2) {
|
|
287
287
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -289,7 +289,7 @@ var ContentOrigin;
|
|
|
289
289
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
290
290
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
291
291
|
|
|
292
|
-
// bazel-out/
|
|
292
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
293
293
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
294
294
|
var SourceFileLoader = class {
|
|
295
295
|
constructor(fs, logger, schemeMap) {
|
|
@@ -417,4 +417,4 @@ export {
|
|
|
417
417
|
* Use of this source code is governed by an MIT-style license that can be
|
|
418
418
|
* found in the LICENSE file at https://angular.io/license
|
|
419
419
|
*/
|
|
420
|
-
//# sourceMappingURL=chunk-
|
|
420
|
+
//# sourceMappingURL=chunk-Z57D3OKU.js.map
|
|
File without changes
|
package/bundles/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-YGJACQGV.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULT_ERROR_CODE,
|
|
13
13
|
EmitFlags,
|
|
@@ -31,15 +31,15 @@ import {
|
|
|
31
31
|
performCompilation,
|
|
32
32
|
readConfiguration,
|
|
33
33
|
untagAllTsFiles
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-RMZB2XBA.js";
|
|
35
|
+
import "./chunk-KIQI22GZ.js";
|
|
36
|
+
import "./chunk-VZ2Q36OK.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
39
39
|
LogLevel
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-4SINIALN.js";
|
|
41
|
+
import "./chunk-JSLY52ZU.js";
|
|
42
|
+
import "./chunk-MEB4YHNS.js";
|
|
43
43
|
import {
|
|
44
44
|
LogicalFileSystem,
|
|
45
45
|
LogicalProjectPath,
|
|
@@ -60,18 +60,18 @@ import {
|
|
|
60
60
|
resolve,
|
|
61
61
|
setFileSystem,
|
|
62
62
|
toRelativeImport
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-RC2GY3FU.js";
|
|
64
64
|
import {
|
|
65
65
|
ActivePerfRecorder,
|
|
66
66
|
PerfPhase
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-CTEVZGOM.js";
|
|
68
68
|
import "./chunk-XYNRD7NE.js";
|
|
69
69
|
|
|
70
|
-
// bazel-out/
|
|
70
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
71
71
|
import { Version } from "@angular/compiler";
|
|
72
|
-
var VERSION = new Version("15.0.0-
|
|
72
|
+
var VERSION = new Version("15.0.0-rc.0");
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
75
75
|
var NgTscPlugin = class {
|
|
76
76
|
constructor(ngOptions) {
|
|
77
77
|
this.ngOptions = ngOptions;
|
|
@@ -140,7 +140,7 @@ var NgTscPlugin = class {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
// bazel-out/
|
|
143
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
144
144
|
setFileSystem(new NodeJSFileSystem());
|
|
145
145
|
export {
|
|
146
146
|
ConsoleLogger,
|
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-4SINIALN.js";
|
|
10
10
|
import {
|
|
11
11
|
FatalLinkerError,
|
|
12
12
|
FileLinker,
|
|
13
13
|
LinkerEnvironment,
|
|
14
14
|
assert,
|
|
15
15
|
isFatalLinkerError
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-7YKDVBJ5.js";
|
|
17
|
+
import "../../chunk-Z57D3OKU.js";
|
|
18
|
+
import "../../chunk-JSLY52ZU.js";
|
|
19
|
+
import "../../chunk-MEB4YHNS.js";
|
|
20
20
|
import {
|
|
21
21
|
NodeJSFileSystem
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-RC2GY3FU.js";
|
|
23
23
|
import "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
|
|
26
26
|
import * as _babelNamespace from "@babel/core";
|
|
27
27
|
import _babelDefault from "@babel/core";
|
|
28
28
|
var _a;
|
|
@@ -36,7 +36,7 @@ var NodePath = babel.NodePath;
|
|
|
36
36
|
var transformSync = babel.transformSync;
|
|
37
37
|
var parse = babel.parse;
|
|
38
38
|
|
|
39
|
-
// bazel-out/
|
|
39
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
40
40
|
var BabelAstFactory = class {
|
|
41
41
|
constructor(sourceUrl) {
|
|
42
42
|
this.sourceUrl = sourceUrl;
|
|
@@ -149,7 +149,7 @@ function isLExpression(expr) {
|
|
|
149
149
|
return types2.isLVal(expr);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
// bazel-out/
|
|
152
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
153
153
|
var BabelAstHost = class {
|
|
154
154
|
constructor() {
|
|
155
155
|
this.isStringLiteral = types2.isStringLiteral;
|
|
@@ -266,7 +266,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
266
266
|
return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
270
270
|
var BabelDeclarationScope = class {
|
|
271
271
|
constructor(declarationScope) {
|
|
272
272
|
this.declarationScope = declarationScope;
|
|
@@ -291,7 +291,7 @@ var BabelDeclarationScope = class {
|
|
|
291
291
|
}
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
// bazel-out/
|
|
294
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
295
295
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
296
296
|
let fileLinker = null;
|
|
297
297
|
return {
|
|
@@ -392,7 +392,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
392
392
|
return `${filename}: ${error.message}`;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
// bazel-out/
|
|
395
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
396
396
|
function defaultLinkerPlugin(api, options) {
|
|
397
397
|
api.assertVersion(7);
|
|
398
398
|
return createEs2015LinkerPlugin({
|
|
@@ -402,7 +402,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
// bazel-out/
|
|
405
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
406
406
|
var babel_default = defaultLinkerPlugin;
|
|
407
407
|
export {
|
|
408
408
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
assert,
|
|
12
12
|
isFatalLinkerError,
|
|
13
13
|
needsLinking
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-7YKDVBJ5.js";
|
|
15
|
+
import "../chunk-Z57D3OKU.js";
|
|
16
|
+
import "../chunk-JSLY52ZU.js";
|
|
17
|
+
import "../chunk-MEB4YHNS.js";
|
|
18
|
+
import "../chunk-RC2GY3FU.js";
|
|
19
19
|
import "../chunk-XYNRD7NE.js";
|
|
20
20
|
export {
|
|
21
21
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -5,29 +5,29 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
mainNgcc
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-DLWNNV6S.js";
|
|
9
|
+
import "../chunk-SJL5HBUW.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-GVQAA5D3.js";
|
|
13
|
+
import "../chunk-RMZB2XBA.js";
|
|
14
|
+
import "../chunk-KIQI22GZ.js";
|
|
15
|
+
import "../chunk-VZ2Q36OK.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-4SINIALN.js";
|
|
20
|
+
import "../chunk-Z57D3OKU.js";
|
|
21
|
+
import "../chunk-JSLY52ZU.js";
|
|
22
|
+
import "../chunk-MEB4YHNS.js";
|
|
23
23
|
import {
|
|
24
24
|
NodeJSFileSystem,
|
|
25
25
|
setFileSystem
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-RC2GY3FU.js";
|
|
27
|
+
import "../chunk-CTEVZGOM.js";
|
|
28
28
|
import "../chunk-XYNRD7NE.js";
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
31
31
|
import { dirname, join } from "path";
|
|
32
32
|
import { fileURLToPath } from "url";
|
|
33
33
|
function process(options) {
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
parseCommandLineOptions
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-GGLQGQHV.js";
|
|
10
10
|
import {
|
|
11
11
|
mainNgcc
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
23
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-DLWNNV6S.js";
|
|
13
|
+
import "../chunk-SJL5HBUW.js";
|
|
14
|
+
import "../chunk-GVQAA5D3.js";
|
|
15
|
+
import "../chunk-RMZB2XBA.js";
|
|
16
|
+
import "../chunk-KIQI22GZ.js";
|
|
17
|
+
import "../chunk-VZ2Q36OK.js";
|
|
18
|
+
import "../chunk-4SINIALN.js";
|
|
19
|
+
import "../chunk-Z57D3OKU.js";
|
|
20
|
+
import "../chunk-JSLY52ZU.js";
|
|
21
|
+
import "../chunk-MEB4YHNS.js";
|
|
22
|
+
import "../chunk-RC2GY3FU.js";
|
|
23
|
+
import "../chunk-CTEVZGOM.js";
|
|
24
24
|
import "../chunk-XYNRD7NE.js";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
27
27
|
process.title = "ngcc";
|
|
28
28
|
var startTime = Date.now();
|
|
29
29
|
var options = parseCommandLineOptions(process.argv.slice(2));
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-GGLQGQHV.js";
|
|
9
9
|
import {
|
|
10
10
|
PackageJsonUpdate,
|
|
11
11
|
applyChange,
|
|
@@ -13,19 +13,19 @@ import {
|
|
|
13
13
|
getSharedSetup,
|
|
14
14
|
sendMessageToMaster,
|
|
15
15
|
stringifyTask
|
|
16
|
-
} from "../../../../chunk-
|
|
17
|
-
import "../../../../chunk-
|
|
18
|
-
import "../../../../chunk-
|
|
19
|
-
import "../../../../chunk-
|
|
20
|
-
import "../../../../chunk-
|
|
21
|
-
import "../../../../chunk-
|
|
22
|
-
import "../../../../chunk-
|
|
23
|
-
import "../../../../chunk-
|
|
24
|
-
import "../../../../chunk-
|
|
25
|
-
import "../../../../chunk-
|
|
16
|
+
} from "../../../../chunk-GVQAA5D3.js";
|
|
17
|
+
import "../../../../chunk-RMZB2XBA.js";
|
|
18
|
+
import "../../../../chunk-KIQI22GZ.js";
|
|
19
|
+
import "../../../../chunk-VZ2Q36OK.js";
|
|
20
|
+
import "../../../../chunk-4SINIALN.js";
|
|
21
|
+
import "../../../../chunk-Z57D3OKU.js";
|
|
22
|
+
import "../../../../chunk-JSLY52ZU.js";
|
|
23
|
+
import "../../../../chunk-MEB4YHNS.js";
|
|
24
|
+
import "../../../../chunk-RC2GY3FU.js";
|
|
25
|
+
import "../../../../chunk-CTEVZGOM.js";
|
|
26
26
|
import "../../../../chunk-XYNRD7NE.js";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
29
29
|
import cluster from "cluster";
|
|
30
30
|
var ClusterWorkerPackageJsonUpdater = class {
|
|
31
31
|
constructor() {
|
|
@@ -53,7 +53,7 @@ var ClusterWorkerPackageJsonUpdater = class {
|
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
|
|
56
|
-
// bazel-out/
|
|
56
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/worker.mjs
|
|
57
57
|
import cluster2 from "cluster";
|
|
58
58
|
async function startWorker(logger, createCompileFn) {
|
|
59
59
|
if (cluster2.isMaster) {
|
|
@@ -89,7 +89,7 @@ async function startWorker(logger, createCompileFn) {
|
|
|
89
89
|
return new Promise(() => void 0);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
// bazel-out/
|
|
92
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.mjs
|
|
93
93
|
(async () => {
|
|
94
94
|
process.title = "ngcc (worker)";
|
|
95
95
|
try {
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-SJL5HBUW.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-4SINIALN.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-RC2GY3FU.js";
|
|
15
15
|
import "../../../../chunk-XYNRD7NE.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
18
18
|
var fs = new NodeJSFileSystem();
|
|
19
19
|
var logLevel = parseInt(process.argv.pop(), 10);
|
|
20
20
|
var logger = new ConsoleLogger(logLevel);
|
package/bundles/private/bazel.js
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-4SINIALN.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-Z57D3OKU.js";
|
|
14
14
|
import {
|
|
15
15
|
LogicalFileSystem,
|
|
16
16
|
LogicalProjectPath,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolve,
|
|
32
32
|
setFileSystem,
|
|
33
33
|
toRelativeImport
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-RC2GY3FU.js";
|
|
35
35
|
import "../chunk-XYNRD7NE.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-KIQI22GZ.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-VZ2Q36OK.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-JSLY52ZU.js";
|
|
19
|
+
import "../chunk-MEB4YHNS.js";
|
|
20
|
+
import "../chunk-RC2GY3FU.js";
|
|
21
|
+
import "../chunk-CTEVZGOM.js";
|
|
22
22
|
import "../chunk-XYNRD7NE.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-YGJACQGV.js";
|
|
11
|
+
import "../chunk-VZ2Q36OK.js";
|
|
12
|
+
import "../chunk-MEB4YHNS.js";
|
|
13
13
|
import "../chunk-XYNRD7NE.js";
|
|
14
14
|
export {
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -7,25 +7,25 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-D55CQOCC.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-RMZB2XBA.js";
|
|
14
|
+
import "../../chunk-KIQI22GZ.js";
|
|
15
|
+
import "../../chunk-VZ2Q36OK.js";
|
|
16
|
+
import "../../chunk-JSLY52ZU.js";
|
|
17
|
+
import "../../chunk-MEB4YHNS.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
21
|
+
} from "../../chunk-RC2GY3FU.js";
|
|
22
|
+
import "../../chunk-CTEVZGOM.js";
|
|
23
23
|
import "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
26
26
|
import "reflect-metadata";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
29
29
|
import yargs from "yargs";
|
|
30
30
|
function mainXi18n(args2, consoleError = console.error) {
|
|
31
31
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -48,7 +48,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
48
48
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
// bazel-out/
|
|
51
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
52
52
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
53
53
|
var args = process.argv.slice(2);
|
|
54
54
|
setFileSystem(new NodeJSFileSystem());
|