dojo / shim

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

shim needs tslib 1.8 #123

Closed jason0x43 closed 6 years ago

jason0x43 commented 6 years ago

Shim needs functionality from tslib 1.8 (specifically __makeTemplateObject), but it's dependencies specify ^1.7.1. If a parent project specifies a 1.7.x dependency, shim can end up with something incompatible.