Stage 3
Implementation Progress
Backpointers
- tc39/ecma402#33
- http://cldr.unicode.org/translation/lists
- http://unicode.org/reports/tr35/tr35-general.html#ListPatterns
- Zibi Braniecki (@zbraniecki)
- Jamund Ferguson (@xjamundx)
- Daniel Ehrenberg (@littledan)
This proposal is based on the LDML spec, List Patterns:
let o = new Intl.ListFormat("en", {
style: "regular" // default style
});
console.log(o.format(['foo', 'bar', 'baz']); // "foo, bar, and baz"
npm install
npm run build
open index.html