mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-16 14:16:12 -06:00
[GH-ISSUE #36] about module.exports = function () {} #1001
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#1001
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fiatjaf on GitHub (May 14, 2015).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/36
In https://github.com/eHealthAfrica/couchdb-best-practices/blob/gh-pages/README.md#modularize-view-code it is said that "Some features are not supported, for example the assignment of a function", but I'm on CouchDB 1.5 and I can assure I'm using a lot of
and they are all working. What is happening?
@jo commented on GitHub (May 14, 2015):
You're totally right! CouchDB has updated long time ago from CommonJS 1.1 to CommonJS 1.1.1.
@caolan has written a comprehensive blog post called CommonJS modules in CouchDB.
Thanks for reporting, I will fix this.