Sun Xiaoran
Sun Xiaoran
Node.js has implemented native support for ESM in the real world, and the community is increasingly recommending the use of ESM instead of CommonJS (e.g: https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77). I noticed that `dayjs`...
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
### What is the problem you're trying to solve? Thanks to the CSS Houdini API, the property name of a custom property could appear in the value of some declarations,...
In my site, the search function makes no sense for a part of users, but adding this plugin causes all users to load the index data. Especially in the CJK...
### Describe the bug For code ```js const { values = [] } = defineProps() ``` the expectation is that it should be compiled to ```js defineComponent({ props: { values:...
### What happened? I found that Cline took more than 20 seconds to create each checkpoint in a large private repository. After investigation, I found that at least half of...