fix: reexport SourceLocation (#1971)

This commit is contained in:
Matthias Seitz 2022-12-23 13:58:02 +01:00 committed by GitHub
parent 5bbc7524c0
commit 8a5b3cc6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///