@angular/compiler-cli 17.0.3 → 17.0.5
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-EKZWOVDR.js → chunk-3GCK5JND.js} +106 -106
- package/bundles/{chunk-BV3ZUD7T.js → chunk-3IBJEGH3.js} +5 -5
- package/bundles/{chunk-HKIDKKUJ.js → chunk-3ZDTTLEA.js} +85 -79
- package/bundles/chunk-3ZDTTLEA.js.map +6 -0
- package/bundles/{chunk-WJ2RDNX4.js → chunk-BNWUZHCZ.js} +5 -5
- package/bundles/{chunk-OTTOC3WQ.js → chunk-CLTYCPJK.js} +27 -27
- package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-ELZXPNCU.js → chunk-QDHJ26RK.js} +9 -9
- package/bundles/{chunk-Z4QM3XT4.js → chunk-QFTMYSLL.js} +30 -30
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
- package/bundles/{chunk-MHTLEXGT.js → chunk-VNJI35KB.js} +4 -4
- 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/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-HKIDKKUJ.js.map +0 -6
- /package/bundles/{chunk-EKZWOVDR.js.map → chunk-3GCK5JND.js.map} +0 -0
- /package/bundles/{chunk-BV3ZUD7T.js.map → chunk-3IBJEGH3.js.map} +0 -0
- /package/bundles/{chunk-WJ2RDNX4.js.map → chunk-BNWUZHCZ.js.map} +0 -0
- /package/bundles/{chunk-OTTOC3WQ.js.map → chunk-CLTYCPJK.js.map} +0 -0
- /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-ELZXPNCU.js.map → chunk-QDHJ26RK.js.map} +0 -0
- /package/bundles/{chunk-Z4QM3XT4.js.map → chunk-QFTMYSLL.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
- /package/bundles/{chunk-MHTLEXGT.js.map → chunk-VNJI35KB.js.map} +0 -0
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
TypeScriptReflectionHost,
|
|
7
7
|
isAliasImportDeclaration,
|
|
8
8
|
loadIsReferencedAliasDeclarationPatch
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CLTYCPJK.js";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
12
12
|
import ts from "typescript";
|
|
13
13
|
function isAngularDecorator(decorator, isCore) {
|
|
14
14
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
@@ -311,7 +311,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
311
311
|
return ts.setOriginalNode(clone, node);
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
// bazel-out/
|
|
314
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
315
315
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
316
316
|
ngDevMode: false,
|
|
317
317
|
ngI18nClosureMode: false
|
|
@@ -344,4 +344,4 @@ export {
|
|
|
344
344
|
* Use of this source code is governed by an MIT-style license that can be
|
|
345
345
|
* found in the LICENSE file at https://angular.io/license
|
|
346
346
|
*/
|
|
347
|
-
//# sourceMappingURL=chunk-
|
|
347
|
+
//# sourceMappingURL=chunk-VNJI35KB.js.map
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VNJI35KB.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,21 +33,21 @@ import {
|
|
|
33
33
|
performCompilation,
|
|
34
34
|
readConfiguration,
|
|
35
35
|
untagAllTsFiles
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-3GCK5JND.js";
|
|
37
37
|
import {
|
|
38
38
|
OptimizeFor
|
|
39
|
-
} from "./chunk-
|
|
40
|
-
import "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
39
|
+
} from "./chunk-3ZDTTLEA.js";
|
|
40
|
+
import "./chunk-UHYH6BYB.js";
|
|
41
|
+
import "./chunk-QDHJ26RK.js";
|
|
42
|
+
import "./chunk-CLTYCPJK.js";
|
|
43
43
|
import {
|
|
44
44
|
ActivePerfRecorder,
|
|
45
45
|
PerfPhase
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-3IBJEGH3.js";
|
|
47
47
|
import {
|
|
48
48
|
ConsoleLogger,
|
|
49
49
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-SBDNBITT.js";
|
|
51
51
|
import {
|
|
52
52
|
LogicalFileSystem,
|
|
53
53
|
LogicalProjectPath,
|
|
@@ -68,14 +68,14 @@ import {
|
|
|
68
68
|
resolve,
|
|
69
69
|
setFileSystem,
|
|
70
70
|
toRelativeImport
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-CSOLWS7O.js";
|
|
72
72
|
import "./chunk-XI2RTGAL.js";
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
75
75
|
import { Version } from "@angular/compiler";
|
|
76
|
-
var VERSION = new Version("17.0.
|
|
76
|
+
var VERSION = new Version("17.0.5");
|
|
77
77
|
|
|
78
|
-
// bazel-out/
|
|
78
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
79
79
|
var NgTscPlugin = class {
|
|
80
80
|
get compiler() {
|
|
81
81
|
if (this._compiler === null) {
|
|
@@ -152,7 +152,7 @@ var NgTscPlugin = class {
|
|
|
152
152
|
}
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
// bazel-out/
|
|
155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
156
156
|
setFileSystem(new NodeJSFileSystem());
|
|
157
157
|
export {
|
|
158
158
|
ConsoleLogger,
|
|
@@ -8,23 +8,23 @@ import {
|
|
|
8
8
|
LinkerEnvironment,
|
|
9
9
|
assert,
|
|
10
10
|
isFatalLinkerError
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-QFTMYSLL.js";
|
|
12
|
+
import "../../chunk-QDHJ26RK.js";
|
|
13
|
+
import "../../chunk-CLTYCPJK.js";
|
|
14
14
|
import {
|
|
15
15
|
ConsoleLogger,
|
|
16
16
|
LogLevel
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-SBDNBITT.js";
|
|
18
|
+
import "../../chunk-GYHDNUIK.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-CSOLWS7O.js";
|
|
22
22
|
import "../../chunk-XI2RTGAL.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
25
25
|
import { types as t4 } from "@babel/core";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
28
28
|
import { types as t } from "@babel/core";
|
|
29
29
|
var BabelAstFactory = class {
|
|
30
30
|
constructor(sourceUrl) {
|
|
@@ -147,7 +147,7 @@ function isLExpression(expr) {
|
|
|
147
147
|
return t.isLVal(expr);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
// bazel-out/
|
|
150
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
151
151
|
import { types as t2 } from "@babel/core";
|
|
152
152
|
var BabelAstHost = class {
|
|
153
153
|
constructor() {
|
|
@@ -265,7 +265,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
265
265
|
return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
269
269
|
import { types as t3 } from "@babel/core";
|
|
270
270
|
var BabelDeclarationScope = class {
|
|
271
271
|
constructor(declarationScope) {
|
|
@@ -291,7 +291,7 @@ var BabelDeclarationScope = class {
|
|
|
291
291
|
}
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
// bazel-out/
|
|
294
|
+
// bazel-out/darwin_arm64-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_arm64-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_arm64-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
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-QFTMYSLL.js";
|
|
14
|
+
import "../chunk-QDHJ26RK.js";
|
|
15
|
+
import "../chunk-CLTYCPJK.js";
|
|
16
|
+
import "../chunk-GYHDNUIK.js";
|
|
17
|
+
import "../chunk-CSOLWS7O.js";
|
|
18
18
|
import "../chunk-XI2RTGAL.js";
|
|
19
19
|
export {
|
|
20
20
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
const require = __cjsCompatRequire(import.meta.url);
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
// bazel-out/
|
|
7
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
8
8
|
function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) {
|
|
9
9
|
let endIndex = 0;
|
|
10
10
|
let returnValue = "";
|
package/bundles/private/bazel.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-GYHDNUIK.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolve,
|
|
31
31
|
setFileSystem,
|
|
32
32
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-CSOLWS7O.js";
|
|
34
34
|
import "../chunk-XI2RTGAL.js";
|
|
35
35
|
export {
|
|
36
36
|
ConsoleLogger,
|
|
@@ -9,16 +9,16 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-3ZDTTLEA.js";
|
|
13
|
+
import "../chunk-UHYH6BYB.js";
|
|
14
|
+
import "../chunk-QDHJ26RK.js";
|
|
15
15
|
import {
|
|
16
16
|
Reference,
|
|
17
17
|
TypeScriptReflectionHost,
|
|
18
18
|
reflectObjectLiteral
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-CLTYCPJK.js";
|
|
20
|
+
import "../chunk-3IBJEGH3.js";
|
|
21
|
+
import "../chunk-CSOLWS7O.js";
|
|
22
22
|
import "../chunk-XI2RTGAL.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-VNJI35KB.js";
|
|
10
|
+
import "../chunk-UHYH6BYB.js";
|
|
11
|
+
import "../chunk-CLTYCPJK.js";
|
|
12
|
+
import "../chunk-CSOLWS7O.js";
|
|
13
13
|
import "../chunk-XI2RTGAL.js";
|
|
14
14
|
export {
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-BNWUZHCZ.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-3GCK5JND.js";
|
|
13
|
+
import "../../chunk-3ZDTTLEA.js";
|
|
14
|
+
import "../../chunk-UHYH6BYB.js";
|
|
15
|
+
import "../../chunk-QDHJ26RK.js";
|
|
16
|
+
import "../../chunk-CLTYCPJK.js";
|
|
17
|
+
import "../../chunk-3IBJEGH3.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-CSOLWS7O.js";
|
|
22
22
|
import "../../chunk-XI2RTGAL.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
28
28
|
import yargs from "yargs";
|
|
29
29
|
function mainXi18n(args2, consoleError = console.error) {
|
|
30
30
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -47,7 +47,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
47
47
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
51
51
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
52
52
|
var args = process.argv.slice(2);
|
|
53
53
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-BNWUZHCZ.js";
|
|
9
|
+
import "../../chunk-3GCK5JND.js";
|
|
10
|
+
import "../../chunk-3ZDTTLEA.js";
|
|
11
|
+
import "../../chunk-UHYH6BYB.js";
|
|
12
|
+
import "../../chunk-QDHJ26RK.js";
|
|
13
|
+
import "../../chunk-CLTYCPJK.js";
|
|
14
|
+
import "../../chunk-3IBJEGH3.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-CSOLWS7O.js";
|
|
19
19
|
import "../../chunk-XI2RTGAL.js";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
22
22
|
import "reflect-metadata";
|
|
23
23
|
async function runNgcComamnd() {
|
|
24
24
|
process.title = "Angular Compiler (ngc)";
|