dojo / shim

:rocket: Dojo 2 - provides modular fills of ES6+ functionality.
http://dojo.io
Other
14 stars 21 forks source link

Replacing noEmitHelpers with importHelpers #120

Closed rorticus closed 6 years ago

rorticus commented 6 years ago

Replacing noEmitHelpers with importHelpers. We need this for compatibility with webpack. Including the patch to tslib to update __values for string iteration.

We still want to load @dojo/shim/main first as it is going to load all the required polyfills. The only real downstream change here is that we'll be setting importHelpers: true instead of noEmitHelpers: true.

When this has landed, I'll merge / update core, then we can get to widget-core.