UNPKG

escaya-codegen

Version:

lightweight and blazing fast JavaScript code generator from an EScaya-compliant AST

4 lines 260 B
import { Context, CodeGenState } from './common'; export declare type ASTLookup = (node: any, state: CodeGenState, context: Context, char: number) => string; export declare const ASTTable: (ASTLookup | (() => void))[]; //# sourceMappingURL=astTable.d.ts.map