estree-toolkit
Version:
Traverser, scope tracker, and more tools for working with ESTree AST
9 lines (8 loc) • 419 B
TypeScript
export { builders } from './builders';
export { is } from './is';
export type { NodePath, NodePathT } from './nodepath';
export type { Scope, Label } from './scope';
export type { BindingKind, BindingPathT, Binding, GlobalBinding } from './binding';
export { traverse, VisitorFn, Visitor, Visitors, VisitorContext } from './traverse';
export * as utils from './utils/index';
export * as types from './generated/types';