Skip to content

Commit

Permalink
fix: export new analyzer types (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Nov 27, 2023
1 parent 60de461 commit c74b240
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 c74b240

Please sign in to comment.