wechat-miniprogram / wechat-miniprogram/computed
fast-deep-equal和rfdc可以放在peer-dependencies里面吗?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 696
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
对于那些不会扁平化依赖的包管理工具,比如pnpm,npm构建后不会包含上面两个依赖
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the package dependency declarations and the published build output, focusing on how fast-deep-equal and rfdc are included for non-flattening package managers such as pnpm. Done means a clean install of the package contains or otherwise resolves both dependencies without relying on flattened npm dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100