-
-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This is a proposal for enhancing vue-tsc
Example:
<MyComponent
:propThatDoesNotExist="42"
/>
When running npx vue-tsc --noEmit i want it to detect that propThatDoesNotExist is not presently defined in myComponent.
This could produce a warning or error.
Feature like this currently exists in TS files.
When trying to edit fields that is not defined in some typescript class it will output:
Property 'xxx' does not exist on type 'MyClass'.
This would be very helpful for Vue developers when renaming props or performs refactoring or git rebases as looking through the code manually can be tedious.
xiaoxiangmoe, sapphi-red, jzs11, eladcandroid, ClementNerma and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request