Skip to content

Commit

Permalink
Removed redundant TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Oct 23, 2023
1 parent b6bd188 commit 6ca52e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bundle-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ function updateResult(statements: readonly ts.Statement[], params: UpdateParams,
for (const declaration of params.getDeclarationsForExportedValues(exportAssignment)) {
let exportedDeclarations: readonly ts.Statement[] = [];

// TODO add test for regular packages with cyclic re-export
if (ts.isModuleDeclaration(declaration)) {
if (declaration.body !== undefined && ts.isModuleBlock(declaration.body)) {
const referencedModule = getReferencedModuleInfo(declaration, params);
Expand Down

0 comments on commit 6ca52e0

Please sign in to comment.