Chunyang Huo
Chunyang Huo
**Describe the bug** How do I set the @ababel/parser `decoratorsBeforeExport` plugin option to true? **To Reproduce** 1. Go to https://astexplorer.net/#/gist/39552fa60a6601a59f4b03959f23b4ab/latest 2. See error **Expected behavior** Using the export keyword between...
 这里有段代码里,由于没有访问 receiver,所以返回值仍然是一,需要将 ```js const obj = { foo: 1 } console.log(Reflect.get(obj, 'foo', { foo: 2 })) ``` 改为: ```js const obj = { get foo() { return this.foo }...
@All 1. Thank you for reading. In fact, if you understand the existing chapters, you can basically go and explore it yourself. You don't need me to explain it. 2....
对于捐赠过我的同学,我可以在文章站点添加捐赠信息,通常是 名称(昵称) + 外链。但我收到的捐赠里看不到你的信息,如果你希望出现在列表中,可以联系我:微信 hcusun。 更新:捐赠者列表:http://hcysun.me/vue-design/zh/donor-list.html
## Summary - Support `matchBy`, allow to specify the match target, there are two available values: - `'name'`: use component name to match. - `'key'`: use the `key` of the...
I was trying to add tests for my project that is using plop to generate code. For example:  But the tests couldn't be run, because plop will throw an...
ESbuild has a built-in text loader https://esbuild.github.io/content-types/#text, which allows us to load a file as a raw text string. So we are going to be able to load the HTML...
This is a copy of the old PR https://github.com/vuejs/vue-next/pull/3414, for some reasons, I had to reopen a new one. RFC vuejs/rfcs#284