mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Fix typo in getScriptTargetFeatures map (#55488)
This commit is contained in:
@@ -1350,7 +1350,7 @@ export const getScriptTargetFeatures = /* @__PURE__ */ memoize((): ScriptTargetF
|
||||
"defineProperty",
|
||||
"deleteProperty",
|
||||
"get",
|
||||
" getOwnPropertyDescriptor",
|
||||
"getOwnPropertyDescriptor",
|
||||
"getPrototypeOf",
|
||||
"has",
|
||||
"isExtensible",
|
||||
|
||||
Reference in New Issue
Block a user