feat!: clean up internal symbols usage#14420
Conversation
|
|
@sarah11918 let me know if you think this needs docs but I don't think it does! |
There was a problem hiding this comment.
Updated to match cloudflare
|
I think this all seems pretty internal, if it's only official adapters (so, integration authors don't need to know/do anything different?) and it's otherwise internal code (so, no Astro project code needs to change.) So, I'll still want to review the changeset in the end, but likely no docs seems like the right call! |
|
Since it should only be a refactor, I'm thinking about not including a changeset at all |
Changes
astro.localssymbol is only used in dev by official adapters, so it can be removed from hereastro.clientAddresssymbol is meant to be used internally only, now thatclientAddresscan be passed toapp.render()Testing
Should still pass
Docs
Shouldn't be needed as it's an undocumented API