UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

12 lines (11 loc) 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./BindingNamedNode"), exports); tslib_1.__exportStar(require("./DeclarationNamedNode"), exports); tslib_1.__exportStar(require("./NameableNode"), exports); tslib_1.__exportStar(require("./NamedNodeBase"), exports); tslib_1.__exportStar(require("./NamedNode"), exports); tslib_1.__exportStar(require("./PropertyNamedNode"), exports); tslib_1.__exportStar(require("./ReferenceFindableNode"), exports); tslib_1.__exportStar(require("./RenameableNode"), exports);