ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
13 lines (12 loc) • 624 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./CommentRange"), exports);
tslib_1.__exportStar(require("./ComputedPropertyName"), exports);
tslib_1.__exportStar(require("./Identifier"), exports);
tslib_1.__exportStar(require("./Node"), exports);
tslib_1.__exportStar(require("./QualifiedName"), exports);
tslib_1.__exportStar(require("./Scope"), exports);
tslib_1.__exportStar(require("./Signature"), exports);
tslib_1.__exportStar(require("./Symbol"), exports);
tslib_1.__exportStar(require("./SyntaxList"), exports);