(_)
| 146841 | }; |
| 146842 | } |
| 146843 | const encoder = (_)=>(0, _vegaUtil.isObject)(_) && !(0, _vegaUtil.isArray)(_) ? (0, _vegaUtil.extend)({}, _) : { |
| 146844 | value: _ |
| 146845 | }; |
| 146846 | function addEncode(object, name, value1, set) { |
| 146847 | if (value1 != null) { |
| 146848 | const isEncoder = (0, _vegaUtil.isObject)(value1) && !(0, _vegaUtil.isArray)(value1) || (0, _vegaUtil.isArray)(value1) && value1.length && (0, _vegaUtil.isObject)(value1[0]); // Always assign signal to update, even if the signal is from the enter block |
no outgoing calls
no test coverage detected