smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.77k stars 2.79k forks source link

Remove non-enumerable flatMap hack #5369

Closed KamilaBorowska closed 5 years ago

KamilaBorowska commented 5 years ago

See https://github.com/Zarel/Pokemon-Showdown/commit/d71a5c90a4d65a568d1d0c2725d3fc90a87656ce

scheibo commented 5 years ago

What's the gameplan for this? Can this hack be removed already? We have our linter now checking for for-in on arrays, and you can probably run node test/simulate exhaustive -5 for a while to provide some confidence after removing the hack to ensure it wont break things.