Skip to content

Commit

Permalink
feat: add define-data-property and define-accessor-property to na…
Browse files Browse the repository at this point in the history
…tive manifest (#87)
  • Loading branch information
zloirock authored Jul 6, 2024
1 parent cc8730e commit 4bd116f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/native.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,22 @@
"mdnPath": "Global_Objects/Array/values",
"category": "native"
},
{
"type": "native",
"moduleName": "define-accessor-property",
"nodeVersion": "0.10.0",
"replacement": "Object.defineProperty",
"mdnPath": "Global_Objects/Object/defineProperty",
"category": "native"
},
{
"type": "native",
"moduleName": "define-data-property",
"nodeVersion": "0.10.0",
"replacement": "Object.defineProperty",
"mdnPath": "Global_Objects/Object/defineProperty",
"category": "native"
},
{
"type": "native",
"moduleName": "es-aggregate-error",
Expand Down

0 comments on commit 4bd116f

Please sign in to comment.