diff --git a/packages/h2x-core/src/index.js b/packages/h2x-core/src/index.js index 47c271c..7634379 100644 --- a/packages/h2x-core/src/index.js +++ b/packages/h2x-core/src/index.js @@ -3,6 +3,7 @@ import parse from 'h2x-parse' import generate from 'h2x-generate' import traverse from 'h2x-traverse' + const reduceVisitors = (visitors, opts) => { Object.keys(visitors).forEach(key => { const visitor = visitors[key]