From cd0d77dac59539547338039810d059d9f95d35da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:35:49 +0000 Subject: [PATCH] Bump @ddbeck/mdn-content-inventory from 0.2.20250120 to 0.2.20250121 (#25729) --- javascript/builtins/Date.json | 1 + javascript/builtins/Temporal.json | 1 + javascript/builtins/Temporal/Duration.json | 27 ++++++++++ javascript/builtins/Temporal/Instant.json | 19 +++++++ javascript/builtins/Temporal/Now.json | 7 +++ javascript/builtins/Temporal/PlainDate.json | 35 +++++++++++++ .../builtins/Temporal/PlainDateTime.json | 42 +++++++++++++++ .../builtins/Temporal/PlainMonthDay.json | 13 +++++ javascript/builtins/Temporal/PlainTime.json | 21 ++++++++ .../builtins/Temporal/PlainYearMonth.json | 25 +++++++++ .../builtins/Temporal/ZonedDateTime.json | 52 +++++++++++++++++++ package-lock.json | 9 ++-- 12 files changed, 248 insertions(+), 4 deletions(-) diff --git a/javascript/builtins/Date.json b/javascript/builtins/Date.json index 7643d1741836d0..c57d5e408ca4c1 100644 --- a/javascript/builtins/Date.json +++ b/javascript/builtins/Date.json @@ -3026,6 +3026,7 @@ }, "toTemporalInstant": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/toTemporalInstant", "spec_url": "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal.json b/javascript/builtins/Temporal.json index 787b5c60ae239c..34d66fdacace60 100644 --- a/javascript/builtins/Temporal.json +++ b/javascript/builtins/Temporal.json @@ -4,6 +4,7 @@ "Temporal": { "__compat": { "description": "Temporal API", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-intro", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Duration.json b/javascript/builtins/Temporal/Duration.json index e7ce08807499c9..a3bfab6c21bde0 100644 --- a/javascript/builtins/Temporal/Duration.json +++ b/javascript/builtins/Temporal/Duration.json @@ -4,6 +4,7 @@ "Temporal": { "Duration": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "Duration": { "__compat": { "description": "`Duration()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/Duration", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "abs": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/abs", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "blank": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/blank", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "days": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/days", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.days", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "hours": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/hours", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.hours", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "microseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/microseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "milliseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/milliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.milliseconds", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "minutes": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/minutes", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.minutes", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "months": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/months", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.months", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "nanoseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/nanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "negated": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/negated", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "round": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "seconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/seconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.seconds", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "sign": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/sign", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1096,6 +1117,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "tags": [ "web-features:temporal" @@ -1148,6 +1170,7 @@ }, "total": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/total", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "tags": [ "web-features:temporal" @@ -1200,6 +1223,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "tags": [ "web-features:temporal" @@ -1252,6 +1276,7 @@ }, "weeks": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/weeks", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.weeks", "tags": [ "web-features:temporal" @@ -1304,6 +1329,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "tags": [ "web-features:temporal" @@ -1356,6 +1382,7 @@ }, "years": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/years", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.years", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Instant.json b/javascript/builtins/Temporal/Instant.json index 1224eaac69e2b8..6557bddc543f1f 100644 --- a/javascript/builtins/Temporal/Instant.json +++ b/javascript/builtins/Temporal/Instant.json @@ -4,6 +4,7 @@ "Temporal": { "Instant": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "Instant": { "__compat": { "description": "`Instant()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/Instant", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "epochMilliseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochMilliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "epochNanoseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "fromEpochMilliseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochMilliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "fromEpochNanoseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "round": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/round", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "toZonedDateTimeISO": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toZonedDateTimeISO", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Now.json b/javascript/builtins/Temporal/Now.json index f0baa0eb97ac46..37be69a75dc39d 100644 --- a/javascript/builtins/Temporal/Now.json +++ b/javascript/builtins/Temporal/Now.json @@ -4,6 +4,7 @@ "Temporal": { "Now": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-now-object", "tags": [ "web-features:temporal" @@ -55,6 +56,7 @@ }, "instant": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/instant", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", "tags": [ "web-features:temporal" @@ -107,6 +109,7 @@ }, "plainDateISO": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateISO", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", "tags": [ "web-features:temporal" @@ -159,6 +162,7 @@ }, "plainDateTimeISO": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateTimeISO", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", "tags": [ "web-features:temporal" @@ -211,6 +215,7 @@ }, "plainTimeISO": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainTimeISO", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", "tags": [ "web-features:temporal" @@ -263,6 +268,7 @@ }, "timeZoneId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/timeZoneId", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.timezoneid", "tags": [ "web-features:temporal" @@ -315,6 +321,7 @@ }, "zonedDateTimeISO": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/zonedDateTimeISO", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainDate.json b/javascript/builtins/Temporal/PlainDate.json index d8741c38e30652..6652c9a95ca555 100644 --- a/javascript/builtins/Temporal/PlainDate.json +++ b/javascript/builtins/Temporal/PlainDate.json @@ -4,6 +4,7 @@ "Temporal": { "PlainDate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "PlainDate": { "__compat": { "description": "`PlainDate()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/PlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "calendarId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/calendarId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendarid", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "day": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "dayOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "dayOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "daysInMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "daysInWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "daysInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "era": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/era", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "eraYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/eraYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "inLeapYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "month": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "monthCode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "monthsInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "tags": [ "web-features:temporal" @@ -1096,6 +1117,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", "tags": [ "web-features:temporal" @@ -1148,6 +1170,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1200,6 +1223,7 @@ }, "toPlainDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toPlainDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "tags": [ "web-features:temporal" @@ -1252,6 +1276,7 @@ }, "toPlainMonthDay": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toPlainMonthDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "tags": [ "web-features:temporal" @@ -1304,6 +1329,7 @@ }, "toPlainYearMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toPlainYearMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "tags": [ "web-features:temporal" @@ -1356,6 +1382,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "tags": [ "web-features:temporal" @@ -1408,6 +1435,7 @@ }, "toZonedDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toZonedDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "tags": [ "web-features:temporal" @@ -1460,6 +1488,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "tags": [ "web-features:temporal" @@ -1512,6 +1541,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "tags": [ "web-features:temporal" @@ -1564,6 +1594,7 @@ }, "weekOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -1616,6 +1647,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "tags": [ "web-features:temporal" @@ -1668,6 +1700,7 @@ }, "withCalendar": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/withCalendar", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -1720,6 +1753,7 @@ }, "year": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "tags": [ "web-features:temporal" @@ -1772,6 +1806,7 @@ }, "yearOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/yearOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainDateTime.json b/javascript/builtins/Temporal/PlainDateTime.json index 9d6ea6161cd98d..ca416a7b49427f 100644 --- a/javascript/builtins/Temporal/PlainDateTime.json +++ b/javascript/builtins/Temporal/PlainDateTime.json @@ -4,6 +4,7 @@ "Temporal": { "PlainDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "PlainDateTime": { "__compat": { "description": "`PlainDateTime()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/PlainDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "calendarId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/calendarId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "day": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "dayOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "dayOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "daysInMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "daysInWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "daysInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "era": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/era", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "eraYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/eraYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "hour": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "inLeapYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "microsecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "millisecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "minute": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "month": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "tags": [ "web-features:temporal" @@ -1096,6 +1117,7 @@ }, "monthCode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "tags": [ "web-features:temporal" @@ -1148,6 +1170,7 @@ }, "monthsInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1200,6 +1223,7 @@ }, "nanosecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -1252,6 +1276,7 @@ }, "round": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/round", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "tags": [ "web-features:temporal" @@ -1304,6 +1329,7 @@ }, "second": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", "tags": [ "web-features:temporal" @@ -1356,6 +1382,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "tags": [ "web-features:temporal" @@ -1408,6 +1435,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "tags": [ "web-features:temporal" @@ -1460,6 +1488,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "tags": [ "web-features:temporal" @@ -1512,6 +1541,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1564,6 +1594,7 @@ }, "toPlainDate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toPlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -1616,6 +1647,7 @@ }, "toPlainTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toPlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "tags": [ "web-features:temporal" @@ -1668,6 +1700,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "tags": [ "web-features:temporal" @@ -1720,6 +1753,7 @@ }, "toZonedDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/toZonedDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "tags": [ "web-features:temporal" @@ -1772,6 +1806,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "tags": [ "web-features:temporal" @@ -1824,6 +1859,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", "tags": [ "web-features:temporal" @@ -1876,6 +1912,7 @@ }, "weekOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -1928,6 +1965,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "tags": [ "web-features:temporal" @@ -1980,6 +2018,7 @@ }, "withCalendar": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/withCalendar", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -2032,6 +2071,7 @@ }, "withPlainTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/withPlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "tags": [ "web-features:temporal" @@ -2084,6 +2124,7 @@ }, "year": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "tags": [ "web-features:temporal" @@ -2136,6 +2177,7 @@ }, "yearOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/yearOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainMonthDay.json b/javascript/builtins/Temporal/PlainMonthDay.json index cd0f79b5660247..5ed1927dc38bb2 100644 --- a/javascript/builtins/Temporal/PlainMonthDay.json +++ b/javascript/builtins/Temporal/PlainMonthDay.json @@ -4,6 +4,7 @@ "Temporal": { "PlainMonthDay": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "PlainMonthDay": { "__compat": { "description": "`PlainMonthDay()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/PlainMonthDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "calendarId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/calendarId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "day": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "monthCode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "toPlainDate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toPlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainTime.json b/javascript/builtins/Temporal/PlainTime.json index d2c3243531ecfc..75919df1b5d143 100644 --- a/javascript/builtins/Temporal/PlainTime.json +++ b/javascript/builtins/Temporal/PlainTime.json @@ -4,6 +4,7 @@ "Temporal": { "PlainTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "PlainTime": { "__compat": { "description": "`PlainTime()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/PlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "hour": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.hour", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "microsecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "millisecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "minute": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.minute", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "nanosecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "round": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/round", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "second": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.second", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainYearMonth.json b/javascript/builtins/Temporal/PlainYearMonth.json index 075fbd1d773637..fd689e3ca444c0 100644 --- a/javascript/builtins/Temporal/PlainYearMonth.json +++ b/javascript/builtins/Temporal/PlainYearMonth.json @@ -4,6 +4,7 @@ "Temporal": { "PlainYearMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "PlainYearMonth": { "__compat": { "description": "`PlainYearMonth()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/PlainYearMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "calendarId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/calendarId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "daysInMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "daysInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "era": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/era", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "eraYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/eraYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "inLeapYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "month": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "monthCode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "monthsInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "toPlainDate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toPlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "tags": [ "web-features:temporal" @@ -1096,6 +1117,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "tags": [ "web-features:temporal" @@ -1148,6 +1170,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", "tags": [ "web-features:temporal" @@ -1200,6 +1223,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "tags": [ "web-features:temporal" @@ -1252,6 +1276,7 @@ }, "year": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/ZonedDateTime.json b/javascript/builtins/Temporal/ZonedDateTime.json index 2da2612a39f104..dd449302400bb6 100644 --- a/javascript/builtins/Temporal/ZonedDateTime.json +++ b/javascript/builtins/Temporal/ZonedDateTime.json @@ -4,6 +4,7 @@ "Temporal": { "ZonedDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", "tags": [ "web-features:temporal" @@ -56,6 +57,7 @@ "ZonedDateTime": { "__compat": { "description": "`ZonedDateTime()` constructor", + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/ZonedDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", "tags": [ "web-features:temporal" @@ -108,6 +110,7 @@ }, "add": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/add", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "tags": [ "web-features:temporal" @@ -160,6 +163,7 @@ }, "calendarId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/calendarId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", "tags": [ "web-features:temporal" @@ -212,6 +216,7 @@ }, "compare": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/compare", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "tags": [ "web-features:temporal" @@ -264,6 +269,7 @@ }, "day": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "tags": [ "web-features:temporal" @@ -316,6 +322,7 @@ }, "dayOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -368,6 +375,7 @@ }, "dayOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -420,6 +428,7 @@ }, "daysInMonth": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -472,6 +481,7 @@ }, "daysInWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -524,6 +534,7 @@ }, "daysInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -576,6 +587,7 @@ }, "epochMilliseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochMilliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "tags": [ "web-features:temporal" @@ -628,6 +640,7 @@ }, "epochNanoseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "tags": [ "web-features:temporal" @@ -680,6 +693,7 @@ }, "equals": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/equals", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "tags": [ "web-features:temporal" @@ -732,6 +746,7 @@ }, "era": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/era", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "tags": [ "web-features:temporal" @@ -784,6 +799,7 @@ }, "eraYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/eraYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "tags": [ "web-features:temporal" @@ -836,6 +852,7 @@ }, "from": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/from", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "tags": [ "web-features:temporal" @@ -888,6 +905,7 @@ }, "getTimeZoneTransition": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/getTimeZoneTransition", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "tags": [ "web-features:temporal" @@ -940,6 +958,7 @@ }, "hour": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "tags": [ "web-features:temporal" @@ -992,6 +1011,7 @@ }, "hoursInDay": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hoursInDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "tags": [ "web-features:temporal" @@ -1044,6 +1064,7 @@ }, "inLeapYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -1096,6 +1117,7 @@ }, "microsecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -1148,6 +1170,7 @@ }, "millisecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -1200,6 +1223,7 @@ }, "minute": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "tags": [ "web-features:temporal" @@ -1252,6 +1276,7 @@ }, "month": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "tags": [ "web-features:temporal" @@ -1304,6 +1329,7 @@ }, "monthCode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "tags": [ "web-features:temporal" @@ -1356,6 +1382,7 @@ }, "monthsInYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1408,6 +1435,7 @@ }, "nanosecond": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -1460,6 +1488,7 @@ }, "offset": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offset", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "tags": [ "web-features:temporal" @@ -1512,6 +1541,7 @@ }, "offsetNanoseconds": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offsetNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "tags": [ "web-features:temporal" @@ -1564,6 +1594,7 @@ }, "round": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/round", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "tags": [ "web-features:temporal" @@ -1616,6 +1647,7 @@ }, "second": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "tags": [ "web-features:temporal" @@ -1668,6 +1700,7 @@ }, "since": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/since", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "tags": [ "web-features:temporal" @@ -1720,6 +1753,7 @@ }, "startOfDay": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/startOfDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "tags": [ "web-features:temporal" @@ -1772,6 +1806,7 @@ }, "subtract": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/subtract", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "tags": [ "web-features:temporal" @@ -1824,6 +1859,7 @@ }, "timeZoneId": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/timeZoneId", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", "tags": [ "web-features:temporal" @@ -1876,6 +1912,7 @@ }, "toInstant": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toInstant", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "tags": [ "web-features:temporal" @@ -1928,6 +1965,7 @@ }, "toJSON": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toJSON", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "tags": [ "web-features:temporal" @@ -1980,6 +2018,7 @@ }, "toLocaleString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toLocaleString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -2032,6 +2071,7 @@ }, "toPlainDate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDate", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -2084,6 +2124,7 @@ }, "toPlainDateTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDateTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "tags": [ "web-features:temporal" @@ -2136,6 +2177,7 @@ }, "toPlainTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "tags": [ "web-features:temporal" @@ -2188,6 +2230,7 @@ }, "toString": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toString", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "tags": [ "web-features:temporal" @@ -2240,6 +2283,7 @@ }, "until": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/until", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "tags": [ "web-features:temporal" @@ -2292,6 +2336,7 @@ }, "valueOf": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/valueOf", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", "tags": [ "web-features:temporal" @@ -2344,6 +2389,7 @@ }, "weekOfYear": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -2396,6 +2442,7 @@ }, "with": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "tags": [ "web-features:temporal" @@ -2448,6 +2495,7 @@ }, "withCalendar": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withCalendar", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -2500,6 +2548,7 @@ }, "withPlainTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withPlainTime", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "tags": [ "web-features:temporal" @@ -2552,6 +2601,7 @@ }, "withTimeZone": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withTimeZone", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "tags": [ "web-features:temporal" @@ -2604,6 +2654,7 @@ }, "year": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "tags": [ "web-features:temporal" @@ -2656,6 +2707,7 @@ }, "yearOfWeek": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/yearOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "tags": [ "web-features:temporal" diff --git a/package-lock.json b/package-lock.json index 06b1329dc4fc0b..7ecd8e27be0970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -460,10 +460,11 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20250120", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20250120.tgz", - "integrity": "sha512-uwnRfE6t9QD1OS2EB5jrIms7qnJ2cFZvLmMMJ3JACQMwkx0vlSjXDBrhqul7BfgTcGVG75kANN4Kq6h7Fq9TTg==", - "dev": true + "version": "0.2.20250121", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20250121.tgz", + "integrity": "sha512-N1yXevrThVytexnS4tO2b8SjBKQY1QmKFXOqzApmdz5ZjceItyn77WeMAJ3lSCgbHRD5GCcY12cVeCgkv2tVPw==", + "dev": true, + "license": "CC-BY-SA-2.5" }, "node_modules/@desertnet/html-parser": { "version": "1.0.1",