dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Remove aspect#on from `Evented` #380

Closed agubler closed 6 years ago

agubler commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

Removes the unnecessary usage of @dojo/core/aspect#on in Evented which removes indirection of stack traces and also reduce the size of the class.

The API remains unchanged, although would be tempted to remove support for glob matches and subscribing multiple handlers at the same time for a specific event....

Resolves #379