Searched refs:formatRangeToParts (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | DateTimeFormatAndNumberFormatES2021.js | 6 new Intl.NumberFormat().formatRangeToParts 8 new Intl.DateTimeFormat().formatRangeToParts 14 new Intl.NumberFormat().formatRangeToParts; 16 new Intl.DateTimeFormat().formatRangeToParts;
|
D | DateTimeFormatAndNumberFormatES2021.errors.txt | 3 …eTimeFormatAndNumberFormatES2021.ts(5,25): error TS2551: Property 'formatRangeToParts' does not ex… 15 new Intl.NumberFormat().formatRangeToParts 17 !!! error TS2551: Property 'formatRangeToParts' does not exist on type 'NumberFormat'. Did you mean… 20 new Intl.DateTimeFormat().formatRangeToParts
|
D | DateTimeFormatAndNumberFormatES2021.types | 28 new Intl.NumberFormat().formatRangeToParts 29 >new Intl.NumberFormat().formatRangeToParts : any 34 >formatRangeToParts : any 44 new Intl.DateTimeFormat().formatRangeToParts 45 >new Intl.DateTimeFormat().formatRangeToParts : (startDate: number | bigint | Date, endDate: number… 50 >formatRangeToParts : (startDate: number | bigint | Date, endDate: number | bigint | Date) => Intl.…
|
D | DateTimeFormatAndNumberFormatES2021.symbols | 23 new Intl.NumberFormat().formatRangeToParts 35 new Intl.DateTimeFormat().formatRangeToParts 36 >new Intl.DateTimeFormat().formatRangeToParts : Symbol(Intl.DateTimeFormat.formatRangeToParts, Decl… 40 >formatRangeToParts : Symbol(Intl.DateTimeFormat.formatRangeToParts, Decl(lib.es2021.intl.d.ts, --,…
|
/third_party/typescript/tests/cases/compiler/ |
D | DateTimeFormatAndNumberFormatES2021.ts | 6 new Intl.NumberFormat().formatRangeToParts 8 new Intl.DateTimeFormat().formatRangeToParts
|
/third_party/typescript/lib/ |
D | lib.esnext.intl.d.ts | 28 formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[]; method
|
D | lib.es2021.intl.d.ts | 41 …formatRangeToParts(startDate: Date | number | bigint, endDate: Date | number | bigint): DateTimeRa… method
|
/third_party/typescript/src/lib/ |
D | esnext.intl.d.ts | 8 formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[]; method
|
D | es2021.intl.d.ts | 21 …formatRangeToParts(startDate: Date | number | bigint, endDate: Date | number | bigint): DateTimeRa… method
|