shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$high_shader$compiler$utils$compileHooks = function(global, require, module, exports) { const findHooksRx = /\{\{(.*?)\}\}/g; exports.compileHooks = function(programSrc) { const parts = {}; (programSrc.match(findHooksRx)?.map(hook => hook.replace(/[{()}]/g, "")) ?? []).forEach(hook => { parts[hook] = []; }); return parts; }; }; //# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$high_shader$compiler$utils$compileHooks.js.map