swank-client-js
swank-client-js copied to clipboard
A Javascript implementation of a swank client!
This adds support for fetching stack traces when debugging. Swank already sends the top few frames (20 by default), so this adds the information passed to the debug setup handler....
Adds a function for swank's COMPILE-FILE-FOR-EMACS.
Will resolve issue https://github.com/sjlevine/atom-slime/pull/41
Once atom v1.9 has been mainstream for a while, port to the new buffer API, and adjust the node requirement in the package.json files accordingly.