Skip to content

Commit 4acaeaf

Browse files
committedJan 11, 2024
chore: add defaultName type to ESMExport
missing from #179 rebase
1 parent 4cb88e5 commit 4acaeaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/analyze.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface ESMExport {
4040
start: number;
4141
end: number;
4242
name?: string;
43+
defaultName?: string;
4344
names: string[];
4445
specifier?: string;
4546
}

0 commit comments

Comments
 (0)
Please sign in to comment.