We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b7d24 commit 29f9f7bCopy full SHA for 29f9f7b
1 file changed
src/lib.rs
@@ -106,5 +106,6 @@ pub use crate::dom::Dom;
106
pub use crate::dom::DomVariant;
107
pub use crate::dom::element::{Element, ElementVariant};
108
pub use crate::dom::node::Node;
109
+pub use crate::dom::span::SourceSpan;
110
pub use crate::error::Error;
111
pub use crate::error::Result;
0 commit comments