Skip to content

Commit

Permalink
chore: consolidate template walking logic
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 committed Nov 21, 2024
1 parent cd1758b commit 94af464
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 316 deletions.
Loading

0 comments on commit 94af464

Please sign in to comment.