Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ast): add
AstBuilder::*_with_scope_id
etc methods (#6760)
Add methods to `AstBuilder` to create AST nodes with `ScopeId`, `SymbolId`, `ReferenceId`, for use in transformer. e.g. `identifier_reference_with_reference_id`, `binding_identifier_with_symbol_id`, `block_statement_with_scope_id `.
- Loading branch information