mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
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. |
||
|---|---|---|
| .. | ||
| checker | ||
| class | ||
| control_flow | ||
| jsdoc | ||
| module_record | ||
| binder.rs | ||
| builder.rs | ||
| diagnostics.rs | ||
| label.rs | ||
| lib.rs | ||
| node.rs | ||
| pg.rs | ||
| reference.rs | ||
| scope.rs | ||
| symbol.rs | ||