Skip to content

Commit

Permalink
chore: add defaultName type to ESMExport
Browse files Browse the repository at this point in the history
missing from #179 rebase
  • Loading branch information
pi0 committed Jan 11, 2024
1 parent 4cb88e5 commit 4acaeaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyze.ts
Expand Up @@ -40,6 +40,7 @@ export interface ESMExport {
start: number;
end: number;
name?: string;
defaultName?: string;
names: string[];
specifier?: string;
}
Expand Down

0 comments on commit 4acaeaf

Please sign in to comment.