Skip to content

Commit

Permalink
feat: Add object.assignto native manifest (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored Jul 4, 2024
1 parent e564464 commit 59d83c6
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 @@ -408,6 +408,14 @@
"mdnPath": "Global_Objects/Object/is",
"category": "native"
},
{
"type": "native",
"moduleName": "object.assign",
"nodeVersion": "4.0.0",
"replacement": "Object.assign",
"mdnPath": "Global_Objects/Object/assign",
"category": "native"
},
{
"type": "native",
"moduleName": "object.defineproperties",
Expand Down

0 comments on commit 59d83c6

Please sign in to comment.