oxc/crates/oxc_semantic
Makoto Tateno c5ff534b08
feat(semantic): add node_id to Reference (#689)
Closes #685 

Intend to use this in the following ways in #672.
```rs
let node = ctx.nodes().get_node(reference.node_id());
if !self.type_of && has_typeof_operator(node, ctx) {
    return;
}
```
2023-08-05 12:45:22 +08:00
..
src feat(semantic): add node_id to Reference (#689) 2023-08-05 12:45:22 +08:00
Cargo.toml fix(semantic): nested references (#661) 2023-07-31 12:29:15 +08:00