Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: consolidate template walking logic #2600

Merged
merged 2 commits into from
Nov 21, 2024
Merged

chore: consolidate template walking logic #2600

merged 2 commits into from
Nov 21, 2024

Conversation

dummdidumm
Copy link
Member

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.

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.
@dummdidumm dummdidumm merged commit 050ecc1 into master Nov 21, 2024
3 checks passed
@dummdidumm dummdidumm deleted the refactor branch November 21, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant