typescript 5.8.0-dev.20241126 → 5.8.0-dev.20241128
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/lib/_tsc.js +5 -4
- package/lib/lib.es5.d.ts +1 -1
- package/lib/typescript.js +5 -4
- package/package.json +2 -2
package/lib/_tsc.js
CHANGED
@@ -18,7 +18,7 @@ and limitations under the License.
|
|
18
18
|
|
19
19
|
// src/compiler/corePublic.ts
|
20
20
|
var versionMajorMinor = "5.8";
|
21
|
-
var version = `${versionMajorMinor}.0-dev.
|
21
|
+
var version = `${versionMajorMinor}.0-dev.20241128`;
|
22
22
|
|
23
23
|
// src/compiler/core.ts
|
24
24
|
var emptyArray = [];
|
@@ -70677,7 +70677,7 @@ function createTypeChecker(host) {
|
|
70677
70677
|
jsxFactorySym = resolveName(
|
70678
70678
|
jsxFactoryLocation,
|
70679
70679
|
jsxFactoryNamespace,
|
70680
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
70680
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
70681
70681
|
jsxFactoryRefErr,
|
70682
70682
|
/*isUse*/
|
70683
70683
|
true
|
@@ -70696,7 +70696,7 @@ function createTypeChecker(host) {
|
|
70696
70696
|
resolveName(
|
70697
70697
|
jsxFactoryLocation,
|
70698
70698
|
localJsxNamespace,
|
70699
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
70699
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
70700
70700
|
jsxFactoryRefErr,
|
70701
70701
|
/*isUse*/
|
70702
70702
|
true
|
@@ -76239,7 +76239,7 @@ function createTypeChecker(host) {
|
|
76239
76239
|
const jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(
|
76240
76240
|
node,
|
76241
76241
|
jsxFragmentFactoryName,
|
76242
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
76242
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
76243
76243
|
/*nameNotFoundMessage*/
|
76244
76244
|
jsxFactoryRefErr,
|
76245
76245
|
/*isUse*/
|
@@ -78790,6 +78790,7 @@ function createTypeChecker(host) {
|
|
78790
78790
|
switch (node.kind) {
|
78791
78791
|
case 223 /* AwaitExpression */:
|
78792
78792
|
case 213 /* CallExpression */:
|
78793
|
+
case 215 /* TaggedTemplateExpression */:
|
78793
78794
|
case 212 /* ElementAccessExpression */:
|
78794
78795
|
case 236 /* MetaProperty */:
|
78795
78796
|
case 214 /* NewExpression */:
|
package/lib/lib.es5.d.ts
CHANGED
@@ -696,7 +696,7 @@ interface Math {
|
|
696
696
|
*/
|
697
697
|
atan(x: number): number;
|
698
698
|
/**
|
699
|
-
* Returns the angle (in radians)
|
699
|
+
* Returns the angle (in radians) between the X axis and the line going through both the origin and the given point.
|
700
700
|
* @param y A numeric expression representing the cartesian y-coordinate.
|
701
701
|
* @param x A numeric expression representing the cartesian x-coordinate.
|
702
702
|
*/
|
package/lib/typescript.js
CHANGED
@@ -2278,7 +2278,7 @@ module.exports = __toCommonJS(typescript_exports);
|
|
2278
2278
|
|
2279
2279
|
// src/compiler/corePublic.ts
|
2280
2280
|
var versionMajorMinor = "5.8";
|
2281
|
-
var version = `${versionMajorMinor}.0-dev.
|
2281
|
+
var version = `${versionMajorMinor}.0-dev.20241128`;
|
2282
2282
|
var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
2283
2283
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
2284
2284
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
@@ -75281,7 +75281,7 @@ function createTypeChecker(host) {
|
|
75281
75281
|
jsxFactorySym = resolveName(
|
75282
75282
|
jsxFactoryLocation,
|
75283
75283
|
jsxFactoryNamespace,
|
75284
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
75284
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
75285
75285
|
jsxFactoryRefErr,
|
75286
75286
|
/*isUse*/
|
75287
75287
|
true
|
@@ -75300,7 +75300,7 @@ function createTypeChecker(host) {
|
|
75300
75300
|
resolveName(
|
75301
75301
|
jsxFactoryLocation,
|
75302
75302
|
localJsxNamespace,
|
75303
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
75303
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
75304
75304
|
jsxFactoryRefErr,
|
75305
75305
|
/*isUse*/
|
75306
75306
|
true
|
@@ -80843,7 +80843,7 @@ function createTypeChecker(host) {
|
|
80843
80843
|
const jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(
|
80844
80844
|
node,
|
80845
80845
|
jsxFragmentFactoryName,
|
80846
|
-
compilerOptions.jsx === 1 /* Preserve */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
80846
|
+
compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */ ? 111551 /* Value */ & ~384 /* Enum */ : 111551 /* Value */,
|
80847
80847
|
/*nameNotFoundMessage*/
|
80848
80848
|
jsxFactoryRefErr,
|
80849
80849
|
/*isUse*/
|
@@ -83394,6 +83394,7 @@ function createTypeChecker(host) {
|
|
83394
83394
|
switch (node.kind) {
|
83395
83395
|
case 223 /* AwaitExpression */:
|
83396
83396
|
case 213 /* CallExpression */:
|
83397
|
+
case 215 /* TaggedTemplateExpression */:
|
83397
83398
|
case 212 /* ElementAccessExpression */:
|
83398
83399
|
case 236 /* MetaProperty */:
|
83399
83400
|
case 214 /* NewExpression */:
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "typescript",
|
3
3
|
"author": "Microsoft Corp.",
|
4
4
|
"homepage": "https://www.typescriptlang.org/",
|
5
|
-
"version": "5.8.0-dev.
|
5
|
+
"version": "5.8.0-dev.20241128",
|
6
6
|
"license": "Apache-2.0",
|
7
7
|
"description": "TypeScript is a language for application scale JavaScript development",
|
8
8
|
"keywords": [
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"node": "20.1.0",
|
117
117
|
"npm": "8.19.4"
|
118
118
|
},
|
119
|
-
"gitHead": "
|
119
|
+
"gitHead": "b263cc4b2ef12ae013526a3d8808b6716146586a"
|
120
120
|
}
|