ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
34 lines (33 loc) • 1.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./Block"), exports);
tslib_1.__exportStar(require("./BreakStatement"), exports);
tslib_1.__exportStar(require("./CaseBlock"), exports);
tslib_1.__exportStar(require("./CaseClause"), exports);
tslib_1.__exportStar(require("./CatchClause"), exports);
tslib_1.__exportStar(require("./ContinueStatement"), exports);
tslib_1.__exportStar(require("./DebuggerStatement"), exports);
tslib_1.__exportStar(require("./DefaultClause"), exports);
tslib_1.__exportStar(require("./DoStatement"), exports);
tslib_1.__exportStar(require("./EmptyStatement"), exports);
tslib_1.__exportStar(require("./ExpressionStatement"), exports);
tslib_1.__exportStar(require("./ForInStatement"), exports);
tslib_1.__exportStar(require("./ForOfStatement"), exports);
tslib_1.__exportStar(require("./ForStatement"), exports);
tslib_1.__exportStar(require("./IfStatement"), exports);
tslib_1.__exportStar(require("./IterationStatement"), exports);
tslib_1.__exportStar(require("./LabeledStatement"), exports);
tslib_1.__exportStar(require("./NotEmittedStatement"), exports);
tslib_1.__exportStar(require("./ReturnStatement"), exports);
tslib_1.__exportStar(require("./Statement"), exports);
tslib_1.__exportStar(require("./StatementedNode"), exports);
tslib_1.__exportStar(require("./SwitchStatement"), exports);
tslib_1.__exportStar(require("./ThrowStatement"), exports);
tslib_1.__exportStar(require("./TryStatement"), exports);
tslib_1.__exportStar(require("./VariableDeclaration"), exports);
tslib_1.__exportStar(require("./VariableDeclarationKind"), exports);
tslib_1.__exportStar(require("./VariableDeclarationList"), exports);
tslib_1.__exportStar(require("./VariableStatement"), exports);
tslib_1.__exportStar(require("./WhileStatement"), exports);
tslib_1.__exportStar(require("./WithStatement"), exports);