swank-client-js icon indicating copy to clipboard operation
swank-client-js copied to clipboard

A Javascript implementation of a swank client!

Results 4 swank-client-js issues
Sort by recently updated
recently updated
newest added

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

enhancement

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.

enhancement