1 2 3 4 5 6
<%- _runtime_handlers %> = {}; <%- _runtime_function %> = <%- basicFunction("chunkId") %> { Object.keys(<%- _runtime_handlers %>).map(<%- basicFunction("key") %> { <%- _runtime_handlers %>[key](chunkId); }); }