Commit 050ecc1
authored
chore: consolidate template walking logic (#2600)
right now some of the logic of walking the template is within the svelte2tsx part, some in the htmlxtojsx part. This makes it hard to decide where to put new stuff and represents an arbitrary barrier for features that may need to work across both.
This PR therefore moves all the logic from the svelte2tsx part into the htmlxtojsx part.1 parent cd1758b commit 050ecc1
0 commit comments