Timothy Flynn
|
04b8b87c17
LibJS+LibUnicode: Support multiple identifiers within format pattern
|
3 年之前 |
Timothy Flynn
|
3b68370212
LibJS+LibUnicode: Rename the generated compact_identifier to identifier
|
3 年之前 |
Timothy Flynn
|
6d34a0b4e8
LibJS+LibUnicode: Rename method to select a NumberFormat plurality
|
3 年之前 |
Timothy Flynn
|
99c15741ba
LibJS: Conditionally ignore [[UseGrouping]] in compact notation
|
3 年之前 |
Timothy Flynn
|
14aca03161
LibJS: Remove FIXME comment from PartitionNotationSubPattern AO
|
3 年之前 |
Timothy Flynn
|
fdae323401
LibJS: Implement compact formatting for Intl.NumberFormat
|
3 年之前 |
Timothy Flynn
|
80b86d20dc
LibJS: Cache the number format used for compact notation
|
3 年之前 |
Timothy Flynn
|
1f546476d5
LibJS+LibUnicode: Fix computation of compact pattern exponents
|
3 年之前 |
Timothy Flynn
|
4d79ab6866
LibJS: Implement engineering and scientific number formatting
|
3 年之前 |
Timothy Flynn
|
15c5fbd9e9
LibJS: Implement number grouping for Intl.NumberFormat
|
3 年之前 |
Timothy Flynn
|
3450def494
LibJS: Implement Intl.NumberFormat.prototype.formatToParts
|
3 年之前 |
Timothy Flynn
|
c65dea64bd
LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern
|
3 年之前 |
Timothy Flynn
|
d872d030f1
LibJS: Avoid potential for dangling string views in partition patterns
|
3 年之前 |
Timothy Flynn
|
a701ed52fc
LibJS+LibUnicode: Fully implement currency number formatting
|
3 年之前 |
Timothy Flynn
|
89523f70cf
LibJS: Begin implementing Intl.NumberFormat.prototype.format
|
3 年之前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
768009e005
LibJS: Convert NumberFormat AOs to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
407cf04884
LibJS: Convert get_number_option() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
6d3de03549
LibJS: Convert default_number_option() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
b9c7a629f8
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
de9785b71b
LibJS: Convert Intl::get_option() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
3758e65293
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
|
3 年之前 |
Timothy Flynn
|
7769cd2cab
LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormat
|
3 年之前 |
Timothy Flynn
|
94a5a0437c
LibJS: Move Intl.NumberFormat's AOs to its object file
|
3 年之前 |
Timothy Flynn
|
07f12b108b
LibJS: Implement a nearly empty Intl.NumberFormat object
|
3 年之前 |