export method

({AutoInfo auto, CommentsInfo comments, EndgameInfo endgame, MiscInfo misc, PrelimInfo prelim, TeleOpInfo teleop}) export()

Implementation

({
  PrelimInfo prelim,
  AutoInfo auto,
  TeleOpInfo teleop,
  EndgameInfo endgame,
  MiscInfo misc,
  CommentsInfo comments,
}) export() {
  _packCommentsClass();
  return (
    prelim: prelim,
    auto: auto,
    teleop: teleop,
    endgame: endgame,
    misc: misc,
    comments: comments
  );
}