We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defaultName
ESMExport
1 parent 4cb88e5 commit 4acaeafCopy full SHA for 4acaeaf
src/analyze.ts
@@ -40,6 +40,7 @@ export interface ESMExport {
40
start: number;
41
end: number;
42
name?: string;
43
+ defaultName?: string;
44
names: string[];
45
specifier?: string;
46
}
0 commit comments