{"version":3,"sources":["https://lively-kernel.org/lively4/lively4-livelyenergy/demos/javascript/hello.js"],"names":["a","b","foo"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,UAAIA,IAAI,CAAR;;;;;;;;;;;;;;AACA,UAAIC,IAAI,CAAR;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeO,eAASC,GAAT,CAAaF,CAAb,EAAgB;AACrB,eAAOA,IAAI,CAAX;AACD","file":"hello.js","sourcesContent":["var a = 3\nvar b = 4\n\n/*MD \n   # Hello\n   Example: \n   \n   ```javascript {.example1}\n   import {foo} from  \"https://lively-kernel.org/lively4/lively4-jens/demos/javascript/hello.js\"\n   foo(3)\n   ```\n   \n   <script>\n     import boundEval from \"src/client/bound-eval.js\";\n     boundEval(lively.query(this, \".example1\").textContent).then(r => r.value)\n     \n   </script>\nMD*/\nexport function foo(a) {\n  return a + 5  \n}\n\n\n\n"]}