Re-export Error/ErrorKind
This commit is contained in:
parent
9be52756b0
commit
fe4572daf5
@ -3,6 +3,7 @@
|
||||
## [Unreleased](https://github.com/dalance/sv-parser/compare/v0.2.0...Unreleased) - ReleaseDate
|
||||
|
||||
* [Added] get_origin to SyntaxTree
|
||||
* [Added] re-export Error/ErrorKind
|
||||
* [Fixed] unwrap_node import
|
||||
* [Fixed] spacing of text macro usage
|
||||
|
||||
|
@ -5,7 +5,7 @@ use nom_greedyerror::error_position;
|
||||
use std::collections::HashMap;
|
||||
use std::fmt;
|
||||
use std::path::{Path, PathBuf};
|
||||
use sv_parser_error::{Error, ErrorKind};
|
||||
pub use sv_parser_error::{Error, ErrorKind};
|
||||
use sv_parser_parser::{lib_parser, sv_parser, Span, SpanInfo};
|
||||
use sv_parser_pp::preprocess::{preprocess, Define, Defines, PreprocessedText};
|
||||
pub use sv_parser_syntaxtree::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user