https://github.com/derekxkwan/cljs-js-externs
js externs for clojurescript compilation pains
https://github.com/derekxkwan/cljs-js-externs
cljs clojurescript js-externs
Last synced: 4 months ago
JSON representation
js externs for clojurescript compilation pains
- Host: GitHub
- URL: https://github.com/derekxkwan/cljs-js-externs
- Owner: derekxkwan
- Created: 2018-12-21T10:22:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T11:38:14.000Z (over 6 years ago)
- Last Synced: 2025-01-18T04:14:37.998Z (5 months ago)
- Topics: cljs, clojurescript, js-externs
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljs-js-externs
js externs for clojurescript compilation painspersonal-use js externs files mostly generated with [jmmk's javascript externs generator](https://github.com/jmmk/javascript-externs-generator) in various sorts of ways
- ar.ext.js - passes over the [AR.js](https://github.com/jeromeetienne/AR.js) library with the externs generator plus some hand-added entries
- socket-io.ext.js - the [cljsjs ext file](https://github.com/cljsjs/packages/tree/master/socket-io) (as of 3/4/19) for [socket.io](https://socket.io/) but with adding the missing `to()` method
- three.ext.js - the [cljsjs ext file](https://github.com/cljsjs/packages/tree/master/three) (as of 7/23/18) for [Three.js](https://github.com/mrdoob/three.js/) merged with my own pass on Three.js using the externs generator plus some hand-added entries