oxc/crates/oxc_ast
Brad Zacher 6c0090882f
feat(oxc_ast): add missing ast visits for types (#2938)
Fixes #2936

*personally* I think it's best if all of the `_ => {}` match cases were
removed from the codebase so that things are provably exhaustive.
This does exactly that specifically for `walk_ts_type` - filling in the
missing cases and all the required code for them.
2024-04-11 07:11:00 +00:00
..
src feat(oxc_ast): add missing ast visits for types (#2938) 2024-04-11 07:11:00 +00:00
Cargo.toml Release crates v0.12.2 2024-04-08 11:13:13 +08:00
CHANGELOG.md Release crates v0.11.1 2024-04-03 16:57:52 +08:00