oxc/crates/oxc_traverse/src
Dunqing c96e739b96 feat(traverse): add generate_binding and generate_binding_current_scope APIs in context (#6805)
These two APIs are used to create a symbol with the provided symbol name, The difference from `generate_uid` is that we don't need to create a unique name for the symbol.

If you have a better method name for this, Feel free to edit this PR directly
2024-10-23 15:50:09 +00:00
..
ast_operations refactor(traverse): change generate_uid_in_based_on_node to accept a generic type parameter as node type (#6708) 2024-10-21 03:03:32 +00:00
context feat(traverse): add generate_binding and generate_binding_current_scope APIs in context (#6805) 2024-10-23 15:50:09 +00:00
generated refactor(ast)!: remove AstKind::FinallyClause (#6744) 2024-10-21 14:37:51 +00:00
compile_fail_tests.rs refactor(traverse): make Ancestor an owned type (#5269) 2024-08-28 01:07:10 +00:00
lib.rs refactor(traverse): function to get var name from node (#6317) 2024-10-06 23:08:09 +00:00