ea7ff5177d
* `astro:` namespace for middleware and components * Update errors to use namespace * Create a namespace module just for the astro: stuff
8 lines
373 B
Markdown
8 lines
373 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
|
|
`astro:`namespace aliases for middleware and components
|
|
|
|
This adds aliases of `astro:middleware` and `astro:components` for the middleware and components modules. This is to make our documentation consistent between are various modules, where some are virtual modules and others are not. Going forward new built-in modules will use this namespace.
|