ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
12 lines (11 loc) • 661 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./FormattingKind"), exports);
tslib_1.__exportStar(require("./getClassMemberFormatting"), exports);
tslib_1.__exportStar(require("./getFormattingKindText"), exports);
tslib_1.__exportStar(require("./getGeneralFormatting"), exports);
tslib_1.__exportStar(require("./getInterfaceMemberFormatting"), exports);
tslib_1.__exportStar(require("./getStatementedNodeChildFormatting"), exports);
tslib_1.__exportStar(require("./getTextFromFormattingEdits"), exports);
tslib_1.__exportStar(require("./hasBody"), exports);