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
I'm looking for a parsing solution for js and ts. Should I detect the file language and use acorn if js, or can I just use acorn-typescript and not worry whether it's js or ts?
Also, is there a loose version of acorn-typescript?