mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
305 B
305 B
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.