mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
Update ESIDs of Temporal.*.prototype properties
These ESIDs were updated to use dots instead of dashes, to be more consistent with the ESIDs of other properties.
This commit is contained in:
parent
3f10507650
commit
7708262a21
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-duration-prototype
|
||||
esid: sec-temporal.duration.prototype
|
||||
description: The "prototype" property of Temporal.Duration
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-instant-prototype
|
||||
esid: sec-temporal.instant.prototype
|
||||
description: The "prototype" property of Temporal.Instant
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-plaindate-prototype
|
||||
esid: sec-temporal.plaindate.prototype
|
||||
description: The "prototype" property of Temporal.PlainDate
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-plaindatetime-prototype
|
||||
esid: sec-temporal.plaindatetime.prototype
|
||||
description: The "prototype" property of Temporal.PlainDateTime
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-plainmonthday-prototype
|
||||
esid: sec-temporal.plainmonthday.prototype
|
||||
description: The "prototype" property of Temporal.PlainMonthDay
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-plaintime-prototype
|
||||
esid: sec-temporal.plaintime.prototype
|
||||
description: The "prototype" property of Temporal.PlainTime
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-plainyearmonth-prototype
|
||||
esid: sec-temporal.plainyearmonth.prototype
|
||||
description: The "prototype" property of Temporal.PlainYearMonth
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal-zoneddatetime-prototype
|
||||
esid: sec-temporal.zoneddatetime.prototype
|
||||
description: The "prototype" property of Temporal.ZonedDateTime
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
|
Loading…
x
Reference in New Issue
Block a user