Skip to content

Commit

Permalink
add ES2022 Object.hasOwn as a pure function
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Nov 13, 2021
1 parent 8f30357 commit f10938e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compress/native-objects.js
Expand Up @@ -154,6 +154,7 @@ export const is_pure_native_fn = make_nested_lookup({
"isExtensible",
"isFrozen",
"isSealed",
"hasOwn",
"keys",
],
String: [
Expand Down

0 comments on commit f10938e

Please sign in to comment.