6 ms·
Documentation here is one of the areas we need to work on. There's a bit in https://github.com/vercel/turbo/blob/main/architecture.md#turbo-tasks https://github
by jridgewell 4y ago
Documentation here is one of the areas we need to work on. There's a bit in https://github.com/vercel/turbo/blob/main/architecture.md#turbo-tasks https://github.com/vercel/turbo/blob/main/architecture.md#tu...
A small example of code that uses this is https://github.com/vercel/turbo/blob/main/crates/turbo-tasks-env/src/dotenv.rs https://github.com/vercel/turbo/blob/main/crates/turbo-tasks..., which defines how we can load a `.env` file using FS read caching, cached `read` and `read_all` functions, etc.
- rattray 4y agoAh, very helpful/interesting – thank you! Seems neat.