Today I was trying to find out what version of JavaScript I could use with
CouchDB 1.6.1 and in the end I downloaded the source and seeing that it
required SpiderMonkey 1.8.5 to build, and looking on Mozilla's page saw it
supports ECMAScript Edition 5 (I was hoping for 6).

https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5

I was going to quickly add this fact to the documentation about the
JavaScript query engine, but the instructions for doing so in:

http://docs.couchdb.org/en/1.6.1/contributing.html?highlight=spidermonkey

point to a folder that doesn't currently exist in git (share/doc/src). I'm
guessing that this is because the changes involved in CouchDB 2.0 but
wondered where I should look to improve the documentation on this?

Thanks.

Reply via email to