microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

Provide a sample demonstrating how tslib makes a difference #37

Closed Deilan closed 7 years ago

Deilan commented 7 years ago

Please provide some samples demonstrating how tslib makes a difference. Expose scenarios: what javascript code differs between using importHelpers: true and importHelpers: false and how it differs exactly.

I also think there should be a clear answer to the question: What does one win if he uses tslib instead of not using it?