RegExp.prototype.exec returns `any`
Offen
Library definitions
- Vorherrschende Sprache
- Rust
- Sterne
- 22.3k
- Forks
- 1.9k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, RegExp.prototype.exec returns `any`, which disables all checks.
At least it should be the same as String.prototype.match, that is `?Array` currently but could be changed in https://github.com/facebook/flow/issues/3554.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.