We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original issue
export-mike Hi I've been using nano and cradle and both libraries seem to have this problem,
possibly this change should be fixed in couchdb.
flatiron/cradle#306
Have you encountered this issue before? How else could it be fixed?
export-mike update from @janl flatiron/cradle#306 (comment)
chirsfosterelli 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.
The text was updated successfully, but these errors were encountered:
I'm closing this old ticket. If it's still a problem, please reopen or create a new ticket.
Sorry, something went wrong.
No branches or pull requests
Original issue
export-mike
Hi I've been using nano and cradle and both libraries seem to have this problem,
possibly this change should be fixed in couchdb.
flatiron/cradle#306
Have you encountered this issue before? How else could it be fixed?
export-mike
update from @janl flatiron/cradle#306 (comment)
chirsfosterelli
For what it's worth, we've dealt with that by doing this:
This results in validate being a stringified function that can be passed to Nano, and babel will not name it.
The text was updated successfully, but these errors were encountered: