Commits
Click on a commit to change the comparison rangefix(parser): allow `extends this.B` syntax (#12038)
Syntactically, this is valid. It is only an error when you get to type checking. The error code itself can be handled as part of https://github.com/oxc-project/oxc/issues/11582, but this fixes an issue where we emitted an error for a case that should definitely be valid, as pointed out in the file itself.5 months ago
by camchenry