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:
Philip Chimento 2022-05-18 11:31:40 -07:00 committed by Ms2ger
parent 3f10507650
commit 7708262a21
8 changed files with 8 additions and 8 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]