Skip to content

Commit

Permalink
Bliep
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Nov 21, 2023
1 parent 5c7ce56 commit 1e4af69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/docgen/view/documentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ export class Documentation {
* root-relative submodule name as well (`sub1.sub2`).
*/
private findSubmodule(assembly: reflect.Assembly, submodule: string): reflect.Submodule {
// If 'submodule' does not have a '.' in it, we know exactly what is intended.



const fqnSubs = assembly.allSubmodules.filter(
(s) => s.fqn === submodule,
);
Expand Down

0 comments on commit 1e4af69

Please sign in to comment.