-
Notifications
You must be signed in to change notification settings - Fork 9
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
Expose Compiler to extend features #18
Comments
@terinjokes, it's easy to expose the
I'll move those to the prototype, then export |
@lazd I honestly just needed to override (That said, all the usages of setTextContent went away when I fixed the stripWhitespace bug I'm clean up to PR to you…) |
@terinjokes, I went ahead and simply exposed the That should handle your use case. If the other functions I mentioned become required, we can just throw them on This issue opened my eyes to the fact that people are definitely going to want to change DOMly's output in various ways, so the compiler should facilitate that. I'll be thinking about that in general, let me know if you have thoughts on how to expose that kind of flexibility in a simpler way. |
@lazd how often do you do releases? |
I haven't released yet as I was trying to get a solid test on another issue I closed with @cif. I'll release tomorrow. |
@terinjokes, a bit late, but I've released DOMly@0.0.7 that includes the fix for this issue. |
No description provided.
The text was updated successfully, but these errors were encountered: