UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

9 lines (8 loc) 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./ObjectDestructuringAssignment"), exports); tslib_1.__exportStar(require("./ObjectLiteralExpression"), exports); tslib_1.__exportStar(require("./PropertyAssignment"), exports); tslib_1.__exportStar(require("./ShorthandPropertyAssignment"), exports); tslib_1.__exportStar(require("./SpreadAssignment"), exports);