(e, t, n)
| 1085 | return `Dropping ${Q(e)} from channel "${t}" since it does not contain any data field, datum, value, or signal.`; |
| 1086 | } |
| 1087 | function li(e, t, n) { |
| 1088 | return `${e} dropped as it is incompatible with "${t}".`; |
| 1089 | } |
| 1090 | function ci(e) { |
| 1091 | return `${e} encoding should be discrete (ordinal / nominal / binned).`; |
| 1092 | } |
no outgoing calls
no test coverage detected