ExportDefaultDeclaration()

in src/ast.ts [110:114]


      ExportDefaultDeclaration(path) {
        //Replace the default export with a return statement
        path.replaceWith(t.returnStatement(path.node.declaration as any));
        shouldApplyIIFE = true;
      },