You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
constcode=`${conductor}(eval,${JSON.stringify(action.exec.composition)})`// invoke conductor on composition
50
+
constcode=`// generated by composer v${version}\n\nconst composition = ${JSON.stringify(action.exec.composition,null,4)}\n\n// do not edit below this point\n\n${conductor}(eval,composition)`// invoke conductor on composition
0 commit comments