Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(semantic): Add Eq to CtxFlags (#3651)
I've just created example using `oxc_semantic`. > https://gist.github.com/leaysgur/bcb748daa665d1615eabda6967366d05 But it could not be compiled due to: ``` error: to use a constant of type `CtxFlags` in a pattern, `CtxFlags` must be annotated with `#[derive(PartialEq, Eq)]` ``` - 0.14.0: 🆖 - ... - 0.13.0: 🆖 - 0.12.5: 🆗 This change seems to fix this.
- Loading branch information