webcomponents / webcomponents/custom-elements-manifest
Add `since` field to `Declaration` and `Export`
Open
- Dominant language
- TypeScript
- Stars
- 502
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
A custom elements manifest is actually a javascript package manifest (npm, jsr, etc).
JSDoc provides `@since` to indicate which package version introduced a given feature.
Custom elements manifest should also include `since` in Declaration and Export types
## References
- [`@since` JSDoc block tag](https://jsdoc.app/tags-since)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.