pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escaped sequence support in pug-tagged template string

kamikat opened this issue · comments

Request to support escaped sequences on pug-tagged template string.

@kamikat could you please provide some use cases for this? I'm mostly interesting if the lack of this leads to any limitation in your code.

Keeping in mind that we support single and double quotes, slashes, unicode characters and html entities, I think we don't have a good use case for this feature. But that's only my immediate reaction, so don't take it too strong ;).