good first issue
Métricas do repositório
- Stars
- (8.937 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
// jshint freeze: true, esversion: 6
Array.prototype.foo = 2;
Map.prototype.foo = 2;
Expected: two Extending prototype of native object warings.
Actual: only Extending prototype of native object: 'Array' at line 2