Robert Masen
Robert Masen
Thanks for the question! Overall I would love to be able to support typescript, the big question is what would that look like? Currently ress can handle tokenizing a typescript...
I might throw together some tests this week but I believe in its current state this crate should be able to tokenize a typescript file with no problem. Some parts...
So, I am sure there are more edge cases to explore but I threw together a preliminary test today. [this repo](https://github.com/FreeMasen/ress_ts_test) is an example project that pulls down the typescript...
I am curious what keywords you believe are missing? If you are interested in having RESSA be able to parse TS, I will move this issue over to that repo,...
I'm going to go ahead and move this over. My initial reaction is that type should be treated as a contextual keyword (like async is), unless it is eventually added...
@allsey87 Thank you for getting started on this. I would be happy to work with you to implement a typescript parsing option for this project! Sorry it has taken me...
Thanks for the feature request. I absolutely understand why this is desired, currently I have avoided this because calculating the line/column from a byte offset is quite expensive. That being...
Hey, thanks for opening the issue! I will have to take a look at the documentation again but the reason you are seeing this is because you are trying to...
This was expected to impact performance at some level, below is a preliminary benchmark to get a good understanding of how performance will differ from the currently released version. ```...
The general goal is to support features that have made it to [stage 3](https://github.com/tc39/proposals) in the proposal process. In a quick glance across the proposal stages, I wasn't able to...