Skip to content

Commit

Permalink
feat(ast): add AstBuilder::*_with_scope_id etc methods (#6760)
Browse files Browse the repository at this point in the history
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
overlookmotel committed Oct 22, 2024
1 parent dbe1972 commit 78fee6e
Show file tree
Hide file tree
Showing 2 changed files with 1,520 additions and 54 deletions.
Loading

0 comments on commit 78fee6e

Please sign in to comment.