@typescript/typescript-darwin-x64 7.1.0-dev.20260813.1 → 7.1.0-dev.20260815.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.
@@ -47,7 +47,6 @@ declare namespace Intl {
47
47
 
48
48
  interface PluralRulesConstructor {
49
49
  new (locales?: string | readonly string[], options?: PluralRulesOptions): PluralRules;
50
- (locales?: string | readonly string[], options?: PluralRulesOptions): PluralRules;
51
50
  supportedLocalesOf(locales: string | readonly string[], options?: { localeMatcher?: "lookup" | "best fit"; }): string[];
52
51
  }
53
52
 
@@ -465,7 +465,6 @@ declare namespace Intl {
465
465
 
466
466
  interface PluralRulesConstructor {
467
467
  new (locales?: LocalesArgument, options?: PluralRulesOptions): PluralRules;
468
- (locales?: LocalesArgument, options?: PluralRulesOptions): PluralRules;
469
468
 
470
469
  supportedLocalesOf(locales: LocalesArgument, options?: { localeMatcher?: "lookup" | "best fit"; }): string[];
471
470
  }
package/lib/tsc CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript/typescript-darwin-x64",
3
- "version": "7.1.0-dev.20260813.1",
3
+ "version": "7.1.0-dev.20260815.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Microsoft Corp.",
6
6
  "homepage": "https://www.typescriptlang.org/",
@@ -31,7 +31,7 @@
31
31
  "exports": {
32
32
  "./package.json": "./package.json"
33
33
  },
34
- "gitHead": "34ffe2a2531a226da0046d213899ae0b721229b0",
34
+ "gitHead": "1bcfa18d79a3be41772223d5c05dfe4480e614ff",
35
35
  "publishConfig": {
36
36
  "access": "public",
37
37
  "tag": "next"