Skip to content

Commit

Permalink
Fixes mdn#24054 | Update nodejs data for import.meta.resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 10, 2024
1 parent 5c7e88a commit 643bd7c
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions javascript/operators/import_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"__compat": {
"description": "<code>import.meta</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/import.meta",
"spec_url": [
"https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta",
"https://html.spec.whatwg.org/multipage/webappapis.html#hostgetimportmetaproperties"
],
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta",
"support": {
"chrome": {
"version_added": "64"
Expand Down Expand Up @@ -51,7 +48,7 @@
"__compat": {
"description": "<code>import.meta.resolve</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/import.meta/resolve",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#hostgetimportmetaproperties",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#import-meta-resolve",
"support": {
"chrome": {
"version_added": "105"
Expand All @@ -68,10 +65,21 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "20.6.0",
"notes": "Returns a URL object instead of a string."
},
"nodejs": [
{
"version_added": "20.8.0"
},
{
"version_added": "20.6.0",
"version_removed": "20.8.0",
"partial_implementation": true,
"notes": "Returns a <code>URL</code> object instead of a string."
},
{
"version_added": "19.0.0",
"version_removed": "18.19.0"
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit 643bd7c

Please sign in to comment.