UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

25 lines (24 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./CodeAction"), exports); tslib_1.__exportStar(require("./CombinedCodeAction"), exports); tslib_1.__exportStar(require("./CodeFixAction"), exports); tslib_1.__exportStar(require("./DefinitionInfo"), exports); tslib_1.__exportStar(require("./Diagnostic"), exports); tslib_1.__exportStar(require("./DiagnosticMessageChain"), exports); tslib_1.__exportStar(require("./DiagnosticWithLocation"), exports); tslib_1.__exportStar(require("./DocumentSpan"), exports); tslib_1.__exportStar(require("./EmitOutput"), exports); tslib_1.__exportStar(require("./EmitResult"), exports); tslib_1.__exportStar(require("./FileTextChanges"), exports); tslib_1.__exportStar(require("./ImplementationLocation"), exports); tslib_1.__exportStar(require("./OutputFile"), exports); tslib_1.__exportStar(require("./RefactorEditInfo"), exports); tslib_1.__exportStar(require("./ReferencedSymbol"), exports); tslib_1.__exportStar(require("./ReferencedSymbolDefinitionInfo"), exports); tslib_1.__exportStar(require("./ReferenceEntry"), exports); tslib_1.__exportStar(require("./RenameLocation"), exports); tslib_1.__exportStar(require("./SymbolDisplayPart"), exports); tslib_1.__exportStar(require("./TextChange"), exports); tslib_1.__exportStar(require("./TextSpan"), exports);