Working with parser output trees #5603
Unanswered
michael-brennan2005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using SWC for a project that involves parsing typescript, html, and css. Right now my big pain point is working with these trees outputted by the parsers, such as accessing the content of the script tag inside the body tag of the html tag. Is there any library (swc or third party) that makes dealing with these node trees easier?
Beta Was this translation helpful? Give feedback.
All reactions