{"version":3,"file":"app.js","mappings":"kLAMA,MAAMA,EAAQC,OAAOC,KAAKF,MAE1BC,OAAOC,KAAKF,MAAQ,CAACG,EAAcC,KACjC,MAAMC,EAASL,EAAMG,EAAMC,GAC3B,OAAOE,IAAcD,EAAO,EAG9BJ,OAAqB,aAAI,CACvBM,UAAS,IACTC,KAAI,IACJC,oBAAmBA,EAAAA,GAGrBR,OAAwB,gBAAIS,EAAAA,E","sources":["webpack://js-utils/./src/app.tsx"],"sourcesContent":["import HubClient from '@hei/signalr/HubClient';\r\nimport emit from '@hei/signalr/emit';\r\nimport { getAllConnectionIds } from '@hei/utils/signalRConnectionIdsCache';\r\nimport parseISODates from '@hei/utils/valueTransformers/parseISODates';\r\nimport getEventEmitter from '@hei/utils/getEventEmitter';\r\n\r\nconst parse = window.JSON.parse;\r\n\r\nwindow.JSON.parse = (text: string, reviver?: (this: any, key: string, value: any) => any) => {\r\n const parsed = parse(text, reviver);\r\n return parseISODates(parsed);\r\n};\r\n\r\nwindow['signalRUtils'] = {\r\n HubClient,\r\n emit,\r\n getAllConnectionIds\r\n};\r\n\r\nwindow['getEventEmitter'] = getEventEmitter;\r\n"],"names":["parse","window","JSON","text","reviver","parsed","parseISODates","HubClient","emit","getAllConnectionIds","getEventEmitter"],"sourceRoot":""}