You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering if we should support transforming <script> tag bodies in .htm/.html files. Not important for now, certainly not going to look at this until after 1.0.
One possible approach:
Add an HTML/XML parser;
Have processFile detect HTML and switch to using that parser;
Anything in tags matching XPath //script[type="text/javascript"] would be passed to the recast parse/transform/print flow.
The text was updated successfully, but these errors were encountered:
Wondering if we should support transforming
<script>
tag bodies in .htm/.html files. Not important for now, certainly not going to look at this until after 1.0.One possible approach:
processFile
detect HTML and switch to using that parser;//script[type="text/javascript"]
would be passed to the recast parse/transform/print flow.The text was updated successfully, but these errors were encountered: