blob: db70086bfe3d7a590b89cfe4a631c38d1b1909ad (
plain) (
blame)
1
2
3
4
5
6
|
---
'astro': patch
---
Exports types for all `LoaderContext` properties from `astro/loaders` to make it easier to use them in custom loaders.
The `ScopedDataStore` interface (which was previously internal) is renamed to `DataStore`, to reflect the fact that it's the only public API for the data store.
|