UNPKG

1.02 kBSource Map (JSON)View Raw
1{"version":3,"file":"remote-file-allowed-urls.js","names":["remoteFileAllowedUrlsReducer","state","Set","action","type","url","payload","urls","add"],"sources":["../../../src/redux/reducers/remote-file-allowed-urls.ts"],"sourcesContent":["import { IGatsbyState, ActionsUnion } from \"../types\"\n\nexport const remoteFileAllowedUrlsReducer = (\n state: IGatsbyState[\"remoteFileAllowedUrls\"] = new Set(),\n action: ActionsUnion\n): IGatsbyState[\"remoteFileAllowedUrls\"] => {\n switch (action.type) {\n case `ADD_REMOTE_FILE_ALLOWED_URL`: {\n for (const url of action.payload.urls) {\n state.add(url)\n }\n\n return state\n }\n default:\n return state\n }\n}\n"],"mappings":";;;;AAEO,MAAMA,4BAA4B,GAAG,CAC1CC,KAA4C,GAAG,IAAIC,GAAG,EAAE,EACxDC,MAAoB,KACsB;EAC1C,QAAQA,MAAM,CAACC,IAAI;IACjB,KAAM,6BAA4B;MAAE;QAClC,KAAK,MAAMC,GAAG,IAAIF,MAAM,CAACG,OAAO,CAACC,IAAI,EAAE;UACrCN,KAAK,CAACO,GAAG,CAACH,GAAG,CAAC;QAChB;QAEA,OAAOJ,KAAK;MACd;IACA;MACE,OAAOA,KAAK;EAAA;AAElB,CAAC;AAAA"}
\No newline at end of file