microsoft/rnx-kit

Have workspace Resolution functionality along with Node Module Resolution for dependency resolution

开放

#2,457 创建于 2023年6月9日

 (9 条评论) (0 个反应) (0 位负责人)TypeScript (119 个派生)auto 404
enhancementfeature: align-depsgood first issue

仓库指标

星标
 (1,725 个星标)
PR 合并指标
 (平均合并 2天 21小时) (30 天内合并 45 个 PR)

描述

What I need? Can we please have the workspace resolution functionality as well along with node_module resolution of the dependencies?

Why I need? I am using rnx-kit for aligning dependencies in my project. I am working on a monorepo and I wanted to use align-deps before installing any dependencies in my project (To run rnx-kit I have created a bundle of it and calling it). For that I need workspace resolution of few of my internal packages which are yet not available in node_modules. So, can we please have the workspace resolution functionality as well along with node_module resolution of the dependencies?

Where to change? I think this is the place where my functionality can be added.

贡献者指南