JetBrains / web-types

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

bug: TypeScript typings are out of date #84

Open maxpatiiuk opened 2 weeks ago

maxpatiiuk commented 2 weeks ago

The TypeScript typings still include a tags property: https://github.com/JetBrains/web-types/blob/11e46e47cb65edc1930dc1fae854005ad45ac08f/gen/vue-docgen-web-types/types/web-types.d.ts#L116

The property is now deprecated and should have been replaced with "elements" https://github.com/JetBrains/web-types/blob/11e46e47cb65edc1930dc1fae854005ad45ac08f/schema/web-types.json#L936