JetBrains / web-types

JSON standard for documenting web component libraries for IDEs, documentation generators and other tools
Apache License 2.0
279 stars 25 forks source link

This function seems a bit off #15

Closed rxliuli closed 4 years ago

rxliuli commented 4 years ago

I feel that this library will become meaningless after vue 3 is used on a large scale, because TypeScript will provide code hints, like many React-TS libraries do. . .

Ref: https://vue-composition-api-rfc.netlify.com/#logic-reuse-code-organization

piotrtomiak commented 4 years ago

@rxliuli Thanks for pointing that out. It would be great if that's true :) However, I think that it'll still be hard to get information about slots, events or directive parameters, so good documentation of the library in form of web-types will probably still have it's applicability.