UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

12 lines (11 loc) 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./code"), exports); tslib_1.__exportStar(require("./formatting"), exports); tslib_1.__exportStar(require("./helpers"), exports); tslib_1.__exportStar(require("./manipulations"), exports); tslib_1.__exportStar(require("./nodeHandlers"), exports); tslib_1.__exportStar(require("./textChecks"), exports); tslib_1.__exportStar(require("./textManipulators"), exports); tslib_1.__exportStar(require("./textSeek"), exports);