@rxap/schematics-ts-morph
Version:
This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also in
8 lines • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplyTsMorphProjectRule = ApplyTsMorphProjectRule;
const workspace_ts_morph_1 = require("@rxap/workspace-ts-morph");
function ApplyTsMorphProjectRule(project, basePath = '', organizeImports = true, fixMissingImports = false) {
return tree => (0, workspace_ts_morph_1.ApplyTsMorphProject)(tree, project, basePath, organizeImports, fixMissingImports);
}
//# sourceMappingURL=apply-ts-morph-project.js.map