oxc/crates
u9g 05bb29a11e
feat(query): Add fields (#807)
```diff
+ Expression.or_value_at_declaration

+ Function.body

```
2023-08-28 13:56:05 +08:00
..
oxc Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_allocator Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_ast TSTypeName change identifer name to identifier reference (#804) 2023-08-28 11:42:21 +08:00
oxc_ast_lower Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_cli fix(cli): correct ignore-pattern behavior; add more cli tests (#796) 2023-08-26 00:03:49 +08:00
oxc_diagnostics Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_formatter Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_hir Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_index Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_linter rename get_node_by_ident to get_declaration_of_variable (#806) 2023-08-28 13:00:25 +08:00
oxc_linter_plugin feat(linter_plugin): Add linter plugin crate (#798) 2023-08-28 11:40:00 +08:00
oxc_macros refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
oxc_minifier Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_napi chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_parser TSTypeName change identifer name to identifier reference (#804) 2023-08-28 11:42:21 +08:00
oxc_query feat(query): Add fields (#807) 2023-08-28 13:56:05 +08:00
oxc_resolver refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
oxc_semantic TSTypeName change identifer name to identifier reference (#804) 2023-08-28 11:42:21 +08:00
oxc_span Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_syntax Release crates as v0.1.1 2023-08-26 17:53:11 +08:00
oxc_type_synthesis TSTypeName change identifer name to identifier reference (#804) 2023-08-28 11:42:21 +08:00
oxc_wasm Rust 1.72.0 (#784) 2023-08-24 23:02:19 +08:00