UNPKG

@rxap/plugin-utilities

Version:

Provides utility functions for Nx plugins, such as retrieving project dependencies, determining output paths, and interacting with package.json files. It simplifies common tasks within Nx executors and generators. This package helps streamline plugin deve

18 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // region tslib_1.__exportStar(require("./lib/get-all-package-dependencies-for-project"), exports); tslib_1.__exportStar(require("./lib/get-dependent-projects-for-project"), exports); tslib_1.__exportStar(require("./lib/get-direct-package-dependencies-for-project"), exports); tslib_1.__exportStar(require("./lib/get-workspace-name"), exports); tslib_1.__exportStar(require("./lib/guess-output-path"), exports); tslib_1.__exportStar(require("./lib/project-package-json"), exports); tslib_1.__exportStar(require("./lib/project-package-name-mapping"), exports); tslib_1.__exportStar(require("./lib/project-root-files"), exports); tslib_1.__exportStar(require("./lib/project-source-root-files"), exports); tslib_1.__exportStar(require("./lib/project-target"), exports); tslib_1.__exportStar(require("./lib/project"), exports); tslib_1.__exportStar(require("./lib/yarn-run"), exports); // endregion //# sourceMappingURL=index.js.map