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 3c06012 commit 95cdafdCopy full SHA for 95cdafd
packages/svelte/src/compiler/phases/scope.js
@@ -115,7 +115,6 @@ const prototype_methods = {
115
codePointAt: [[NUMBER, undefined], call_bind(string_proto.codePointAt)],
116
startsWith: [[true, false], call_bind(string_proto.startsWith)],
117
endsWith: [[true, false], call_bind(string_proto.endsWith)],
118
- isWellFormed: [[true, false], call_bind(string_proto.isWellFormed)],
119
normalize: [STRING, call_bind(string_proto.normalize)],
120
padEnd: [STRING, call_bind(string_proto.padEnd)],
121
padStart: [STRING, call_bind(string_proto.padStart)],
0 commit comments