Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,422 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 2 repositories
- yyx990803/postcss-modules JavaScript
- yyx990803/postcss TypeScript
Created a pull request in vuejs/rfcs that received 82 comments
New `script setup` (without ref sugar)
This PR separates the <script setup> as proposed in #222 from the ref: sugar so it can be discussed and advanced on its own. It also has incorporat…
Opened 7 other pull requests in 5 repositories
vuejs/rfcs
2
open
1
closed
css-modules/postcss-modules
1
merged
postcss/postcss
1
merged
vitejs/vite
1
merged
vuejs/vitepress
1
merged
Reviewed 9 pull requests in 4 repositories
vuejs/vue-next 3 pull requests
vitejs/vite 3 pull requests
vitejs/vite-plugin-react 2 pull requests
vuejs/vitepress 1 pull request
Created an issue in johnsoncodehk/volar that received 4 comments
`<script setup>` variables declared with destructure
It seems <script setup> binding analysis is not accounting destructure patterns. This works:
<script setup>
const link = useEditLink()
const url = l…

