{"version":3,"sources":["https://lively-kernel.org/lively4/lively4-stable/src/external/babel-plugin-doit-async.js"],"names":["types","t","manipulateOptions","opts","parserOpts","plugins","push","visitor","Program","path"],"mappings":";;;qBACe,UAAS,EAAEA,OAAOC,CAAT,EAAT,EAAuB;AACpC,WAAO;AACLC,wBAAkBC,IAAlB,EAAwBC,UAAxB,EAAoC;AAClCA,mBAAWC,OAAX,CAAmBC,IAAnB,CAAwB,4BAAxB;AACD,OAHI;AAILC,eAAS;AACPC,gBAAQC,IAAR,EAAc,CAEb;AAHM;AAJJ,KAAP;AAUD,G","file":"babel-plugin-doit-async.js","sourcesContent":["\nexport default function({ types: t }) {\n  return {\n    manipulateOptions(opts, parserOpts) {\n      parserOpts.plugins.push(\"allowAwaitOutsideFunction \");\n    },\n    visitor: {\n      Program(path) {\n\n      }\n    }\n  };\n}\n"]}