ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
21 lines (20 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./base"), exports);
tslib_1.__exportStar(require("./class"), exports);
tslib_1.__exportStar(require("./common"), exports);
tslib_1.__exportStar(require("./decorator"), exports);
tslib_1.__exportStar(require("./doc"), exports);
tslib_1.__exportStar(require("./enum"), exports);
tslib_1.__exportStar(require("./expression"), exports);
tslib_1.__exportStar(require("./file"), exports);
tslib_1.__exportStar(require("./function"), exports);
tslib_1.__exportStar(require("./general"), exports);
tslib_1.__exportStar(require("./interface"), exports);
tslib_1.__exportStar(require("./jsx"), exports);
tslib_1.__exportStar(require("./literal"), exports);
tslib_1.__exportStar(require("./namespace"), exports);
tslib_1.__exportStar(require("./statement"), exports);
tslib_1.__exportStar(require("./tools"), exports);
tslib_1.__exportStar(require("./type"), exports);