We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cdafd commit 3adf47dCopy full SHA for 3adf47d
packages/svelte/src/compiler/phases/scope.js
@@ -122,7 +122,6 @@ const prototype_methods = {
122
substring: [STRING, call_bind(string_proto.substring)],
123
trimEnd: [STRING, call_bind(string_proto.trimEnd)],
124
trimStart: [STRING, call_bind(string_proto.trimStart)],
125
- toWellFormed: [STRING, call_bind(string_proto.toWellFormed)],
126
//@ts-ignore
127
valueOf: [STRING, call_bind(string_proto.valueOf)]
128
},
0 commit comments