How to use the vega-functions.codegenParams.visitors function in vega-functions

To help you get started, we’ve selected a few vega-functions examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vega / vega / packages / vega-parser / src / parsers / expression.js View on Github external
ast.visit(function visitor(node) {
    if (node.type !== CallExpression) return;
    var name = node.callee.name,
        visit = codegenParams.visitors[name];
    if (visit) visit(name, node.arguments, scope, params);
  });

vega-functions

Custom functions for the Vega expression language.

BSD-3-Clause
Latest version published 6 months ago

Package Health Score

91 / 100
Full package analysis