oxc/crates/oxc_parser
Dunqing 197fa16613
feat(semantic): add check for duplicate class elements in checker (#2455)
1. Remove the check implementation of the parser
2. Implement it to semantic checker
3. Support typescript's check for duplicate class elements

Support checking for duplicate class elements in semantic checker is
easier to support typescript checking rules.
2024-02-21 14:10:19 +08:00
..
examples refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
src feat(semantic): add check for duplicate class elements in checker (#2455) 2024-02-21 14:10:19 +08:00
Cargo.toml perf(parser): consume multi-line comments faster (#2377) 2024-02-11 12:43:14 +08:00