Skip to content

Commit

Permalink
chore: consolidate template walking logic (#2600)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dummdidumm authored Nov 21, 2024
1 parent cd1758b commit 050ecc1
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 316 deletions.
Loading

0 comments on commit 050ecc1

Please sign in to comment.