Skip to content

Commit 3adf47d

Browse files
committed
try this
1 parent 95cdafd commit 3adf47d

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ const prototype_methods = {
122122
substring: [STRING, call_bind(string_proto.substring)],
123123
trimEnd: [STRING, call_bind(string_proto.trimEnd)],
124124
trimStart: [STRING, call_bind(string_proto.trimStart)],
125-
toWellFormed: [STRING, call_bind(string_proto.toWellFormed)],
126125
//@ts-ignore
127126
valueOf: [STRING, call_bind(string_proto.valueOf)]
128127
},

0 commit comments

Comments
 (0)