Draft
Conversation
- Add generic script setup support (`<script setup generic="T">`) by propagating the generic attr through parser and analyzer - Add index signature to ImportMeta interface so project-specific properties (e.g. import.meta.vfFeatures) don't cause type errors - Add vize.config.json for vuefes-2025 with vue-i18n template globals - Add void references for props_destructure bindings at setup scope to prevent TS6133 when destructured props are shadowed in template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PKL takes priority over JSON when both exist. Falls back to defaults gracefully if pkl binary is missing or parse fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…3854→3543) - Derive $ globals from ComponentPublicInstance (delegate type resolution to tsgo) - Auto-unwrap Ref<T> in template scope via type alias captures + var shadowing - Sanitize hyphenated component names (e.g. i18n-t → i18n_t) - Handle v-for on numeric literal with Array.from - Add CSS $style module support from <style module> blocks - Detect Nuxt projects and emit auto-import stubs for Vue/Nuxt composables Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.