dojo / core

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

Using importHelpers instead of noEmitHelpers #368

Closed rorticus closed 6 years ago

rorticus commented 6 years ago

Using importHelpers instead of noEmitHelpers. Helpers will be provided by tslib but augmented by @dojo/shim/main.

rorticus commented 6 years ago

@bryanforbes I replaced the array-only usages of for..of with forEach

rorticus commented 6 years ago

@bryanforbes Webstorm was overzealous. I've put back (most) of the style changes. I left ones alone that were fixing previous style errors because of reasons.