Fix typo in getScriptTargetFeatures map (#55488)

This commit is contained in:
Jake Bailey 2023-08-23 22:51:11 -07:00 committed by GitHub
parent daa7e985f5
commit eb33c8e56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1350,7 +1350,7 @@ export const getScriptTargetFeatures = /* @__PURE__ */ memoize((): ScriptTargetF
"defineProperty",
"deleteProperty",
"get",
" getOwnPropertyDescriptor",
"getOwnPropertyDescriptor",
"getPrototypeOf",
"has",
"isExtensible",