UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

13 lines (12 loc) 542 B
"use strict"; function __export(m) { for (var p in m) /* istanbul ignore else */ if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./FormattingKind")); __export(require("./getClassMemberFormatting")); __export(require("./getFormattingKindText")); __export(require("./getGeneralFormatting")); __export(require("./getInterfaceMemberFormatting")); __export(require("./getStatementedNodeChildFormatting")); __export(require("./getTextFromFormattingEdits"));