Skip to content

Commit 36e01ed

Browse files
committed
cleanup
1 parent 1a0c621 commit 36e01ed

File tree

1 file changed

+1
-3
lines changed
  • packages/svelte/src/compiler/phases/3-transform

1 file changed

+1
-3
lines changed

packages/svelte/src/compiler/phases/3-transform/utils.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ function check_nodes_for_namespace(nodes, namespace) {
265265
node.type === 'KeyBlock' ||
266266
node.type === 'RegularElement' ||
267267
node.type === 'SvelteElement' ||
268-
node.type === 'Text' ||
269-
node.type === 'HtmlTag' ||
270-
node.type === 'RenderTag'
268+
node.type === 'Text'
271269
) {
272270
next();
273271
}

0 commit comments

Comments
 (0)