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