-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add serialized node type exports #2914
Add serialized node type exports #2914
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Carried over from the old PR: The |
SerializedParagraphNode
and SerializedLineBreakNode
type exports
@matthew-plusprogramming The tests are failing because you need to rebase this on top of |
* Add `SerializedParagraphNode` and `SerializedLineBreakNode` type exports * Add `SerializedListItemNode` and `SerializedListNode` type exports * Add `SerializedMarkNode` type export
Sorry if the similar PR to #2894 is bad practice, I'm new to contributing to OSS. The reason for this new PR is I changed the merge source branch name to reflect the changes now being made compared to previous changes.