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

View File

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