We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
render() { return html`Web Components are <span>${this.mood}</span>!`; }
https://github.com/Polymer/lit-element
Lit-element need a html`string` but this transformer seems only emit `string`
The text was updated successfully, but these errors were encountered:
Could you expand a little more in what is the expected input&output here?
Sorry, something went wrong.
e.g. Input
<div />
Output
html\`<div />\`
You can see the document of lit-element. It's a framework use tagged template string as it's template
I think this feature escape the scope of the project a bit... but why not, I think it shouldn't be that hard.
I plan to add it under an option, something like output: lit-element or something like that, What do you think?
output: lit-element
I'll probably work on it when I have time, you're free to look up the code and make a PR 😄
No branches or pull requests
https://github.com/Polymer/lit-element
Lit-element need a html`string` but this transformer seems only emit `string`
The text was updated successfully, but these errors were encountered: