feat: refactoring project

This commit is contained in:
Carlos
2024-11-23 14:56:07 -05:00
parent f0c2a50c18
commit 1c6db5818d
2351 changed files with 39323 additions and 60326 deletions

View File

@@ -76,6 +76,19 @@
"es.function.has-instance",
"es.function.name",
"es.global-this",
"es.iterator.constructor",
"es.iterator.drop",
"es.iterator.every",
"es.iterator.filter",
"es.iterator.find",
"es.iterator.flat-map",
"es.iterator.for-each",
"es.iterator.from",
"es.iterator.map",
"es.iterator.reduce",
"es.iterator.some",
"es.iterator.take",
"es.iterator.to-array",
"es.json.stringify",
"es.json.to-string-tag",
"es.map",
@@ -145,6 +158,7 @@
"es.promise.all-settled",
"es.promise.any",
"es.promise.finally",
"es.promise.try",
"es.promise.with-resolvers",
"es.reflect.apply",
"es.reflect.construct",
@@ -310,6 +324,7 @@
"esnext.global-this",
"esnext.iterator.constructor",
"esnext.iterator.as-indexed-pairs",
"esnext.iterator.concat",
"esnext.iterator.dispose",
"esnext.iterator.drop",
"esnext.iterator.every",
@@ -336,6 +351,8 @@
"esnext.map.find",
"esnext.map.find-key",
"esnext.map.from",
"esnext.map.get-or-insert",
"esnext.map.get-or-insert-computed",
"esnext.map.group-by",
"esnext.map.includes",
"esnext.map.key-by",
@@ -454,6 +471,8 @@
"esnext.weak-map.from",
"esnext.weak-map.of",
"esnext.weak-map.emplace",
"esnext.weak-map.get-or-insert",
"esnext.weak-map.get-or-insert-computed",
"esnext.weak-map.upsert",
"esnext.weak-set.add-all",
"esnext.weak-set.delete-all",