// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`multi-entry 1`] = ` #################### # admin/index.html # ####################
############## # index.html # ############## ################### # admin/batman.js # ################### const b = ()=>'batman'; console.log(b()); export { b }; //# sourceMappingURL=batman.js.map ####################### # admin/batman.js.map # ####################### {"version":3,"file":"batman.js","sources":["../../admin/batman.js"],"sourcesContent":["export const b = ()=>'batman';\\nconsole.log(b());\\n"],"names":[],"mappings":"AAAY,MAAC,CAAC,GAAG,IAAI,SAAS;AAC9B,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;;;;"} ###################################### # admin/index.body.script0.js.js.map # ###################################### {"version":3,"file":"index.body.script0.js.js","sources":["../../app/admin-deps.js","../../admin/index.html.body.script0.js"],"sourcesContent":["export function adminDeps(){\\n return \\"robin!\\";\\n}\\n","\\n import {bootstrap} from \\"../app/app.js\\"\\n import {adminDeps} from \\"../app/admin-deps.js\\";\\n bootstrap(document.getElementById('root'), adminDeps());\\n "],"names":[],"mappings":";;AAAO,SAAS,SAAS,EAAE;AAC3B,IAAI,OAAO,QAAQ,CAAC;AACpB;;ACCY,SAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC"} ########## # app.js # ########## const bootstrap = (el,deps = [])=>{ el.innerHtml = \`