Kyrie Lin

Results 9 issues of Kyrie Lin

**Describe the bug** https://codesandbox.io/s/adoring-estrela-ptj5o1?file=/src/index.js **Expected behavior** 期望解析 '2022-29th' 这类字符串能得到正常的数据 **Information** - Day.js Version [e.g. v1.0.0] - OS: [e.g. iOS] - Browser [e.g. chrome 62] - Time zone: [e.g. GMT-07:00 DST...

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...

### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ]...

### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ]...

Hey,I found it will parse error when I import a css like this: `import './test.css'` ```css // test.css .test { --animate-margin-top: -30px; --animate-transform-vertical: top } ``` the error detail is:...

bug
low priority

### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ]...

when node version is >= 8, it will throw error `read ECONNRESET` somtimes. add this line can skip error unless you don't want it to work.

### 🤔 这个 PR 的性质是? - [x] 日常 bug 修复 - [x] 新特性提交 - [x] 文档改进 - [x] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] CI/CD 改进 - [...

目前在推进 React 组件库的正式版发布,组件 Api 也进入相对稳定阶段,为保证组件质量及减轻后续维护成本需完善测试覆盖率,尽可能的让每个 Api 都有单元测试保障。 #### Tips - 如果你更熟悉 Jest 可以参照 [官方迁移指南](https://cn.vitest.dev/guide/migration.html) 来学习如何使用 Vitest。 - 使用 vscode 的话,可以安装 Vitest 插件 - 遵循 [TDesign 单元测试规范](https://github.com/Tencent/tdesign-vue/blob/develop/TEST_GUIDE.md) 进行单测开发 - 参与贡献请在此 `issue`...

🙏🏻 help wanted
in progress