dojo / core

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

Remove @dojo/interfaces #375

Closed matt-gadd closed 6 years ago

matt-gadd commented 6 years ago

Type: bug / feature

The following has been addressed in the PR:

Description: Removes @dojo/interfaces. This has always been incorrect anyway as it should've been an actual dependency and not a dev dep (as the types are used in dist code). Given we are about to get rid of @dojo/interfaces I've simply inlined the loader types into the interfaces in @dojo/core for now. In the future the modules that depend on those in here might not exist anyway (we are going to deprecate/remove @dojo/core/load at the very least)