Haoqun Jiang
banner
haoqun.dev
Haoqun Jiang
@haoqun.dev
@vuejs.org core team member.
@vite.dev core team emeritus.
Worked on JS tooling. Learning new things.

https://haoqun.dev/
But there is a language switcher at the bottom of the GoDaddy homepage? And you can use root paths like www.godaddy.com/en to go directly to the English homepage.
June 18, 2025 at 3:32 PM
Bought. The interactive debugger looks cool!
April 1, 2025 at 7:10 AM
I rarely feel that the Vue ecosystem is lacking anything, but this time, I truly wish we had a Vue version of this library. Impressive work!
March 27, 2025 at 6:24 AM
You won't have to worry even without corepack - pnpm reads from `packageManager` too: pnpm.io/npmrc#manage... And you can prevent npm from being used with `devEngines`: github.com/npm/cli/pull...
March 24, 2025 at 8:21 AM
Can't believe scoped packages wasn't a free feature of npm until 2017-03-22 blog.npmjs.org/post/1587182...
npm Blog Archive: announcing free Orgs
npm Blog (Archive); updates from the npm team are now published on the GitHub Blog and the GitHub Changelog
blog.npmjs.org
February 24, 2025 at 3:13 PM
Have you tried `v-memo`?
February 23, 2025 at 5:16 AM
@rspack/core does not have a postinstall script, so it won’t be in the list in the first place. If the attacker adds one, it won’t be executed by default.
This feature mitigates risks like this, and that’s it, it’s not designed to prevent all possible attacks.
February 8, 2025 at 10:56 AM
Note it's not about their Node APIs (so Vite isn't affected), just when executing the binaries (i.e. `pnpm exec esbuild`) there will be a performance hit.
February 5, 2025 at 7:52 AM
In my experience this new default doesn't break many projects.
But it might slow down some native packages a bit.
For example, packages like esbuild, lightningcss-cli try to optimize their binaries in the postinstall scripts; these will no longer be executed by default: github.com/evanw/esbuil...
February 5, 2025 at 7:52 AM