diff --git a/packages/bbob-core/lib/index.js b/packages/bbob-core/lib/index.js index d870286..548e88d 100644 --- a/packages/bbob-core/lib/index.js +++ b/packages/bbob-core/lib/index.js @@ -29,7 +29,12 @@ module.exports = function bbob(plugs) { tree.match = match; plugins.forEach((plugin) => { - tree = plugin(tree) || tree; + tree = plugin(tree, { + parse: parseFn, + render: renderFn, + iterate, + match, + }) || tree; }); return {