@angular/compiler-cli 17.0.0-rc.3 → 17.0.1
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-N7FTHCOD.js → chunk-3L3QP7PC.js} +2 -2
- package/bundles/{chunk-2I2I3FLR.js → chunk-HKIDKKUJ.js} +11 -6
- package/bundles/{chunk-2I2I3FLR.js.map → chunk-HKIDKKUJ.js.map} +1 -1
- package/bundles/{chunk-SKLJR6LO.js → chunk-VBLBTWOL.js} +5 -4
- package/bundles/{chunk-SKLJR6LO.js.map → chunk-VBLBTWOL.js.map} +1 -1
- package/bundles/chunk-Z4QM3XT4.js +1 -1
- package/bundles/index.js +3 -3
- package/bundles/private/migrations.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +3 -3
- package/bundles/src/bin/ngc.js +3 -3
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -0
- package/src/ngtsc/core/src/compiler.d.ts +1 -0
- /package/bundles/{chunk-N7FTHCOD.js.map → chunk-3L3QP7PC.js.map} +0 -0
|
@@ -267,7 +267,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
267
267
|
|
|
268
268
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
269
269
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
270
|
-
var PLACEHOLDER_VERSION = "17.0.
|
|
270
|
+
var PLACEHOLDER_VERSION = "17.0.1";
|
|
271
271
|
function wrapReference(wrapped) {
|
|
272
272
|
return { value: wrapped, type: wrapped };
|
|
273
273
|
}
|
package/bundles/index.js
CHANGED
|
@@ -33,10 +33,10 @@ import {
|
|
|
33
33
|
performCompilation,
|
|
34
34
|
readConfiguration,
|
|
35
35
|
untagAllTsFiles
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-VBLBTWOL.js";
|
|
37
37
|
import {
|
|
38
38
|
OptimizeFor
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-HKIDKKUJ.js";
|
|
40
40
|
import "./chunk-JZC4T2RR.js";
|
|
41
41
|
import "./chunk-ELZXPNCU.js";
|
|
42
42
|
import "./chunk-OTTOC3WQ.js";
|
|
@@ -73,7 +73,7 @@ import "./chunk-XI2RTGAL.js";
|
|
|
73
73
|
|
|
74
74
|
// bazel-out/k8-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.1");
|
|
77
77
|
|
|
78
78
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
79
79
|
var NgTscPlugin = class {
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-3L3QP7PC.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-VBLBTWOL.js";
|
|
13
|
+
import "../../chunk-HKIDKKUJ.js";
|
|
14
14
|
import "../../chunk-JZC4T2RR.js";
|
|
15
15
|
import "../../chunk-ELZXPNCU.js";
|
|
16
16
|
import "../../chunk-OTTOC3WQ.js";
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-3L3QP7PC.js";
|
|
9
|
+
import "../../chunk-VBLBTWOL.js";
|
|
10
|
+
import "../../chunk-HKIDKKUJ.js";
|
|
11
11
|
import "../../chunk-JZC4T2RR.js";
|
|
12
12
|
import "../../chunk-ELZXPNCU.js";
|
|
13
13
|
import "../../chunk-OTTOC3WQ.js";
|