[ 
https://issues.apache.org/jira/browse/COUCHDB-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835427#action_12835427
 ] 

mikeal commented on COUCHDB-658:
--------------------------------

Traversing the tree isn't the hard part.

If we are saying that filesystem trees map to object tress then we'll also need 
to map relative require().

so 

require('name')

will always get ddoc.modules.name

but 

require('./name') 

MUST be relative to the module which is doing the importing's place in the 
tree, not to mention that we'll need to support '../' for working up one space 
in the tree.

It's all doable, it's just a lot more code.

> Add CommonJS style modules to the view server
> ---------------------------------------------
>
>                 Key: COUCHDB-658
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-658
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>         Environment: CouchDB
>            Reporter: mikeal
>         Attachments: require.patch
>
>
> I have a patch that adds CommonJS module support to all ddoc aware view 
> server functions (everything except map/reduce/rereduce).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to