refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() (#38929)

This commit is contained in:
Milan Burda
2023-06-27 22:57:33 +02:00
committed by GitHub
parent 09669f9d21
commit 607e71d563
11 changed files with 13 additions and 17 deletions

View File

@@ -3,8 +3,7 @@
"module": "commonjs",
"target": "es2020",
"lib": [
"es2019",
"esnext.weakref",
"es2022",
"dom",
"dom.iterable"
],