Skip to content

Commit

Permalink
[Refactor] use es-object-atoms where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 23, 2024
1 parent 4b253a8 commit 8fea459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion implementation.js
Expand Up @@ -15,7 +15,7 @@ var IteratorStep = require('es-abstract/2023/IteratorStep');
var IteratorValue = require('es-abstract/2023/IteratorValue');
var LengthOfArrayLike = require('es-abstract/2023/LengthOfArrayLike');
var Set = require('es-abstract/2023/Set');
var ToObject = require('es-abstract/2023/ToObject');
var ToObject = require('es-object-atoms/ToObject');
var ToString = require('es-abstract/2023/ToString');
var Type = require('es-abstract/2023/Type');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,8 @@
},
"dependencies": {
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
"es-abstract": "^1.22.1",
"es-object-atoms": "^1.0.0"
},
"testling": {
"files": "test/index.js"
Expand Down

0 comments on commit 8fea459

Please sign in to comment.