ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
16 lines (15 loc) • 842 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./base"), exports);
tslib_1.__exportStar(require("./JsxAttribute"), exports);
tslib_1.__exportStar(require("./JsxClosingElement"), exports);
tslib_1.__exportStar(require("./JsxClosingFragment"), exports);
tslib_1.__exportStar(require("./JsxElement"), exports);
tslib_1.__exportStar(require("./JsxExpression"), exports);
tslib_1.__exportStar(require("./JsxFragment"), exports);
tslib_1.__exportStar(require("./JsxOpeningElement"), exports);
tslib_1.__exportStar(require("./JsxOpeningFragment"), exports);
tslib_1.__exportStar(require("./JsxSelfClosingElement"), exports);
tslib_1.__exportStar(require("./JsxSpreadAttribute"), exports);
tslib_1.__exportStar(require("./JsxText"), exports);