ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
8 lines (7 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ast"), exports);
tslib_1.__exportStar(require("./symbols"), exports);
tslib_1.__exportStar(require("./tools"), exports);
tslib_1.__exportStar(require("./types"), exports);