Make TextNode public #78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exposing
TextNodeso it can be used in scenarios like:I can change it to
export type {TextNode} from "./node"if you prefer not exposing it as a public API.This type is intentionally not public. You should be able to do what
withTextdoes pretty easily without changing the library interface.Pull request closed