[ ] Unit or Functional tests are included 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)
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)