Skip to content

Commit 2149550

Browse files
committed
unused
1 parent 65608c7 commit 2149550

File tree

1 file changed

+0
-4
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/visitors

1 file changed

+0
-4
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/Text.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@ export function Text(node, context) {
2424
let start = match.index + node.start;
2525
w.bidirectional_control_characters({ start, end: start + match[0].length });
2626
}
27-
28-
// if (regex_bidirectional_control_characters.test(node.data)) {
29-
// w.bidirectional_control_characters(node);
30-
// }
3127
}

0 commit comments

Comments
 (0)