-
-
Notifications
You must be signed in to change notification settings - Fork 71
chore: drop html deps #840
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
Conversation
|
commit: |
|
Once sveltejs/svelte#17341 is merged, feel free to update and review here. I don't think there should be anything else to do here. |
Closes #828
Relates #839
moves all html related stuff to using the svelte parser and printer.
removed the
createDivfunction and according test. Why did we even had that, it's totally useless since you can justcreateElement('div')There is one failing test.
<!doctype html />-- needs another pr to svelte.<html lang="en" lang="%paraglide.lang%">-- where the heck is the duplicated lang attribute coming from? I guess it's from the paraglide addon and should always have been there, but it wasn't. Why though? Actually that cant be the case. Is it coming fromsvelteas well? Will need to checkWill need to check tomorrow, it's getting late.
