dojo / core

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

Re-Export @dojo/shim/global and change imports #345

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

This PR changes the global module to re-export @dojo/shim/global module, adds a deprecation warning when the module is loaded, and changes other modules which import it to point directly to @dojo/shim/global.

Resolves #302

kitsonk commented 7 years ago

This requires dojo/shim#80 to be published before this will complete successfully.