@travetto/transformer
Version:
Functionality for AST transformations, with transformer registration, and general utils
20 lines (17 loc) • 661 B
text/typescript
export * from './src/state.ts';
export * from './src/visitor.ts';
export * from './src/register.ts';
export * from './src/types/visitor.ts';
export * from './src/types/shared.ts';
export * from './src/manager.ts';
export * from './src/util/core.ts';
export * from './src/util/declaration.ts';
export * from './src/util/decorator.ts';
export * from './src/util/doc.ts';
export * from './src/util/literal.ts';
export * from './src/util/log.ts';
export * from './src/util/system.ts';
export type {
AnyType, ForeignType, ManagedType, PointerType, LiteralType, ShapeType,
CompositionType, TupleType, UnknownType, TemplateType
} from './src/resolver/types.ts';