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 65608c7 commit 2149550Copy full SHA for 2149550
packages/svelte/src/compiler/phases/2-analyze/visitors/Text.js
@@ -24,8 +24,4 @@ export function Text(node, context) {
24
let start = match.index + node.start;
25
w.bidirectional_control_characters({ start, end: start + match[0].length });
26
}
27
-
28
- // if (regex_bidirectional_control_characters.test(node.data)) {
29
- // w.bidirectional_control_characters(node);
30
- // }
31
0 commit comments