{“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$/);nnchannels.keys().forEach(channels);”,“map”:{“version”:3,“sources”:[“/Users/lemonandroid/Banal Dropbox/random/redux-os/app/javascript/channels/index.js”],“names”:,“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.nnconst channels = require.context('.', true, /_channel\.js$/)nchannels.keys().forEach(channels)n”]},“metadata”:{},“sourceType”:“module”}