oxc/crates/oxc_semantic
overlookmotel 7fa0cb3861 feat(semantic): expose Stats (#5755)
Expose `Stats` type, and provide a method `Semantic::Stats` to obtain them.

Note: If we move counting into parser later, parser can use this same `Stats` type (we'd need to move it into `oxc_parser` or `oxc_ast` crate, but `oxc_semantic` can still re-export it.
2024-09-13 12:19:54 +00:00
..
examples refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
src feat(semantic): expose Stats (#5755) 2024-09-13 12:19:54 +00:00
tests feat(oxc_cfg): better control flow graph dot dot repr (#5731) 2024-09-12 18:39:01 +00:00
Cargo.toml refactor(semantic): remove more-asserts dependency (#5739) 2024-09-13 02:53:00 +00:00
CHANGELOG.md release(oxc): crates v0.28.0 (#5696) 2024-09-11 17:57:55 +08:00