Skip to content

Conversation

jrmajor
Copy link
Contributor

@jrmajor jrmajor commented Sep 8, 2024

No description provided.

Comment on lines 212 to +214
const isSelfClosingTag =
isEmpty &&
((((node.type === 'Element' && !options.svelteStrictMode) ||
(((node.type === 'Element' ||
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will follow up with a PR forcing correct closing type.

Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dummdidumm dummdidumm merged commit 94b5a07 into sveltejs:master Sep 26, 2024
2 checks passed
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.

2 participants