UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

25 lines (24 loc) 939 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("./fillAndGetChildren")); __export(require("./getEndIndexFromArray")); __export(require("./getInsertErrorMessageText")); __export(require("./getMixinStructureFunctions")); __export(require("./getNewReplacementSourceFile")); __export(require("./getNodeOrNodesToReturn")); __export(require("./getRangeFromArray")); __export(require("./getStructureFunctions")); __export(require("./verifyAndGetIndex")); __export(require("./code")); __export(require("./formatting")); __export(require("./insertion")); __export(require("./move")); __export(require("./removal")); __export(require("./replaction")); __export(require("./text")); __export(require("./textChecks")); __export(require("./textSeek")); __export(require("./tree"));