mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
b5d827ba68
* Export data store types * Format * Change name again!
6 lines
305 B
Markdown
6 lines
305 B
Markdown
---
|
|
'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.
|