Skip to content

Commit

Permalink
Remove attributes added in es2021 from es2020 - re: microsoft#42944
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 30, 2021
1 parent 2e2f755 commit df508a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/es2020.intl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,15 @@ declare namespace Intl {
}

interface DateTimeFormatOptions {
dateStyle?: "full" | "long" | "medium" | "short";
timeStyle?: "full" | "long" | "medium" | "short";
calendar?: string;
dayPeriod?: "narrow" | "short" | "long";
numberingSystem?: string;
hourCycle?: "h11" | "h12" | "h23" | "h24";
fractionalSecondDigits?: 0 | 1 | 2 | 3;
}

interface DateTimeFormatOptions {
dateStyle?: "full" | "long" | "medium" | "short";
timeStyle?: "full" | "long" | "medium" | "short";
dayPeriod?: "narrow" | "short" | "long";
hourCycle?: "h11" | "h12" | "h23" | "h24";
}

Expand Down

0 comments on commit df508a0

Please sign in to comment.