MCPcopy Create free account
hub / github.com/microsoft/SandDance / codegen2

Function codegen2

docs/app/js/sanddance-app.js:144545–144554  ·  view source on GitHub ↗
(ast)

Source from the content-addressed store, hash-verified

144543 }
144544 };
144545 function codegen2(ast) {
144546 const result = {
144547 code: visit(ast),
144548 globals: Object.keys(globals),
144549 fields: Object.keys(fields)
144550 };
144551 globals = {};
144552 fields = {};
144553 return result;
144554 }
144555 codegen2.functions = functions;
144556 codegen2.constants = constants;
144557 return codegen2;

Callers

nothing calls this directly

Calls 1

visitFunction · 0.70

Tested by

no test coverage detected