@angular/compiler-cli 17.0.0-next.5 → 17.0.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-UHYH6BYB.js → chunk-3O3O4L34.js} +1 -1
- package/bundles/{chunk-YWV5CDS7.js → chunk-6MV5LVGW.js} +134 -96
- package/bundles/chunk-6MV5LVGW.js.map +6 -0
- package/bundles/{chunk-TX6LIB73.js → chunk-7HFK25CM.js} +28 -27
- package/bundles/{chunk-TX6LIB73.js.map → chunk-7HFK25CM.js.map} +1 -1
- package/bundles/{chunk-RVITQ7TS.js → chunk-7YXJWQNF.js} +146 -107
- package/bundles/chunk-7YXJWQNF.js.map +6 -0
- package/bundles/{chunk-SBDNBITT.js → chunk-CF2CT7RQ.js} +3 -3
- package/bundles/{chunk-7QICZXP3.js → chunk-DQ4T2KWL.js} +8 -8
- package/bundles/{chunk-KV7WQARZ.js → chunk-HICXNP7M.js} +52 -33
- package/bundles/chunk-HICXNP7M.js.map +6 -0
- package/bundles/{chunk-GYHDNUIK.js → chunk-OULZQUKT.js} +7 -7
- package/bundles/{chunk-OADA63HC.js → chunk-T6QZTHEE.js} +5 -5
- package/bundles/{chunk-HJOPJLIM.js → chunk-URH5LEAG.js} +5 -5
- package/bundles/{chunk-CSOLWS7O.js → chunk-W653LDC7.js} +7 -7
- package/bundles/{chunk-7QTF7U4J.js → chunk-YPVFT2MR.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/partial_component_linker_1.d.ts +2 -0
- package/package.json +2 -2
- package/src/ngtsc/annotations/common/src/evaluation.d.ts +8 -0
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +14 -1
- package/src/ngtsc/imports/src/deferred_symbol_tracker.d.ts +1 -1
- package/src/ngtsc/typecheck/src/oob.d.ts +6 -1
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -0
- package/bundles/chunk-KV7WQARZ.js.map +0 -6
- package/bundles/chunk-RVITQ7TS.js.map +0 -6
- package/bundles/chunk-YWV5CDS7.js.map +0 -6
- /package/bundles/{chunk-UHYH6BYB.js.map → chunk-3O3O4L34.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-CF2CT7RQ.js.map} +0 -0
- /package/bundles/{chunk-7QICZXP3.js.map → chunk-DQ4T2KWL.js.map} +0 -0
- /package/bundles/{chunk-GYHDNUIK.js.map → chunk-OULZQUKT.js.map} +0 -0
- /package/bundles/{chunk-OADA63HC.js.map → chunk-T6QZTHEE.js.map} +0 -0
- /package/bundles/{chunk-HJOPJLIM.js.map → chunk-URH5LEAG.js.map} +0 -0
- /package/bundles/{chunk-CSOLWS7O.js.map → chunk-W653LDC7.js.map} +0 -0
- /package/bundles/{chunk-7QTF7U4J.js.map → chunk-YPVFT2MR.js.map} +0 -0
|
@@ -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-HICXNP7M.js";
|
|
12
|
+
import "../../chunk-DQ4T2KWL.js";
|
|
13
|
+
import "../../chunk-7HFK25CM.js";
|
|
14
14
|
import {
|
|
15
15
|
ConsoleLogger,
|
|
16
16
|
LogLevel
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-CF2CT7RQ.js";
|
|
18
|
+
import "../../chunk-OULZQUKT.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-W653LDC7.js";
|
|
22
22
|
import "../../chunk-XI2RTGAL.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin-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-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-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-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-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
|
@@ -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-HICXNP7M.js";
|
|
14
|
+
import "../chunk-DQ4T2KWL.js";
|
|
15
|
+
import "../chunk-7HFK25CM.js";
|
|
16
|
+
import "../chunk-OULZQUKT.js";
|
|
17
|
+
import "../chunk-W653LDC7.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-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-CF2CT7RQ.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-OULZQUKT.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-W653LDC7.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-6MV5LVGW.js";
|
|
13
|
+
import "../chunk-3O3O4L34.js";
|
|
14
|
+
import "../chunk-DQ4T2KWL.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-7HFK25CM.js";
|
|
20
|
+
import "../chunk-URH5LEAG.js";
|
|
21
|
+
import "../chunk-W653LDC7.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-YPVFT2MR.js";
|
|
10
|
+
import "../chunk-3O3O4L34.js";
|
|
11
|
+
import "../chunk-7HFK25CM.js";
|
|
12
|
+
import "../chunk-W653LDC7.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-T6QZTHEE.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-7YXJWQNF.js";
|
|
13
|
+
import "../../chunk-6MV5LVGW.js";
|
|
14
|
+
import "../../chunk-3O3O4L34.js";
|
|
15
|
+
import "../../chunk-DQ4T2KWL.js";
|
|
16
|
+
import "../../chunk-7HFK25CM.js";
|
|
17
|
+
import "../../chunk-URH5LEAG.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-W653LDC7.js";
|
|
22
22
|
import "../../chunk-XI2RTGAL.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin-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-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-T6QZTHEE.js";
|
|
9
|
+
import "../../chunk-7YXJWQNF.js";
|
|
10
|
+
import "../../chunk-6MV5LVGW.js";
|
|
11
|
+
import "../../chunk-3O3O4L34.js";
|
|
12
|
+
import "../../chunk-DQ4T2KWL.js";
|
|
13
|
+
import "../../chunk-7HFK25CM.js";
|
|
14
|
+
import "../../chunk-URH5LEAG.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-W653LDC7.js";
|
|
19
19
|
import "../../chunk-XI2RTGAL.js";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin-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)";
|