rksm / paredit.js

Generic reader and editor for s-expressions.
MIT License
107 stars 21 forks source link

specialForms isn't exported when using node.js #6

Closed jonspalding closed 9 years ago

jonspalding commented 9 years ago

Unless I'm doing something wrong, the specialForms array is not accessible from within node.js.

From node repl:

 > paredit = require("paredit.js")
[snip]
 > paredit.specialForms
undefined

The same issue applies to the navigator.walk functions as well if they are intended to be exported.

rksm commented 9 years ago

And that's 0.2.11