ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
13 lines (12 loc) • 714 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./createCompilerSourceFile"), exports);
tslib_1.__exportStar(require("./getNodeByNameOrFindFunction"), exports);
tslib_1.__exportStar(require("./getParentSyntaxList"), exports);
tslib_1.__exportStar(require("./getSymbolByNameOrFindFunction"), exports);
tslib_1.__exportStar(require("./getSyntaxKindName"), exports);
tslib_1.__exportStar(require("./isNodeAmbientOrInAmbientContext"), exports);
tslib_1.__exportStar(require("./isStringKind"), exports);
tslib_1.__exportStar(require("./ModuleUtils"), exports);
tslib_1.__exportStar(require("./printNode"), exports);