Evan You
Evan You
Context: https://hacks.mozilla.org/2015/06/the-state-of-web-components/ (See the "Distribution" section) TL;DR: browser vendors cannot agree on the content distribution API for web components. The current `` syntax will likely be replaced. The post describes...
1.0 plans
As many of you know, 0.12 is planned to be the last point release and I believe Vue is in a stable enough state to consider a 1.0 in the...
Support either `/* istanbul ignore next/if/else */` or `/* coverage ignore next/if/else */`
### Clear and concise description of the problem Currently when building in lib mode we do not minify the ES build because that would remove pure annotations and break treeshaking....
- Add a new command: `vitepress init` - Users can invoke this after installing `vitepress` with `npx vitepress init` - Ask a few CLI questions: - Root of your markdown...
### Which project is this feature idea for? Turbopack ### Describe the feature you'd like to request When running the `next-dev` benchmarks, I noticed that the `hmr_to_eval` and `hmr_to_commit` metrics...
In the next-dev bundlers benchmark, the Vite config is using Babel-based React transforms. Although it's the default when creating a Vite React project, the transforms are not inherent to Vite...
Lerna was used for legacy reasons but is actually no longer necessary. Yarn was also used for legacy reasons - old versions of pnpm had issues in Docker, but should...
Reference oxc's workflows: https://github.com/oxc-project/oxc/tree/main/.github/workflows
```ts new Signal.subtle.Watcher(self => { // ^ this currently lacks type }); ```