oxc/crates/oxc_linter
Dunqing 20cdb1fe0a feat(semantic): align class scope with typescript (#4195)
```ts
class Klass <T>   extends Root       <R>                   {}
//    ^^^^^ ^^^           ^^^^       ^^^                   ^^
//    id type_paramter super_class super_type_parameters  body
```
I reorder fields according to the order above

The class scope is not defined in the spec. But we need to create a scope for `class` to store `TypeParamters`
2024-07-14 03:19:30 +00:00
..
examples refactor(linter): improve diagnostic labeling (#3960) 2024-06-29 05:19:22 +00:00
fixtures feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00
src feat(semantic): align class scope with typescript (#4195) 2024-07-14 03:19:30 +00:00
tests
Cargo.toml Release oxlint v0.6.0 (#4194) 2024-07-11 14:38:41 +08:00
CHANGELOG.md Release oxlint v0.6.0 (#4194) 2024-07-11 14:38:41 +08:00