The construction of return values should not use Symbol.species
acutmore opened this issue · 1 comments
acutmore commented
The currently proposed spec text uses ArraySpeciesCreate to construct the returned Arrays.
There is a stage 1 proposal to reduce this type of subclass behaviour: https://github.com/tc39/proposal-rm-builtin-subclassing
zloirock commented
This proposal can't be accepted since it will break the web, tc39/proposal-rm-builtin-subclassing#23