packages
packages copied to clipboard
DEPRECATED: Javascript libraries packaged up with Google Closure externs
I changed cljsjs/recharts dependency with new one ([cljsjs/recharts "0.21.2-0"]). then i am getting console error below: ```javascript Uncaught TypeError: Cannot read property 'TransitionGroup' of undefined at webpackUniversalModuleDefinition (Recharts.inc.js:9) at Recharts.inc.js:10...
Please add http://www.datatables.net/ Thank you.
I am using react-bootstrap and created wrappers for all components as suggested by [http://nicolovaligi.com/boostrap-components-reagent-clojurescript.html](url) Everything works great and I can call any elements by simply [rbs/Panel {:header "header"} "body"] I...
For example, right now, I'm interested in getting my hands on an up-to-date set of externs for the phaser library. My understanding is that there are a variety of tools...
when i run the example in clojurescript: http://dimplejs.org/examples_viewer.html?id=lines_horizontal_stacked it report the following error: Uncaught TypeError: Cannot read property 'ordinal' of undefined at dimple.axis._update(...dimple.inc.js:425:43) but when include script in html, it...
You just saved me a WORLD of grief.
Latest version is available at http://code.highcharts.com/maps/highmaps.src.js (they are now at 5.0.7) I tried following the instructions to generate the extern myself using http://jmmk.github.io/javascript-externs-generator/, but I get an error message >...
The `cljsjs/aws-sdk-js` does not appear to support Node runtime. In fact, it uses the browser `dist` build only, and does not offer the Node library at all. Was able to...
https://github.com/github/fetch It would be great to have this so we can use ``` planck -c src:/path/to/fetch-cljsjs.jar ``` to experiment with the new `fetch` API from inside planck.
The externs file for typeahead-bundle is missing some important externs for the library, namely anything in Bloodhound nested deeper than the top level functions. For example, it's missing Bloodhound.tokenizers (and...