-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: first implementation for serialized config #13000
Conversation
|
86324f2
to
6dd6c1c
Compare
We can bikeshed the exact content of the exports later, but overall the approach looks good. |
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Changes
This PR a first round of implementation of the Stage 2 RFC withastro/roadmap#1099
The PR isn't against
main
and it's meant to test the waters.Important
Let's not focus on the naming of the virtual module, we will use the RFC Stage 3 for that. Focus on the technical implementation and the "expected usage" of the module, and see the information that we want to export from each module make sense
This PR will set the ground work for the Stage 3 RFC
Testing
Added new tests
Docs
Not at this stage