Skip to content

Commit

Permalink
fix: ExportAllDeclaration without exported should be null to avoid br…
Browse files Browse the repository at this point in the history
…eak rollup >= 2.9.x
  • Loading branch information
morlay authored and Swatinem committed May 19, 2020
1 parent 58bcf71 commit b92324d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export class Transformer {
{
type: "ExportAllDeclaration",
source,
exported: null
},
node,
),
Expand Down

0 comments on commit b92324d

Please sign in to comment.