summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeTimothy Flynn
2021-12-08LibJS/Tests: Enable two more skipped tests which now passLinus Groh
2021-12-08LibJS: Implement Intl.DateTimeFormat.prototype.formatToPartsTimothy Flynn
2021-12-08LibJS: Implement (most of) Intl.DateTimeFormat.prototype.formatTimothy Flynn
2021-12-08LibJS: Do not override hour, minute, and second format field lengthsTimothy Flynn
2021-12-08LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigitsTimothy Flynn
2021-12-06LibJS: Add tests for calendar fields of DateTimeFormat's resolvedOptionsTimothy Flynn
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-11-30LibJS/Tests: Fix typo in a test descriptionLinus Groh
2021-11-30LibJS: Don't match async \n function as an async function declarationdavidot
2021-11-30LibJS: Replace the verify in private identifier with a syntax errordavidot
2021-11-30LibJS: Stop parsing an expression on comma after a yielddavidot
2021-11-30LibJS: Disallow member expression in binding pattern as parametersdavidot
2021-11-30LibJS: Disallow shorthand properties with reserved namesdavidot
2021-11-30LibJS: Allow defining class fields with "keyword" namesdavidot
2021-11-30LibJS: Disallow await keywords in static init blocksdavidot
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-11-30LibJS: Allow escaped 'async' as identifierdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-11-30LibJS: Disallow numerical separators in octal numbers and after '.'davidot
2021-11-30LibJS: Allow object properties called 'async'davidot
2021-11-30LibJS: Add messages to the toEval and toEvalTo testsdavidot
2021-11-29LibJS: Implement Temporal.Duration.prototype.subtractLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.addLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.roundLuke Wilde
2021-11-29LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptionsTimothy Flynn
2021-11-29LibJS: Implement Intl.DateTimeFormat.supportedLocalesOfTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-28LibJS: Implement parsing of TemporalDurationStringLinus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.since()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.until()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.add()Linus Groh
2021-11-27LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceededIdan Horowitz
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.since()Linus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.until()Linus Groh
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-21LibJS: Parse async generator 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