dkamyshov / ts-astroturf-tools

TypeScript tools that enhance astroturf.
10 stars 1 forks source link

imported modules should be cached #7

Open dkamyshov opened 5 years ago

dkamyshov commented 5 years ago

The current behaviour is that every time ts-astroturf-tools/loader encounters an interpolation from an imported module, it loads and executes it and all of its dependenies.

These modules should be kept in some sort of a cache.