Pug (HTML preprocessing using svelte-preprocess) #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
repos/svelte-sublime#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I started to look at svelte-preprocess and I find the pug language tag very useful. Sadly, I had issues looking for anything that supports escaping into Pug via a
<template lang=pug>tag for the HTML of the component.Vue components, AFAIK, just do a
.pugfile next to the component, but I haven't found a single-file-component solution to look at to easily copy the implementation.It would be amazing if this package could implement the svelte quirks for pug from the spec.
I'm gonna start looking at how language interpolating(?) works on the script and style tags and try to at least enable basic pug in the tag without the svelte quirks.
Sorry, I didn't read closed issues. Nevermind