Skip to content

Commit d2aaae0

Browse files
authored
feat: add dateformat to native manifest
1 parent 360a9d9 commit d2aaae0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

manifests/native.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,18 @@
666666
"compatKey": "javascript.builtins.Function.name"
667667
}
668668
},
669+
"Intl.DateTimeFormat": {
670+
"id": "Intl.DateTimeFormat",
671+
"type": "native",
672+
"url": {
673+
"type": "mdn",
674+
"id": "Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat"
675+
},
676+
"webFeatureId": {
677+
"featureId": "intl",
678+
"compatKey": "javascript.builtins.Intl.DateTimeFormat.DateTimeFormat"
679+
}
680+
},
669681
"Iterator.prototype": {
670682
"id": "Iterator.prototype",
671683
"type": "native",
@@ -1914,6 +1926,11 @@
19141926
"replacements": ["DataView.prototype.byteOffset"]
19151927
},
19161928
"date": {"type": "module", "moduleName": "date", "replacements": ["Date"]},
1929+
"dateformat": {
1930+
"type": "module",
1931+
"moduleName": "dateformat",
1932+
"replacements": ["Intl.DateTimeFormat"]
1933+
},
19171934
"defaults": {
19181935
"type": "module",
19191936
"moduleName": "defaults",

0 commit comments

Comments
 (0)