Boshen
Boshen
I wasn't aware of this situation. I'll do some feasibility research.
@camc314 can you help and get this merged.
cc @mysteryven who may want to participate as well.
This is a weird one ...
Shall we go for the more intuitive version? i.e. ``` // ___________ BindingPattern const foo: number = 1 // ^^^^^^^^ TSTypeAnnotation // ^^^BindingIdentifier ```
Ahh, I don't like either of these options. What if we accept that it's the way it is and hack it in `no-unused-vars` alone?
Close as won't fix. Let's try keep this as is and hack `no-unused-vars`.
### Merge activity * **Nov 21, 2:38 AM EST**: The merge label '0-merge' was detected. This PR will be added to the [Graphite merge queue](https://app.graphite.dev/merges?org=oxc-project&repo=oxc) once it meets the requirements....
> [@Boshen](https://github.com/Boshen) Do you see a problem with decoding HTML entities in parser? Personally, I think it makes a certain amount of sense - feels similar to how we decode...