|
1 |
| -=== tests/cases/compiler/numberFormatCurrencySign.ts === |
| 1 | +=== tests/cases/conformance/es2020/numberFormatCurrencySign.ts === |
2 | 2 | const str = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'accounting' }).format(999999);
|
3 | 3 | >str : Symbol(str, Decl(numberFormatCurrencySign.ts, 0, 5))
|
4 |
| ->new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'accounting' }).format : Symbol(Intl.NumberFormat.format, Decl(lib.es5.d.ts, --, --)) |
5 |
| ->Intl.NumberFormat : Symbol(Intl.NumberFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) |
6 |
| ->Intl : Symbol(Intl, Decl(lib.es5.d.ts, --, --)) |
7 |
| ->NumberFormat : Symbol(Intl.NumberFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) |
| 4 | +>new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'accounting' }).format : Symbol(Intl.NumberFormat.format, Decl(lib.es5.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --)) |
| 5 | +>Intl.NumberFormat : Symbol(Intl.NumberFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --), Decl(lib.es2021.intl.d.ts, --, --)) |
| 6 | +>Intl : Symbol(Intl, Decl(lib.es5.d.ts, --, --), Decl(lib.es2017.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --), Decl(lib.es2020.intl.d.ts, --, --) ... and 2 more) |
| 7 | +>NumberFormat : Symbol(Intl.NumberFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --), Decl(lib.es2021.intl.d.ts, --, --)) |
8 | 8 | >style : Symbol(style, Decl(numberFormatCurrencySign.ts, 0, 44))
|
9 | 9 | >currency : Symbol(currency, Decl(numberFormatCurrencySign.ts, 0, 63))
|
10 | 10 | >currencySign : Symbol(currencySign, Decl(numberFormatCurrencySign.ts, 0, 80))
|
11 |
| ->format : Symbol(Intl.NumberFormat.format, Decl(lib.es5.d.ts, --, --)) |
| 11 | +>format : Symbol(Intl.NumberFormat.format, Decl(lib.es5.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --)) |
12 | 12 |
|
0 commit comments