Skip to content

Commit

Permalink
fix: export new analyzer types
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 27, 2023
1 parent 60de461 commit 588e970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ use std::sync::Arc;

pub use analyzer::analyze_deno_types;
pub use analyzer::Comment;
pub use analyzer::DependencyDescriptor;
pub use analyzer::DynamicArgument;
pub use analyzer::DynamicDependencyDescriptor;
pub use analyzer::ModuleAnalyzer;
pub use analyzer::ModuleInfo;
pub use analyzer::PositionRange;
Expand Down

0 comments on commit 588e970

Please sign in to comment.