Skip to content

Commit df508a0

Browse files
committed
Remove attributes added in es2021 from es2020 - re: microsoft#42944
1 parent 2e2f755 commit df508a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/es2020.intl.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,19 +214,15 @@ declare namespace Intl {
214214
}
215215

216216
interface DateTimeFormatOptions {
217-
dateStyle?: "full" | "long" | "medium" | "short";
218-
timeStyle?: "full" | "long" | "medium" | "short";
219217
calendar?: string;
220218
dayPeriod?: "narrow" | "short" | "long";
221219
numberingSystem?: string;
222220
hourCycle?: "h11" | "h12" | "h23" | "h24";
223-
fractionalSecondDigits?: 0 | 1 | 2 | 3;
224221
}
225222

226223
interface DateTimeFormatOptions {
227224
dateStyle?: "full" | "long" | "medium" | "short";
228225
timeStyle?: "full" | "long" | "medium" | "short";
229-
dayPeriod?: "narrow" | "short" | "long";
230226
hourCycle?: "h11" | "h12" | "h23" | "h24";
231227
}
232228

0 commit comments

Comments
 (0)