@rxap/workspace-ts-morph
Version:
This package provides utilities for transforming workspace files using the TypeScript compiler API via ts-morph. It includes functions to add directories to a ts-morph project, apply ts-morph project changes to a tree, and perform transformations on Angul
10 lines • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// region
tslib_1.__exportStar(require("./lib/add-dir"), exports);
tslib_1.__exportStar(require("./lib/apply-ts-morph-project"), exports);
tslib_1.__exportStar(require("./lib/overwrite-options"), exports);
tslib_1.__exportStar(require("./lib/ts-morph-transform"), exports);
// endregion
//# sourceMappingURL=index.js.map