Skip to content

Commit 7708262

Browse files
ptomatoMs2ger
authored andcommitted
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.
1 parent 3f10507 commit 7708262

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

test/built-ins/Temporal/Duration/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-duration-prototype
5+
esid: sec-temporal.duration.prototype
66
description: The "prototype" property of Temporal.Duration
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/Instant/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-instant-prototype
5+
esid: sec-temporal.instant.prototype
66
description: The "prototype" property of Temporal.Instant
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/PlainDate/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-plaindate-prototype
5+
esid: sec-temporal.plaindate.prototype
66
description: The "prototype" property of Temporal.PlainDate
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-plaindatetime-prototype
5+
esid: sec-temporal.plaindatetime.prototype
66
description: The "prototype" property of Temporal.PlainDateTime
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-plainmonthday-prototype
5+
esid: sec-temporal.plainmonthday.prototype
66
description: The "prototype" property of Temporal.PlainMonthDay
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/PlainTime/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-plaintime-prototype
5+
esid: sec-temporal.plaintime.prototype
66
description: The "prototype" property of Temporal.PlainTime
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-plainyearmonth-prototype
5+
esid: sec-temporal.plainyearmonth.prototype
66
description: The "prototype" property of Temporal.PlainYearMonth
77
includes: [propertyHelper.js]
88
features: [Temporal]

test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
esid: sec-temporal-zoneddatetime-prototype
5+
esid: sec-temporal.zoneddatetime.prototype
66
description: The "prototype" property of Temporal.ZonedDateTime
77
includes: [propertyHelper.js]
88
features: [Temporal]

0 commit comments

Comments
 (0)