(path)
| 143060 | }; |
| 143061 | } |
| 143062 | function pathShape(path) { |
| 143063 | let p = null; |
| 143064 | return function(context) { |
| 143065 | return context ? (0, _vegaScenegraph.pathRender)(context, p = p || (0, _vegaScenegraph.pathParse)(path)) : path; |
| 143066 | }; |
| 143067 | } |
| 143068 | const datum = (d)=>d.data; |
| 143069 | function treeNodes(name, context) { |
| 143070 | const tree = data.call(context, name); |
nothing calls this directly
no outgoing calls
no test coverage detected