diff options
Diffstat (limited to '.changeset/mean-donkeys-switch.md')
-rw-r--r-- | .changeset/mean-donkeys-switch.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/mean-donkeys-switch.md b/.changeset/mean-donkeys-switch.md new file mode 100644 index 000000000..db70086bf --- /dev/null +++ b/.changeset/mean-donkeys-switch.md @@ -0,0 +1,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. |