proposal-emitter
proposal-emitter copied to clipboard
Functionality should not come to Emitter before Array
In particular, the tap()
function/method should be added to Array
before it is added to new places. I made the same point on https://github.com/tc39/proposal-iterator-helpers/issues/13.
can't tap()
be implemented by js developers? Does it need to be on the language?