Ilya Golovin
Ilya Golovin
```ts type Pet = 'cat' | 'dog' const currentPet: Pet = 'cat' const food = { '|' }[currentPet] ``` I use this pattern almost everyday and really want to see...
Fixes #7910 Related #1731, #2910 [comment](https://github.com/vuejs/core/pull/1731#issuecomment-752263923) #### Explanation: [Generated render function](https://github.com/vuejs/core/blob/main/packages/compiler-core/src/codegen.ts#L330) uses `with` statement to wrap its contents in some conditions. Example:  As `_ctx` is a `Proxy` inside `with`...
### Vue - Official extension or vue-tsc version v2.0.26 ### VSCode version 1.91.0 ### Vue version latest ### TypeScript version 5.5.2 ### System Info _No response_ ### Steps to reproduce...
### What problem does this feature solve? * Return users the ability to write and use custom language service plugins * Restore compatibility with `volarjs/services` ([Related issue](https://github.com/volarjs/services/issues/82)) ### What does...
**The Problem**: When working with `eslint-interactive` I always do the same steps: 1. Run `eslint-interactive` 2. Select some rules to work with 3. Usually print them in terminal and fix...
* Bump depends * Fix Eslint errors