Fix parsing export lists
We were accepting module ExportCommaComma (id, reverse,,) where where only 1 trailing comma should be permitted.
Please register or sign in to comment
We were accepting module ExportCommaComma (id, reverse,,) where where only 1 trailing comma should be permitted.