fediverse-export-analyzer/public/js/poll/getPollOptions.min.js.map

1 wiersz
920 B
Plaintext

{"version":3,"file":"getPollOptions.min.js","sources":["poll/getPollOptions.js"],"sourcesContent":["const getPollOptions = (pollOptionsElement) => {\r\n const pollOptionsElementValue = pollOptionsElement.value?.trim();\r\n let options = [];\r\n\r\n if (pollOptionsElementValue && pollOptionsElementValue.length){\r\n options = pollOptionsElementValue\r\n .split('\\n')\r\n .slice(0, 100)\r\n .filter(option => option && option.length); \r\n }\r\n\r\n return options;\r\n};\r\n\r\nexport default getPollOptions;\r\n"],"names":["getPollOptions","pollOptionsElementValue","pollOptionsElement","value","trim","let","options","length","split","slice","filter","option"],"mappings":"AAAA,MAAMA,eAAiB,IACbC,EAA0BC,EAAmBC,OAAOC,KAAK,EAC/DC,IAAIC,EAAU,GASd,OANIA,EADAL,GAA2BA,EAAwBM,OACzCN,EACTO,MAAM,IAAI,EACVC,MAAM,EAAG,GAAG,EACZC,OAAOC,GAAUA,GAAUA,EAAOJ,MAAM,EAGtCD,CACX,iBAEeN"}