swc-project/swc

Alternative package manager support for the module resolution

开放

#3,247 创建于 2022年1月13日

 (20 条评论) (24 个反应) (0 位负责人)Rust (1,389 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (33,411 个星标)
PR 合并指标
 (平均合并 1天 18小时) (30 天内合并 37 个 PR)

描述

Describe the feature

Since the currently implemented plugin resolve algorithm relies on the node_modules structure, it doesn't work with alternative module linking approaches like ones from pnpm and Yarn Berry. While directly pointing at the WASM binary is implemented as a temporary workaround, this should be covered with a more elegant and user-friendly approach.

Initially discussed in the Discord channel

Babel plugin or link to the feature description

No response

Additional context

No response

贡献者指南