This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
📎 Gracefully remove TS parsing from JS parsing #1835
Labels
task
A task, an action that needs to be performed
Description
Myself and @MichaReiser had a chat this afternoon and we agreed that, for now, we should comment/remove all the TS parsing that we have inside a normal JS parsing until we consolidate the a way to parse super languages in a good way.
For example here https://github.com/rome/tools/blob/main/crates/rslint_parser/src/syntax/stmt.rs#L180-L187 we would like to commented it out and avoid the parsing of TS, as it's not needed and it would not create issue.
The text was updated successfully, but these errors were encountered: