Skip to content

Commit

Permalink
support Reflect[@@toStringTag]
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 2, 2021
1 parent d7c6f6d commit aa808d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -521,6 +521,7 @@ export const StaticProperties: ObjectMap<
"es.object.to-string",
"es.math.to-string-tag",
"es.json.to-string-tag",
"es.reflect.to-string-tag",
]),
unscopables: define("symbol/unscopables", ["es.symbol.unscopables"]),
},
Expand Down
Expand Up @@ -67,7 +67,6 @@ is not in "core-js-compat/entries": This is very likely a typo`,
"es.date.set-year",
"es.date.to-gmt-string",
"es.escape",
"es.reflect.to-string-tag",
"es.unescape",
"esnext.array.filter-out",
"esnext.map.update-or-insert",
Expand Down

0 comments on commit aa808d8

Please sign in to comment.