JetBrains / JetBrains/web-types
feat: Publish web-types.json's TypeScript definitions independently of Vue dependencies
- Dominant language
- TypeScript
- Stars
- 306
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
The `[vue-docgen-web-types](https://www.npmjs.com/package/vue-docgen-web-types)` package provides [TypeScript definitions](https://github.com/JetBrains/web-types/blob/master/gen/vue-docgen-web-types/types/web-types.d.ts) for web-types.json
I would love to use those TypeScript definitions in my Lit library, but I can't because that package installs a lot of vue dependencies, which I don't need in my Lit library.
> @vue/compiler-core@npm:3.4.29, @vue/compiler-dom@npm:3.4.29, @vue/compiler-sfc@npm:3.4.29, @vue/compiler-ssr@npm:3.4.29, @vue/shared@npm:3.4.29, and 34 more (+1.03MB)
It also wants to have [`"vue"` as a peerDependency](https://github.com/JetBrains/web-types/blob/11e46e47cb65edc1930dc1fae854005ad45ac08f/gen/vue-docgen-web-types/package.json#L31)
To make using web-types in non-Vue libraries easier, could you please publish the typescript definitions independently or Vue dependencies?
Thank you
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.