Skip to content

Commit

Permalink
feat: add get-symbol-description (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored Jul 4, 2024
1 parent 190743a commit 7e8a7a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/native.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@
"mdnPath": "Global_Objects/globalThis",
"category": "native"
},
{
"type": "native",
"moduleName": "get-symbol-description",
"nodeVersion": "11.0.0",
"replacement": "Symbol.prototype.description",
"mdnPath": "Global_Objects/Symbol/description",
"category": "native"
},
{
"type": "native",
"moduleName": "globalthis",
Expand Down

0 comments on commit 7e8a7a2

Please sign in to comment.