-
-
Notifications
You must be signed in to change notification settings - Fork 445
Open
Labels
builtinsPRs and Issues related to builtins/intrinsicsPRs and Issues related to builtins/intrinsics
Description
This issue is a tracking issue for the current state Temporal.PlainMonthDay implementation in Boa and the current work towards #1804.
Builtin property / method | Boa Impl | temporal_rs Impl | 100% Conformance |
---|---|---|---|
10.2.1 Temporal.PlainMonthDay.prototype | ❌ | ❌ | ❌ |
10.2.2 Temporal.PlainMonthDay.from ( item [ , options ] ) | ❌ | ❌ | ❌ |
10.3.1 Temporal.PlainMonthDay.prototype.constructor | ❌ | ❌ | ❌ |
10.3.2 Temporal.PlainMonthDay.prototype[ %Symbol.toStringTag% ] | ❌ | ❌ | ❌ |
10.3.3 get Temporal.PlainMonthDay.prototype.calendarId | ❌ | ❌ | ❌ |
10.3.4 get Temporal.PlainMonthDay.prototype.monthCode | ❌ | ❌ | ❌ |
10.3.5 get Temporal.PlainMonthDay.prototype.day | ❌ | ❌ | ❌ |
10.3.6 Temporal.PlainMonthDay.prototype.with ( temporalMonthDayLike [ , options ] ) | ❌ | ❌ | ❌ |
10.3.7 Temporal.PlainMonthDay.prototype.equals ( other ) | ❌ | ❌ | ❌ |
10.3.8 Temporal.PlainMonthDay.prototype.toString ( [ options ] ) | ❌ | ❌ | ❌ |
10.3.9 Temporal.PlainMonthDay.prototype.toLocaleString ( [ locales [ , options ] ] ) | ❌ | ❌ | ❌ |
10.3.10 Temporal.PlainMonthDay.prototype.toJSON ( ) | ❌ | ❌ | ❌ |
10.3.11 Temporal.PlainMonthDay.prototype.valueOf ( ) | ❌ | ❌ | ❌ |
10.3.12 Temporal.PlainMonthDay.prototype.toPlainDate ( item ) | ❌ | ❌ | ❌ |
The temporal_rs tracker can be found at boa-dev/temporal#14
Metadata
Metadata
Assignees
Labels
builtinsPRs and Issues related to builtins/intrinsicsPRs and Issues related to builtins/intrinsics