@angular/compiler-cli 18.0.1 → 18.1.0-next.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-IFIN3A3P.js → chunk-5ZVL2ETT.js} +3 -3
- package/bundles/{chunk-ZLHOM56K.js → chunk-A2WCUOS3.js} +9 -6
- package/bundles/chunk-A2WCUOS3.js.map +6 -0
- package/bundles/{chunk-TPUY2KMQ.js → chunk-COIAXMXY.js} +24 -6
- package/bundles/chunk-COIAXMXY.js.map +6 -0
- package/bundles/{chunk-XNL3EK5H.js → chunk-EU3OILAK.js} +5 -2
- package/bundles/chunk-EU3OILAK.js.map +6 -0
- package/bundles/{chunk-CDSIZK6E.js → chunk-IJ3MFF2U.js} +7 -4
- package/bundles/{chunk-CDSIZK6E.js.map → chunk-IJ3MFF2U.js.map} +1 -1
- package/bundles/{chunk-LDI6GWO5.js → chunk-KZJWSJUK.js} +2 -2
- package/bundles/{chunk-27KMND5I.js → chunk-PRZ3KEOO.js} +3 -3
- package/bundles/index.js +6 -6
- package/bundles/linker/babel/index.js +3 -3
- package/bundles/linker/index.js +3 -3
- package/bundles/private/localize.js +1 -1
- package/bundles/private/migrations.js +3 -3
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +5 -5
- package/bundles/src/bin/ngc.js +5 -5
- package/bundles_metadata.json +1 -1
- package/linker/babel/src/ast/babel_ast_factory.d.ts +0 -1
- package/linker/babel/src/ast/babel_ast_host.d.ts +0 -1
- package/linker/babel/src/babel_declaration_scope.d.ts +0 -1
- package/linker/babel/src/babel_plugin.d.ts +0 -1
- package/linker/babel/src/es2015_linker_plugin.d.ts +0 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/core/src/host.d.ts +10 -10
- package/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.d.ts +11 -0
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +8 -8
- package/src/ngtsc/reflection/src/host.d.ts +3 -1
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +7 -7
- package/bundles/chunk-TPUY2KMQ.js.map +0 -6
- package/bundles/chunk-XNL3EK5H.js.map +0 -6
- package/bundles/chunk-ZLHOM56K.js.map +0 -6
- /package/bundles/{chunk-IFIN3A3P.js.map → chunk-5ZVL2ETT.js.map} +0 -0
- /package/bundles/{chunk-LDI6GWO5.js.map → chunk-KZJWSJUK.js.map} +0 -0
- /package/bundles/{chunk-27KMND5I.js.map → chunk-PRZ3KEOO.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-A2WCUOS3.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.io/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-KZJWSJUK.js.map
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-COIAXMXY.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
11
|
} from "./chunk-WR7TUJ7M.js";
|
|
@@ -299,7 +299,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
299
299
|
|
|
300
300
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
301
301
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
302
|
-
var PLACEHOLDER_VERSION = "18.0.
|
|
302
|
+
var PLACEHOLDER_VERSION = "18.1.0-next.0";
|
|
303
303
|
function wrapReference(wrapped) {
|
|
304
304
|
return { value: wrapped, type: wrapped };
|
|
305
305
|
}
|
|
@@ -1109,4 +1109,4 @@ export {
|
|
|
1109
1109
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1110
1110
|
* found in the LICENSE file at https://angular.io/license
|
|
1111
1111
|
*/
|
|
1112
|
-
//# sourceMappingURL=chunk-
|
|
1112
|
+
//# sourceMappingURL=chunk-PRZ3KEOO.js.map
|
package/bundles/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
constructorParametersDownlevelTransform,
|
|
10
10
|
getDownlevelDecoratorsTransform,
|
|
11
11
|
getInitializerApiJitTransform
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5ZVL2ETT.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_ERROR_CODE,
|
|
15
15
|
DecoratorType,
|
|
@@ -38,14 +38,14 @@ import {
|
|
|
38
38
|
performCompilation,
|
|
39
39
|
readConfiguration,
|
|
40
40
|
untagAllTsFiles
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-A2WCUOS3.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor
|
|
44
44
|
} from "./chunk-6AZ42I2O.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-IJ3MFF2U.js";
|
|
46
46
|
import {
|
|
47
47
|
isLocalCompilationDiagnostics
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-COIAXMXY.js";
|
|
49
49
|
import {
|
|
50
50
|
ActivePerfRecorder,
|
|
51
51
|
PerfPhase
|
|
@@ -74,12 +74,12 @@ import {
|
|
|
74
74
|
resolve,
|
|
75
75
|
setFileSystem,
|
|
76
76
|
toRelativeImport
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-EU3OILAK.js";
|
|
78
78
|
import "./chunk-XI2RTGAL.js";
|
|
79
79
|
|
|
80
80
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
81
81
|
import { Version } from "@angular/compiler";
|
|
82
|
-
var VERSION = new Version("18.0.
|
|
82
|
+
var VERSION = new Version("18.1.0-next.0");
|
|
83
83
|
|
|
84
84
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
85
85
|
var NgTscPlugin = class {
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
LinkerEnvironment,
|
|
9
9
|
assert,
|
|
10
10
|
isFatalLinkerError
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-PRZ3KEOO.js";
|
|
12
|
+
import "../../chunk-COIAXMXY.js";
|
|
13
13
|
import {
|
|
14
14
|
ConsoleLogger,
|
|
15
15
|
LogLevel
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
import "../../chunk-WR7TUJ7M.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-EU3OILAK.js";
|
|
21
21
|
import "../../chunk-XI2RTGAL.js";
|
|
22
22
|
|
|
23
23
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-PRZ3KEOO.js";
|
|
14
|
+
import "../chunk-COIAXMXY.js";
|
|
15
15
|
import "../chunk-WR7TUJ7M.js";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-EU3OILAK.js";
|
|
17
17
|
import "../chunk-XI2RTGAL.js";
|
|
18
18
|
export {
|
|
19
19
|
DEFAULT_LINKER_OPTIONS,
|
|
@@ -11,14 +11,14 @@ import {
|
|
|
11
11
|
PartialEvaluator,
|
|
12
12
|
StaticInterpreter,
|
|
13
13
|
forwardRefResolver
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-IJ3MFF2U.js";
|
|
15
15
|
import {
|
|
16
16
|
Reference,
|
|
17
17
|
TypeScriptReflectionHost,
|
|
18
18
|
reflectObjectLiteral
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-COIAXMXY.js";
|
|
20
20
|
import "../chunk-AQFTVE7F.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-EU3OILAK.js";
|
|
22
22
|
import "../chunk-XI2RTGAL.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|
|
@@ -6,11 +6,11 @@ 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-
|
|
9
|
+
} from "../chunk-5ZVL2ETT.js";
|
|
10
|
+
import "../chunk-IJ3MFF2U.js";
|
|
11
|
+
import "../chunk-COIAXMXY.js";
|
|
12
12
|
import "../chunk-AQFTVE7F.js";
|
|
13
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-EU3OILAK.js";
|
|
14
14
|
import "../chunk-XI2RTGAL.js";
|
|
15
15
|
export {
|
|
16
16
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-KZJWSJUK.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-A2WCUOS3.js";
|
|
13
13
|
import "../../chunk-6AZ42I2O.js";
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-IJ3MFF2U.js";
|
|
15
|
+
import "../../chunk-COIAXMXY.js";
|
|
16
16
|
import "../../chunk-AQFTVE7F.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-EU3OILAK.js";
|
|
21
21
|
import "../../chunk-XI2RTGAL.js";
|
|
22
22
|
|
|
23
23
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-KZJWSJUK.js";
|
|
9
|
+
import "../../chunk-A2WCUOS3.js";
|
|
10
10
|
import "../../chunk-6AZ42I2O.js";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-IJ3MFF2U.js";
|
|
12
|
+
import "../../chunk-COIAXMXY.js";
|
|
13
13
|
import "../../chunk-AQFTVE7F.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-EU3OILAK.js";
|
|
18
18
|
import "../../chunk-XI2RTGAL.js";
|
|
19
19
|
|
|
20
20
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|