mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Fix typo in getScriptTargetFeatures map (#55488)
This commit is contained in:
parent
daa7e985f5
commit
eb33c8e56a
@ -1350,7 +1350,7 @@ export const getScriptTargetFeatures = /* @__PURE__ */ memoize((): ScriptTargetF
|
||||
"defineProperty",
|
||||
"deleteProperty",
|
||||
"get",
|
||||
" getOwnPropertyDescriptor",
|
||||
"getOwnPropertyDescriptor",
|
||||
"getPrototypeOf",
|
||||
"has",
|
||||
"isExtensible",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user