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 78e602c commit eb9cc5dCopy full SHA for eb9cc5d
packages/svelte/src/compiler/print/index.js
@@ -40,6 +40,8 @@ function block(context, node, allow_inline = false) {
40
}
41
42
43
+// TODO split css and svelte visitors? Currently they are really mixed together
44
+
45
/** @type {Visitors<AST.SvelteNode>} */
46
const visitors = {
47
Root(node, context) {
0 commit comments