@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
31 lines • 2.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./build-angular-base-path"), exports);
tslib_1.__exportStar(require("./coerce-accordion-component"), exports);
tslib_1.__exportStar(require("./coerce-component-class"), exports);
tslib_1.__exportStar(require("./coerce-component"), exports);
tslib_1.__exportStar(require("./coerce-data-source-class"), exports);
tslib_1.__exportStar(require("./coerce-form-builder-provider"), exports);
tslib_1.__exportStar(require("./coerce-form-component-provider"), exports);
tslib_1.__exportStar(require("./coerce-form-definition"), exports);
tslib_1.__exportStar(require("./coerce-form-provider"), exports);
tslib_1.__exportStar(require("./coerce-form-providers-file"), exports);
tslib_1.__exportStar(require("./coerce-form-table-action"), exports);
tslib_1.__exportStar(require("./coerce-method-class"), exports);
tslib_1.__exportStar(require("./coerce-navigation-table-action"), exports);
tslib_1.__exportStar(require("./coerce-operation-table-action"), exports);
tslib_1.__exportStar(require("./coerce-project-feature"), exports);
tslib_1.__exportStar(require("./coerce-proxy-remote-method-class"), exports);
tslib_1.__exportStar(require("./coerce-table-action-index-provider"), exports);
tslib_1.__exportStar(require("./coerce-table-action-provider"), exports);
tslib_1.__exportStar(require("./coerce-table-action"), exports);
tslib_1.__exportStar(require("./coerce-table-parameters-from-route"), exports);
tslib_1.__exportStar(require("./coerce-tree-table-children-proxy-remote-method-class"), exports);
tslib_1.__exportStar(require("./coerce-tree-table-root-proxy-remote-method-class"), exports);
tslib_1.__exportStar(require("./has-accordion-component"), exports);
tslib_1.__exportStar(require("./has-component"), exports);
tslib_1.__exportStar(require("./has-project-feature"), exports);
tslib_1.__exportStar(require("./has-table-component"), exports);
tslib_1.__exportStar(require("./coerce-open-api-table-action"), exports);
//# sourceMappingURL=index.js.map