Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 8126cb2545 LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper il y a 3 ans
  Timothy Flynn cc5e9f0579 LibJS+LibUnicode: Move replacement of number system digits to LibUnicode il y a 3 ans
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes il y a 3 ans
  Timothy Flynn f16f3c4677 LibJS: Update ToRawPrecision / ToRawFixed AO spec comments il y a 3 ans
  Timothy Flynn a3149c11e5 LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormat il y a 3 ans
  Timothy Flynn 9ce4ff4265 LibJS: Avoid crashing when the Unicode data generators are disabled il y a 3 ans
  Timothy Flynn 2a7f36b392 LibJS+LibUnicode: Generate unique numeric symbol lists il y a 3 ans
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays il y a 3 ans
  Timothy Flynn 914675e826 LibJS+LibUnicode: Separate number formatting methods from Locale.h il y a 3 ans
  Timothy Flynn 251f692440 LibJS: Re-implement SetNumberFormatDigitOptions AO il y a 3 ans
  Timothy Flynn a1d5849e67 LibJS: Implement unit number formatting il y a 3 ans
  Timothy Flynn 04b8b87c17 LibJS+LibUnicode: Support multiple identifiers within format pattern il y a 3 ans
  Timothy Flynn 3b68370212 LibJS+LibUnicode: Rename the generated compact_identifier to identifier il y a 3 ans
  Timothy Flynn 6d34a0b4e8 LibJS+LibUnicode: Rename method to select a NumberFormat plurality il y a 3 ans
  Timothy Flynn 99c15741ba LibJS: Conditionally ignore [[UseGrouping]] in compact notation il y a 3 ans
  Timothy Flynn 14aca03161 LibJS: Remove FIXME comment from PartitionNotationSubPattern AO il y a 3 ans
  Timothy Flynn fdae323401 LibJS: Implement compact formatting for Intl.NumberFormat il y a 3 ans
  Timothy Flynn 80b86d20dc LibJS: Cache the number format used for compact notation il y a 3 ans
  Timothy Flynn 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents il y a 3 ans
  Timothy Flynn 4d79ab6866 LibJS: Implement engineering and scientific number formatting il y a 3 ans
  Timothy Flynn 15c5fbd9e9 LibJS: Implement number grouping for Intl.NumberFormat il y a 3 ans
  Timothy Flynn 3450def494 LibJS: Implement Intl.NumberFormat.prototype.formatToParts il y a 3 ans
  Timothy Flynn c65dea64bd LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern il y a 3 ans
  Timothy Flynn d872d030f1 LibJS: Avoid potential for dangling string views in partition patterns il y a 3 ans
  Timothy Flynn a701ed52fc LibJS+LibUnicode: Fully implement currency number formatting il y a 3 ans
  Timothy Flynn 89523f70cf LibJS: Begin implementing Intl.NumberFormat.prototype.format il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 768009e005 LibJS: Convert NumberFormat AOs to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 407cf04884 LibJS: Convert get_number_option() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 6d3de03549 LibJS: Convert default_number_option() to ThrowCompletionOr il y a 3 ans