refactor(EventEmitter): rename .next() to .emit()#5302
Conversation
a6f409b to
43d34eb
Compare
|
Note this is marked with the big scary BREAKING CHANGE message, but has actually been deprecated, using I also added |
There was a problem hiding this comment.
Why doesn't this enforce generic typing?
|
LGTM once you add the typing to emit! |
|
@robwormald can you add the merge label and assign to Victor when you update? Also mention him in a comment to make sure he sees it. |
43d34eb to
378dbc9
Compare
|
@vsavkin ready to be mergerated, thanks |
BREAKING CHANGE: EventEmitter#next(value) is deprecated, use EventEmitter#emit(value) instead. Closes angular#4287
378dbc9 to
bb3bfd9
Compare
|
(just fixed the commit message, so tests are re-running, but no code changes) |
|
Merging PR #5302 on behalf of @alxhub to branch presubmit-alxhub-pr-5302. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
BREAKING CHANGE
EventEmitter#next(value) is deprecated, use EventEmitter#emit(value)
instead.
Closes #4287