Skip to content

Commit

Permalink
fix description to be less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 21, 2024
1 parent 219027b commit 0f98ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ use crate::SourceRange;
use crate::SourceRangedForSpanned;

impl ParsedSource {
/// Analyzes the module for a list of its imports and exports.
/// Analyzes the module for a list of its static and dynamic imports.
///
/// Note: This will also include `require` calls as dynamic imports.
pub fn analyze_dependencies(&self) -> Vec<DependencyDescriptor> {
analyze_program_dependencies(self.program_ref(), self.comments())
}
Expand Down

0 comments on commit 0f98ca8

Please sign in to comment.