Closed FrankYFTang closed 6 months ago
This bug is introduced in https://github.com/tc39/proposal-intl-duration-format/pull/180
There are no [[SecondsValue]] nor [[HoursValue]] defined in https://tc39.es/proposal-intl-duration-format/#sec-properties-of-intl-durationformat-instances
But in https://tc39.es/proposal-intl-duration-format/#sec-partitiondurationformatpattern 1.1.8 PartitionDurationFormatPattern ( durationFormat, duration )
step 9-j-i-2
2. Let hoursValue be durationFormat.[[HoursValue]].
and step 9-j-i-3-b
b. Let secondsValue be durationFormat.[[SecondsValue]].
this is not implementable.
@ben-allen @ryzokuken
@sffc
Marking as closed, since this issue is fixed by #188
This bug is introduced in https://github.com/tc39/proposal-intl-duration-format/pull/180
There are no [[SecondsValue]] nor [[HoursValue]] defined in https://tc39.es/proposal-intl-duration-format/#sec-properties-of-intl-durationformat-instances
But in https://tc39.es/proposal-intl-duration-format/#sec-partitiondurationformatpattern 1.1.8 PartitionDurationFormatPattern ( durationFormat, duration )
step 9-j-i-2
and step 9-j-i-3-b
this is not implementable.