Open export-mike opened 8 years ago
update from @janl https://github.com/flatiron/cradle/pull/306#issuecomment-213482586
For what it's worth, we've dealt with that by doing this:
const validate = function(newDoc, savedDoc, userCtx) {
// Content here
}.toString()
This results in validate
being a stringified function that can be passed to Nano, and babel will not name it.
This repository has been merged into apache/couchdb-nano, please continue the discussion here
Hi I've been using nano and cradle and both libraries seem to have this problem,
possibly this change should be fixed in couchdb.
https://github.com/flatiron/cradle/pull/306
Have you encountered this issue before? How else could it be fixed?