Skip to content

Commit 95cdafd

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

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
@@ -115,7 +115,6 @@ const prototype_methods = {
115115
codePointAt: [[NUMBER, undefined], call_bind(string_proto.codePointAt)],
116116
startsWith: [[true, false], call_bind(string_proto.startsWith)],
117117
endsWith: [[true, false], call_bind(string_proto.endsWith)],
118-
isWellFormed: [[true, false], call_bind(string_proto.isWellFormed)],
119118
normalize: [STRING, call_bind(string_proto.normalize)],
120119
padEnd: [STRING, call_bind(string_proto.padEnd)],
121120
padStart: [STRING, call_bind(string_proto.padStart)],

0 commit comments

Comments
 (0)