{"version":3,"sources":["https://lively-kernel.org/lively4/lively4-tom/src/client/patches.js"],"names":[],"mappings":"AAAA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"patches.js","sourcesContent":["// Patches to the meta system\n\n// // #ToBeRemoved after https://github.com/LivelyKernel/lively.ast/issues/7 is fixed\n// if(typeof lively !== 'undefined' && lively.ast) {\n//   lively.ast.parseFunction =  function parseFunction(source, options) {\n//     var src = '(' + source + ')',\n//       ast = lively.ast.parse(src, options);\n//     // /*if (options.addSource) */addSource(ast, src);\n//     return ast.body[0].expression;\n//   }\n// }\n"]}