Skip to content

Commit eb33c8e

Browse files
authored
Fix typo in getScriptTargetFeatures map (#55488)
1 parent daa7e98 commit eb33c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ export const getScriptTargetFeatures = /* @__PURE__ */ memoize((): ScriptTargetF
13501350
"defineProperty",
13511351
"deleteProperty",
13521352
"get",
1353-
" getOwnPropertyDescriptor",
1353+
"getOwnPropertyDescriptor",
13541354
"getPrototypeOf",
13551355
"has",
13561356
"isExtensible",

0 commit comments

Comments
 (0)