(value17, base)
| 148865 | value: sign * value16 |
| 148866 | }; |
| 148867 | const patch = (value17, base)=>{ |
| 148868 | const s = value17.signal; |
| 148869 | return s && s.endsWith("(null)") ? { |
| 148870 | signal: s.slice(0, -6) + base.signal |
| 148871 | } : value17; |
| 148872 | }; |
| 148873 | function fallback(prop, config, axisConfig1, style) { |
| 148874 | let styleProp; |
| 148875 | if (config && (0, _vegaUtil.hasOwnProperty)(config, prop)) return config[prop]; |
no outgoing calls
no test coverage detected