Open dkamyshov opened 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.
ts-astroturf-tools/loader
These modules should be kept in some sort of a cache.
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.