microsoft / tslib

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

feat(importStar): Cache non‑module results #80

Open ExE-Boss opened 4 years ago

ExE-Boss commented 4 years ago

Babel has been doing this since https://github.com/babel/babel/pull/10161, https://github.com/babel/babel/pull/10574 and https://github.com/babel/babel/pull/10585.