翠 / green

Results 80 issues of 翠 / green

### Description https://github.com/vitejs/vite/pull/14660 is needed. ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New Feature - [...

p1-chore :broom:

### Description fixes #130 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation...

p3-minor-bug :hammer:

### Discussed in https://github.com/vitejs/vite/discussions/10567 Originally posted by **yuntian001** October 21, 2022 ### Describe the bug 当我用官方的vue ssr demo,改为多个createServer ,不同url路由走不同的server ssr渲染逻辑时会报如下错误,但是页面可以正常展示。 ``` [vite] Internal server error: ENOENT: no such file or...

feat: ssr
pending triage

**Describe the bug** Indirect Memory Prefetcher does not work as expected. Even if `max_prefetch_distance` is bigger than 1, it only performs a single indirect prefetch. **Affects version** Since the version...

bug

Wait for VSCode ESLint extension to be stable released

code-group is implemented to VitePress by https://github.com/vuejs/vitepress/pull/1560 The tabs plugin is a more generic component and has features depending on Vue. I think it would be nice to make npm-commands...

Transpilation generates unnecessary fallback inside `@support`. For example, when `lab()` is used inside `@supports (color: lab(0% 0 0))`, lightningcss generates `@supports (color: lab(0% 0 0))` inside it. [playground](https://lightningcss.dev/playground/index.html#%7B%22minify%22%3Afalse%2C%22customMedia%22%3Afalse%2C%22cssModules%22%3Afalse%2C%22analyzeDependencies%22%3Afalse%2C%22targets%22%3A%7B%22safari%22%3A917504%7D%2C%22include%22%3A1048575%2C%22exclude%22%3A0%2C%22source%22%3A%22.x%20%7B%5Cn%20%20--x%3A%20%2381828d%3B%5Cn%7D%5Cn%5Cn%40supports%20(color%3A%20lab(0%25%200%200))%20%7B%5Cn%20%20.x%20%7B%5Cn%20%20%20%20--x%3A%20lab(54.6419%25%20.899702%20-5.96)%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22visitorEnabled%22%3Afalse%2C%22visitor%22%3A%22%7B%5Cn%20%20Color(color)%20%7B%5Cn%20%20%20%20if%20(color.type%20%3D%3D%3D%20'rgb')%20%7B%5Cn%20%20%20%20%20%20color.g%20%3D%200%3B%5Cn%20%20%20%20%20%20return%20color%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22unusedSymbols%22%3A%5B%5D%2C%22version%22%3A%22local%22%7D) These kinds...

### Description The cli didn't exit process immediately after the build finished. This PR fixes that. But I'm not sure why it did exit the process after some seconds even...

needs-triage

### Description Implemented `warmupFiles` (that works like [`server.warmup`](https://vitejs.dev/config/server-options.html#server-warmup) in Vite) to utilize parallelism when processing a single file is slow. This does reduce ~150ms for the benchmark with parallel js...

needs-triage

### Description Moved parallel js plugin registry ownership to rust side to avoid `ObjectFinalize`. @hyf0 It's still PoC state but I'd like to know your thoughts about going this way.