tc39/proposal-change-array-by-copy

The construction of return values should not use Symbol.species

acutmore opened this issue · 1 comments

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

This proposal can't be accepted since it will break the web, tc39/proposal-rm-builtin-subclassing#23