summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-11-24LibJS: Fix incorrectly formatted section commentsLinus Groh
2021-11-24LibJS: Re-implement SetNumberFormatDigitOptions AOTimothy Flynn
2021-11-24LibJS: Update spec comments in GetOption and DefaultNumberOption AOsTimothy Flynn
2021-11-24LibJS: Don't accept UTC designators in strings for plain Temporal typesLinus Groh
2021-11-24LibJS: Fix parse ErrorType used in parse_temporal_date_string()Linus Groh
2021-11-23LibJS: Update to_largest_temporal_unit() to allow undefined fallbackLinus Groh
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Don't set a prototype property on async functionsdavidot
2021-11-21LibJS: Parse async arrow functionsdavidot
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.until()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.until()Linus Groh
2021-11-20LibJS: Implement parsing of TemporalInstantStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalCalendarStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalRelativeToStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalZonedDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalYearMonthStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalMonthDayStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateStringLinus Groh
2021-11-20LibJS: Update parse_temporal_time_zone() to match the spec againLinus Groh
2021-11-20LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()Linus Groh
2021-11-20LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()Linus Groh
2021-11-20LibJS: Start fleshing out an ISO 8601 parser for TemporalLinus Groh
2021-11-19LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTimeLinus Groh
2021-11-19LibJS: Update spec comments in format_time_zone_offset_string()Linus Groh
2021-11-19LibJS: Allow string as parameter in Temporal's round() / total()Linus Groh
2021-11-17LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()Linus Groh
2021-11-17LibJS: Disallow Temporal.Duration input values to be non-integersLinus Groh
2021-11-17LibJS + js: Rethrow exception on the vm after bytecode interpreter rundavidot
2021-11-17LibJS: Remove fallback value for get_offset_nanoseconds_forLuke Wilde
2021-11-17LibJS/Tests: Fix failing Array.prototype.toLocaleString() testLinus Groh
2021-11-17LibJS: Implement ECMA-402 Array.prototype.toLocaleStringTimothy Flynn
2021-11-17LibJS: Implement ECMA-402 Number.prototype.toLocaleStringTimothy Flynn
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-16LibJS: Implement unit number formattingTimothy Flynn
2021-11-16LibJS+LibUnicode: Support multiple identifiers within format patternTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename the generated compact_identifier to identifierTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename method to select a NumberFormat pluralityTimothy Flynn
2021-11-16LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()Linus Groh
2021-11-16LibCrypto: Fix subtracting two negative `SignedBigInteger`sLinus Groh
2021-11-16LibJS: Use else-if's in Temporal.Duration.prototype.untilLuke Wilde
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.sinceLuke Wilde
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.untilLuke Wilde
2021-11-16LibJS: Conditionally ignore [[UseGrouping]] in compact notationTimothy Flynn
2021-11-16LibJS: Remove FIXME comment from PartitionNotationSubPattern AOTimothy Flynn
2021-11-16LibJS: Implement compact formatting for Intl.NumberFormatTimothy Flynn