ladybird/Libraries/LibJS/Tests/builtins/Temporal/Instant
Timothy Flynn 019c529c07 Meta: Increase the line length enforced by prettier to 120
This matches our coding style recommendation in CodingStyle.md, and
matches our python formatting.
2025-10-31 19:55:50 -04:00
..
Instant.compare.js LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00
Instant.from.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.fromEpochMilliseconds.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.fromEpochNanoseconds.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.js LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00
Instant.prototype.add.js LibJS: Implement Temporal.Instant.prototype.add/subtract/equals 2024-11-25 13:32:58 +01:00
Instant.prototype.epochMilliseconds.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.prototype.epochNanoseconds.js LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00
Instant.prototype.equals.js LibJS: Implement Temporal.Instant.prototype.add/subtract/equals 2024-11-25 13:32:58 +01:00
Instant.prototype.round.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.prototype.since.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.prototype.subtract.js LibJS: Implement Temporal.Instant.prototype.add/subtract/equals 2024-11-25 13:32:58 +01:00
Instant.prototype.toJSON.js LibJS: Implement stringification Temporal.Instant prototypes 2024-11-25 13:32:58 +01:00
Instant.prototype.toLocaleString.js LibJS: Implement the ECMA-402 Instant.prototype.toLocaleString.js 2024-11-29 09:52:12 +01:00
Instant.prototype.toString.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.prototype.toZonedDateTimeISO.js LibJS: Implement Temporal.*.prototype.toZonedDateTimeISO and friends 2024-11-26 11:00:56 +01:00
Instant.prototype.until.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Instant.prototype.valueOf.js LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00