ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
8 lines (7 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./BodyTextStructurePrinter"), exports);
tslib_1.__exportStar(require("./StatementedNodeStructurePrinter"), exports);
tslib_1.__exportStar(require("./VariableDeclarationStructurePrinter"), exports);
tslib_1.__exportStar(require("./VariableStatementStructurePrinter"), exports);