Evan You

Results 36 issues of 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...

feedback welcome

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...

announcement

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....

enhancement
feat: library mode

- 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...

enhancement

### 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...

linear: turbopack
owned-by: turbopack

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...

scope: workflow

Reference oxc's workflows: https://github.com/oxc-project/oxc/tree/main/.github/workflows

scope: workflow

```ts new Signal.subtle.Watcher(self => { // ^ this currently lacks type }); ```