Skip to content

Commit f7434c3

Browse files
committed
refactor: remove unnecessary array assignment
1 parent 8619e1c commit f7434c3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,6 @@ export default class Module {
464464
if (this.transitiveReexports) {
465465
return this.transitiveReexports;
466466
}
467-
// to avoid infinite recursion when using circular `export * from X`
468-
this.transitiveReexports = [];
469467

470468
const reexports = new Set(this.reexportDescriptions.keys());
471469

0 commit comments

Comments
 (0)