ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
13 lines (12 loc) • 694 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ExportAssignment"), exports);
tslib_1.__exportStar(require("./ExportDeclaration"), exports);
tslib_1.__exportStar(require("./ExportSpecifier"), exports);
tslib_1.__exportStar(require("./ExternalModuleReference"), exports);
tslib_1.__exportStar(require("./FileSystemRefreshResult"), exports);
tslib_1.__exportStar(require("./ImportDeclaration"), exports);
tslib_1.__exportStar(require("./ImportEqualsDeclaration"), exports);
tslib_1.__exportStar(require("./ImportSpecifier"), exports);
tslib_1.__exportStar(require("./SourceFile"), exports);