Conversation
|
Which CLJS library expects this? If you are using this in your own code you should require this directly and now use cljsjs shims. |
|
Hanami expects it: It seems like actually there was a change in the vega-lite library at some point from vl to vegaLite. |
|
I do not know if there is any other library out there using |
|
I'll file a new pull request, hang on. |
|
Note that you can just do this in your own code. Doing this in shadow-cljsjs really isn't required. |
I made the suggested change to the pull request. This might affect other libraries that will now be expecting the 'vegaLite' symbol to be available from the latest cljsjs library so perhaps it makes sense to make the change in this repo. |
I believe that vegaLite is the correct symbol name not vl.