fix: reexport SourceLocation (#1971)
This commit is contained in:
parent
5bbc7524c0
commit
8a5b3cc6c9
|
@ -19,7 +19,7 @@ pub mod visitor;
|
|||
|
||||
/// A low fidelity representation of the AST.
|
||||
pub(crate) mod lowfidelity;
|
||||
pub use lowfidelity::{Ast, Node, NodeType};
|
||||
pub use lowfidelity::{Ast, Node, NodeType, SourceLocation as LowFidelitySourceLocation};
|
||||
|
||||
/// Types for the Yul AST.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue