Skip to content
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

Export unstable_createFlightResponse from @rsc-parser/core #946

Merged
merged 2 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/soft-dodos-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@rsc-parser/core": patch
"@rsc-parser/embedded-example": patch
"@rsc-parser/chrome-extension": patch
"@rsc-parser/embedded": patch
"@rsc-parser/storybook": patch
"@rsc-parser/website": patch
---

Export `unstable_createFlightResponse`
2 changes: 2 additions & 0 deletions packages/core/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
BottomPanelCloseButton,
} from "./components/BottomPanel";
import { fetchPatcher } from "./fetchPatcher";
import { createFlightResponse as unstable_createFlightResponse } from "./createFlightResponse";

export {
type RscChunkMessage,
Expand All @@ -28,4 +29,5 @@ export {
BottomPanelOpenButton,
BottomPanelCloseButton,
fetchPatcher,
unstable_createFlightResponse,
};