feat: add mention of possibility of perhaps async in the file() loader#13108
feat: add mention of possibility of perhaps async in the file() loader#13108sarah11918 merged 4 commits into5.17.0from
Conversation
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
sarah11918
left a comment
There was a problem hiding this comment.
Looks good, just what we needed! 🫡
|
Oops, forgot that the reference entry for I think @ArmandPhilippot suggested what this needs to look like in the other PR? withastro/astro#14932 (comment) |
|
Yes, we would need to update the type with: to show in the reference that the parser can be async. |
|
Just noting that we still need someone to make the change Armand has suggested above! (Y'all really gonna make me open Firebase Studio for this.... 😆 ) |
sarah11918
left a comment
There was a problem hiding this comment.
Thanks everyone! Ready for the release (for realz this time!)
Description (required)
For withastro/astro#14932. The parser function can now be async, which is pretty neat if you want to fetch files every time you parse your .csv (maybe don't do that)