legend80s
legend80s
含 `@` 的数据 mock 报错,已经修复在 [fix: getValueByKeyPath 追加 fallback 逻辑](https://github.com/nuysoft/Mock/commit/c801353449904cc9f6b9bd10f2c865ef8269e93b) 但 http://mockjs.com/examples.html 控制台仍然报错 控制台显示 `Mock.version` 是 "1.0.1-beta1"
### Clear and concise description of the problem As a developer using Vitest I wish an exciting feature - "documentation comments test" like rust. > Nothing is better than documentation...
### 🤔 这个变动的性质是?/ What is the nature of this change? - [ ] 新特性提交 / New feature - [ ] bug 修复 / Fix bug - [ ] 样式优化 /...
### 🤔 这个变动的性质是?/ What is the nature of this change? - [ ] 新特性提交 / New feature - [ ] bug 修复 / Fix bug - [ ] 样式优化 /...
https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2657
### **Rule: `no-array-fill-with-reference-type`** **Description**: Disallows using `Array.fill()` with **reference types** (objects, arrays, functions, Maps, Sets, RegExp literals, etc.) to prevent unintended shared references across array elements. Encourages `Array.from()` or explicit...