{"ast":null,"code":"// Load all the channels within this directory and all subdirectories.\n// Channel files must be named *_channel.js.\nvar channels = require.context('.', true, /_channel\\.js$/);\n\nchannels.keys().forEach(channels);","map":{"version":3,"sources":["/var/web/deskohrani.cz/dev2/app/javascript/channels/index.js"],"names":["channels","require","context","keys","forEach"],"mappings":"AAAA;AACA;AAEA,IAAMA,QAAQ,GAAGC,OAAO,CAACC,OAAR,CAAgB,GAAhB,EAAqB,IAArB,EAA2B,eAA3B,CAAjB;;AACAF,QAAQ,CAACG,IAAT,GAAgBC,OAAhB,CAAwBJ,QAAxB","sourcesContent":["// Load all the channels within this directory and all subdirectories.\n// Channel files must be named *_channel.js.\n\nconst channels = require.context('.', true, /_channel\\.js$/)\nchannels.keys().forEach(channels)\n"]},"metadata":{},"sourceType":"module"}