@typescript-deploys/pr-build 6.0.0-pr-62381-3 → 6.0.0-pr-55267-272

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 CHANGED
@@ -18,7 +18,7 @@ and limitations under the License.
18
18
 
19
19
  // src/compiler/corePublic.ts
20
20
  var versionMajorMinor = "6.0";
21
- var version = `${versionMajorMinor}.0-insiders.20250903`;
21
+ var version = `${versionMajorMinor}.0-insiders.20250904`;
22
22
 
23
23
  // src/compiler/core.ts
24
24
  var emptyArray = [];
@@ -63752,9 +63752,6 @@ function createTypeChecker(host) {
63752
63752
  const { expression } = node;
63753
63753
  return !!expression && isContextSensitive(expression);
63754
63754
  }
63755
- case 215 /* NewExpression */:
63756
- case 214 /* CallExpression */:
63757
- return some(node.arguments, isContextSensitive);
63758
63755
  }
63759
63756
  return false;
63760
63757
  }
@@ -76904,7 +76901,7 @@ function createTypeChecker(host) {
76904
76901
  }
76905
76902
  return resolveErrorCall(node);
76906
76903
  }
76907
- if (!node.typeArguments && (checkMode & 8 /* SkipGenericFunctions */ && callSignatures.some(isGenericFunctionReturningFunction) || (checkMode & (1 /* Contextual */ | 4 /* SkipContextSensitive */)) === (1 /* Contextual */ | 4 /* SkipContextSensitive */) && isContextSensitive(node))) {
76904
+ if (checkMode & 8 /* SkipGenericFunctions */ && !node.typeArguments && callSignatures.some(isGenericFunctionReturningFunction)) {
76908
76905
  skippedGenericFunction(node, checkMode);
76909
76906
  return resolvingSignature;
76910
76907
  }
@@ -76935,10 +76932,6 @@ function createTypeChecker(host) {
76935
76932
  }
76936
76933
  return resolveUntypedCall(node);
76937
76934
  }
76938
- if (!node.typeArguments && (checkMode & (1 /* Contextual */ | 4 /* SkipContextSensitive */)) === (1 /* Contextual */ | 4 /* SkipContextSensitive */) && isContextSensitive(node)) {
76939
- skippedGenericFunction(node, checkMode);
76940
- return resolvingSignature;
76941
- }
76942
76935
  const constructSignatures = getSignaturesOfType(expressionType, 1 /* Construct */);
76943
76936
  if (constructSignatures.length) {
76944
76937
  if (!isConstructorAccessible(node, constructSignatures[0])) {
package/lib/typescript.js CHANGED
@@ -2286,7 +2286,7 @@ module.exports = __toCommonJS(typescript_exports);
2286
2286
 
2287
2287
  // src/compiler/corePublic.ts
2288
2288
  var versionMajorMinor = "6.0";
2289
- var version = `${versionMajorMinor}.0-insiders.20250903`;
2289
+ var version = `${versionMajorMinor}.0-insiders.20250904`;
2290
2290
  var Comparison = /* @__PURE__ */ ((Comparison3) => {
2291
2291
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2292
2292
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -68361,9 +68361,6 @@ function createTypeChecker(host) {
68361
68361
  const { expression } = node;
68362
68362
  return !!expression && isContextSensitive(expression);
68363
68363
  }
68364
- case 215 /* NewExpression */:
68365
- case 214 /* CallExpression */:
68366
- return some(node.arguments, isContextSensitive);
68367
68364
  }
68368
68365
  return false;
68369
68366
  }
@@ -81513,7 +81510,7 @@ function createTypeChecker(host) {
81513
81510
  }
81514
81511
  return resolveErrorCall(node);
81515
81512
  }
81516
- if (!node.typeArguments && (checkMode & 8 /* SkipGenericFunctions */ && callSignatures.some(isGenericFunctionReturningFunction) || (checkMode & (1 /* Contextual */ | 4 /* SkipContextSensitive */)) === (1 /* Contextual */ | 4 /* SkipContextSensitive */) && isContextSensitive(node))) {
81513
+ if (checkMode & 8 /* SkipGenericFunctions */ && !node.typeArguments && callSignatures.some(isGenericFunctionReturningFunction)) {
81517
81514
  skippedGenericFunction(node, checkMode);
81518
81515
  return resolvingSignature;
81519
81516
  }
@@ -81544,10 +81541,6 @@ function createTypeChecker(host) {
81544
81541
  }
81545
81542
  return resolveUntypedCall(node);
81546
81543
  }
81547
- if (!node.typeArguments && (checkMode & (1 /* Contextual */ | 4 /* SkipContextSensitive */)) === (1 /* Contextual */ | 4 /* SkipContextSensitive */) && isContextSensitive(node)) {
81548
- skippedGenericFunction(node, checkMode);
81549
- return resolvingSignature;
81550
- }
81551
81544
  const constructSignatures = getSignaturesOfType(expressionType, 1 /* Construct */);
81552
81545
  if (constructSignatures.length) {
81553
81546
  if (!isConstructorAccessible(node, constructSignatures[0])) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typescript-deploys/pr-build",
3
3
  "author": "Microsoft Corp.",
4
4
  "homepage": "https://www.typescriptlang.org/",
5
- "version": "6.0.0-pr-62381-3",
5
+ "version": "6.0.0-pr-55267-272",
6
6
  "license": "Apache-2.0",
7
7
  "description": "TypeScript is a language for application scale JavaScript development",
8
8
  "keywords": [