Closed rschristian closed 6 months ago
Latest commit: 8c7e08f121d4fb5967c0fc63b6aafd45e1613162
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
Adds hand-written types for
stream
&node-stream
exports. While Microbundle can generate types, it seems the types it generates for the main &jsx
entries are a bit wonky and don't get copied over correctly, so I chose to simply match the existing practice and write some definitions myself. They're simple enough anyways.I also added
check-export-map
, as we have in core, to catch this sort of issue in the future.