fix: remove unnecessary await before import.meta.glob#10310
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site 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
|
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
TheOtterlord
left a comment
There was a problem hiding this comment.
Thanks for catching this!
* i18n(fr): update all the `migrate-to` guides Signed-off-by: Armand Philippot <git@armand.philippot.eu> * i18n(fr): update `guides/imports.mdx` See #9240, #10140, #10310 and #10315 * farewell `Astro.glob` * fix wrong locale * fix bold text Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> * remove useless await see #10332 --------- Signed-off-by: Armand Philippot <git@armand.philippot.eu> Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com>
Description (required)
When used with
{ eager: true },import.meta.globno longer returns a promise and thus no longer needsawait.Related issues & labels (optional)