oxc/crates/oxc_semantic
Yuji Sugiura 70fc69b916
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.
2024-06-13 13:04:42 +08:00
..
examples feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
src fix(semantic): Add Eq to CtxFlags (#3651) 2024-06-13 13:04:42 +08:00
tests/integration feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
Cargo.toml Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00
CHANGELOG.md Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00