@nolyfill/object-keys
Advanced tools
Comparing version
'use strict'; | ||
const { makeEsShim } = require('@nolyfill/shared'); | ||
const impl = Object.keys; | ||
const bound = impl; | ||
makeEsShim(bound, impl); | ||
module.exports = bound; | ||
module.exports = require('./entry.js').index(); |
'use strict'; | ||
module.exports = Object.keys; | ||
module.exports = require('./entry.js').implementation; |
'use strict'; | ||
const { makeEsShim } = require('@nolyfill/shared'); | ||
const impl = Object.keys; | ||
const bound = impl; | ||
makeEsShim(bound, impl); | ||
module.exports = bound; | ||
module.exports = require('./entry.js').index(); |
{ | ||
"name": "@nolyfill/object-keys", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SukkaW/nolyfill", | ||
"directory": "packages/object-keys" | ||
"directory": "packages/generated/object-keys" | ||
}, | ||
@@ -9,0 +9,0 @@ "main": "./index.js", |
'use strict'; | ||
module.exports = () => Object.keys; | ||
module.exports = require('./entry.js').polyfill; |
'use strict'; | ||
module.exports = () => Object.keys; | ||
module.exports = require('./entry.js').shim; |
2093
8.17%9
12.5%15
-25%