UNPKG

742 BSource Map (JSON)View Raw
1{"version":3,"file":"definitions.js","names":["definitionsReducer","state","Map","action","type","payload"],"sources":["../../../src/redux/reducers/definitions.ts"],"sourcesContent":["import { ActionsUnion, IGatsbyState } from \"../types\"\n\nexport const definitionsReducer = (\n state: IGatsbyState[\"definitions\"] = new Map(),\n action: ActionsUnion\n): IGatsbyState[\"definitions\"] => {\n switch (action.type) {\n case `SET_GRAPHQL_DEFINITIONS`:\n return action.payload\n default:\n return state\n }\n}\n"],"mappings":";;;;AAEO,MAAMA,kBAAkB,GAAG,CAChCC,KAAkC,GAAG,IAAIC,GAAG,EAAE,EAC9CC,MAAoB,KACY;EAChC,QAAQA,MAAM,CAACC,IAAI;IACjB,KAAM,yBAAwB;MAC5B,OAAOD,MAAM,CAACE,OAAO;IACvB;MACE,OAAOJ,KAAK;EAAA;AAElB,CAAC;AAAA"}
\No newline at end of file