ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
13 lines (12 loc) • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ChangingChildOrderTextManipulator"), exports);
tslib_1.__exportStar(require("./FullReplacementTextManipulator"), exports);
tslib_1.__exportStar(require("./getSpacingBetweenNodes"), exports);
tslib_1.__exportStar(require("./getTextForError"), exports);
tslib_1.__exportStar(require("./InsertionTextManipulator"), exports);
tslib_1.__exportStar(require("./RemoveChildrenTextManipulator"), exports);
tslib_1.__exportStar(require("./RemoveChildrenWithFormattingTextManipulator"), exports);
tslib_1.__exportStar(require("./RenameLocationTextManipulator"), exports);
tslib_1.__exportStar(require("./UnwrapTextManipulator"), exports);