|
| 1 | +//// [tests/cases/conformance/es2023/intlPluralRulesSelectRangeES2023.ts] //// |
| 2 | + |
| 3 | +=== intlPluralRulesSelectRangeES2023.ts === |
| 4 | +const pr = new Intl.PluralRules("en-US"); |
| 5 | +>pr : Symbol(pr, Decl(intlPluralRulesSelectRangeES2023.ts, 0, 5)) |
| 6 | +>Intl.PluralRules : Symbol(Intl.PluralRules, Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2023.intl.d.ts, --, --)) |
| 7 | +>Intl : Symbol(Intl, Decl(lib.es5.d.ts, --, --), Decl(lib.es2016.intl.d.ts, --, --), Decl(lib.es2017.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2019.intl.d.ts, --, --) ... and 5 more) |
| 8 | +>PluralRules : Symbol(Intl.PluralRules, Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2023.intl.d.ts, --, --)) |
| 9 | + |
| 10 | +const category = pr.selectRange(1, 2); |
| 11 | +>category : Symbol(category, Decl(intlPluralRulesSelectRangeES2023.ts, 1, 5)) |
| 12 | +>pr.selectRange : Symbol(Intl.PluralRules.selectRange, Decl(lib.es2023.intl.d.ts, --, --)) |
| 13 | +>pr : Symbol(pr, Decl(intlPluralRulesSelectRangeES2023.ts, 0, 5)) |
| 14 | +>selectRange : Symbol(Intl.PluralRules.selectRange, Decl(lib.es2023.intl.d.ts, --, --)) |
| 15 | + |
| 16 | +const exact: Intl.LDMLPluralRule = category; |
| 17 | +>exact : Symbol(exact, Decl(intlPluralRulesSelectRangeES2023.ts, 3, 5)) |
| 18 | +>Intl : Symbol(Intl, Decl(lib.es5.d.ts, --, --), Decl(lib.es2016.intl.d.ts, --, --), Decl(lib.es2017.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2019.intl.d.ts, --, --) ... and 5 more) |
| 19 | +>LDMLPluralRule : Symbol(Intl.LDMLPluralRule, Decl(lib.es2018.intl.d.ts, --, --)) |
| 20 | +>category : Symbol(category, Decl(intlPluralRulesSelectRangeES2023.ts, 1, 5)) |
| 21 | + |
0 commit comments