(e)
| 1032 | throw new Error("It should never reach here"); |
| 1033 | } |
| 1034 | function Bn(e) { |
| 1035 | return `Invalid specification ${Q(e)}. Make sure the specification includes at least one of the following properties: "mark", "layer", "facet", "hconcat", "vconcat", "concat", or "repeat".`; |
| 1036 | } |
| 1037 | const Vn = 'Autosize "fit" only works for single views and layered views.'; |
| 1038 | function Hn(e) { |
| 1039 | return `${"width" == e ? "Width" : "Height"} "container" only works for single views and layered views.`; |
no test coverage detected