Microsoft/TypeScript
`ReadonlySet` lacks documentation for `has`, `forEach` and `size`
Chiusa
#63.481 aperta il 15 mag 2026
Domain: lib.d.tsHelp WantedPossible Improvement
Metriche repository
- Star
- (108.860 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (9 PR mergiate in 30 g)
Descrizione
⚙ Compilation target
ES2015+
⚙ Library
lib.es2015.collection.d.ts
Missing / Incorrect Definition
ReadonlySet<T> lacks documentation for forEach, has and size.
These should ideally be copied from regular Set<T> for consistency.
Sample Code
Documentation Link
N/A