-
Notifications
You must be signed in to change notification settings - Fork 129
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
extraction from es6 inline html #118
Comments
Probably a bug, I don't think we fully parse ES6 yet. We probably need to switch to a new HTML parser to fix that. |
any ideas what to do meanwhile? :) |
I think the issue here should be I'd like to see this been implemented as well, as I'm writing Angular Component, bring both presentation and logic of a component together in a single file is whole lot better for code organization. But this approach cannot be used without this feature. BTW For |
for reasons not important to this issue, i have my html template inside es6 .js files which export the templates as string
notice the backtick which enables multiline html inside js files
when i run the extractor on these file ([email protected], using [email protected]) the tags from these template files dont get extracted
is it me, or is this a bug?
The text was updated successfully, but these errors were encountered: