rksm / paredit.js

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

null vs undefined value consistency #28

Closed dandavison closed 2 years ago

dandavison commented 2 years ago

See https://github.com/rksm/paredit.js/pull/27 cc @sgarciac

27 merely changes the type declarations to match reality, but this PR additionally changes some return values, and hence would be a breaking change. I'm not sure if these changes are how the code was intended to be but it seemed possible, so opening the PR just in case it's useful.

rksm commented 2 years ago

Thank you!