apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.28k stars 1.03k forks source link

Document junk before function() SM 1.8.5 vs 78+ #5325

Closed nickva closed 4 weeks ago

nickva commented 4 weeks ago

In SpiderMonkey 1.8.5 allow this type of syntax:

foo : function(doc){emit(doc._id, 1);}

While later versions started throwing a compilation error.