Closed 43081j closed 1 year ago
Latest commit: 646e0fc3e7c7e36424fd75e9bd79732e758f9cd9
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Changes
This depends on withastro/astro#7866.
Given the new
AstroGlobal
type parameter (Self
), we can strongly type it to the current default component.So here i've updated the compiler to output
typeof __AstroComponent_
(or whatever name we generated for it).Testing
Updated the existing tests to assert for the added parameter.
Docs
N/A