mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: Upgrade to TypeScript 5.5.2 (#24326)
This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
This commit is contained in:
parent
496ea5903b
commit
3242e2718f
27 changed files with 191233 additions and 187186 deletions
9
cli/tsc/dts/lib.esnext.intl.d.ts
vendored
9
cli/tsc/dts/lib.esnext.intl.d.ts
vendored
|
@ -17,12 +17,5 @@ and limitations under the License.
|
|||
/// <reference no-default-lib="true"/>
|
||||
|
||||
declare namespace Intl {
|
||||
interface NumberRangeFormatPart extends NumberFormatPart {
|
||||
source: "startRange" | "endRange" | "shared";
|
||||
}
|
||||
|
||||
interface NumberFormat {
|
||||
formatRange(start: number | bigint, end: number | bigint): string;
|
||||
formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[];
|
||||
}
|
||||
// Empty
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue