UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

20 lines (19 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./ArrayTypeNode"), exports); tslib_1.__exportStar(require("./ConstructorTypeNode"), exports); tslib_1.__exportStar(require("./ExpressionWithTypeArguments"), exports); tslib_1.__exportStar(require("./FunctionTypeNode"), exports); tslib_1.__exportStar(require("./ImportTypeNode"), exports); tslib_1.__exportStar(require("./IntersectionTypeNode"), exports); tslib_1.__exportStar(require("./LiteralTypeNode"), exports); tslib_1.__exportStar(require("./TupleTypeNode"), exports); tslib_1.__exportStar(require("./Type"), exports); tslib_1.__exportStar(require("./TypeAliasDeclaration"), exports); tslib_1.__exportStar(require("./TypeLiteralNode"), exports); tslib_1.__exportStar(require("./TypeNode"), exports); tslib_1.__exportStar(require("./TypeParameter"), exports); tslib_1.__exportStar(require("./TypeParameterDeclaration"), exports); tslib_1.__exportStar(require("./TypeReferenceNode"), exports); tslib_1.__exportStar(require("./UnionTypeNode"), exports);