Super lightweight JS(X) parser?
Are there any good, super simple and basic JS parsers that can do typescript and JSX? I'm looking to basically parse strings of code that could contain a specific function, and grab the input to that function.
0 Replies