feat: document AstroComponentLogger type#14203
Conversation
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
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
|
|
Preview deployment ✅ Deployment complete!
|
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Thanks, I left a nit for the type and the AstroRuntimeLogger wasn't correctly formatted. You can see examples in our contributing guide: https://contribute.docs.astro.build/reference/api-references/
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
|
the suggestion has been applied , let me know if i should do any more changes or if something is wrong |
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Thank you, and welcome among docs contributors! LGTM. We'll wait for the other PR to be released before merging this.
| <p> | ||
|
|
||
| **Type:** `{ info: (message: string) => void; warn: (message: string) => void; error: (message: string) => void; }`<br /> | ||
| <Since v="7.0.7" /> |
There was a problem hiding this comment.
Just leaving a comment here to remind us that we'll need to double-check before merging!
Documents the exported type for the runtime logger. Related to withastro/astro#17313