@angular/compiler-cli 18.0.5 → 18.0.7
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-OUDM6EZV.js → chunk-3FYEXOWS.js} +3 -2
- package/bundles/{chunk-OUDM6EZV.js.map → chunk-3FYEXOWS.js.map} +1 -1
- package/bundles/{chunk-TYQ32SPM.js → chunk-I4RVQ5MC.js} +19 -11
- package/bundles/chunk-I4RVQ5MC.js.map +6 -0
- package/bundles/{chunk-RF5NDAMK.js → chunk-IS2LPBWO.js} +2 -2
- package/bundles/chunk-QCOFEAR4.js +1 -1
- package/bundles/index.js +3 -3
- package/bundles/private/tooling.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +2 -2
- package/bundles/src/bin/ngc.js +2 -2
- 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-TYQ32SPM.js.map +0 -6
- /package/bundles/{chunk-RF5NDAMK.js.map → chunk-IS2LPBWO.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-I4RVQ5MC.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-IS2LPBWO.js.map
|
|
@@ -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.0.7";
|
|
303
303
|
function wrapReference(wrapped) {
|
|
304
304
|
return { value: wrapped, type: wrapped };
|
|
305
305
|
}
|
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-3FYEXOWS.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_ERROR_CODE,
|
|
15
15
|
DecoratorType,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
performCompilation,
|
|
39
39
|
readConfiguration,
|
|
40
40
|
untagAllTsFiles
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-I4RVQ5MC.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor
|
|
44
44
|
} from "./chunk-SFKDQKE5.js";
|
|
@@ -79,7 +79,7 @@ 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.0.7");
|
|
83
83
|
|
|
84
84
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
85
85
|
var NgTscPlugin = class {
|
|
@@ -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-3FYEXOWS.js";
|
|
10
10
|
import "../chunk-Y7DKRD2S.js";
|
|
11
11
|
import "../chunk-FNQUZMW7.js";
|
|
12
12
|
import "../chunk-AQFTVE7F.js";
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-IS2LPBWO.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-I4RVQ5MC.js";
|
|
13
13
|
import "../../chunk-SFKDQKE5.js";
|
|
14
14
|
import "../../chunk-Y7DKRD2S.js";
|
|
15
15
|
import "../../chunk-FNQUZMW7.js";
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-IS2LPBWO.js";
|
|
9
|
+
import "../../chunk-I4RVQ5MC.js";
|
|
10
10
|
import "../../chunk-SFKDQKE5.js";
|
|
11
11
|
import "../../chunk-Y7DKRD2S.js";
|
|
12
12
|
import "../../chunk-FNQUZMW7.js";
|