dojo / core

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

Move Evented interfaces and types from `dojo/interfaces` to `Evented.ts` #334

Closed agubler closed 6 years ago

agubler commented 7 years ago

Enhancement

The interfaces and types related to Evented.ts should be moved from the @dojo/interfaces package into the Evented.ts module as there is little benefit to them being in a separate package. In fact it adds overhead when making changes to the Evented functionality.

kitsonk commented 6 years ago

Since this is ultimately a "nice to have" I have moved it to the RC, but if we can pick it up at some point ahead of that 😁

agubler commented 6 years ago

This will be achieved when https://github.com/dojo/meta/issues/223 is completed.

dylans commented 6 years ago

Resolved.