Skip to content

Commit

Permalink
fix: arguments for gather function in build template (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy committed Jun 4, 2019
1 parent 3893e04 commit 753ecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
evaluate: 'function (node, options, virtualNode, context) {\n<%=source%>\n}',
after: 'function (results, options) {\n<%=source%>\n}',
gather: 'function (context) {\n<%=source%>\n}',
gather: 'function (context, options) {\n<%=source%>\n}',
matches: 'function (node, virtualNode, context) {\n<%=source%>\n}',
source: '(function () {\n<%=source%>\n}())',
commons: '<%=source%>'
Expand Down

0 comments on commit 753ecf4

Please sign in to comment.