问题描述
标题实际上包含完整的问题。
The title contains the full question actually.
在CouchDB(尤其是Cloudant)中,您使用JavaScript编写带有视图的设计文档。那里受支持的ECMAScript版本是什么?
In CouchDB (and Cloudant in particular) you write design documents with views using JavaScript. What is the supported ECMAScript version there?
我找不到相关文档。
推荐答案
我相信Mozilla Spider Monkey是用于执行设计文档的。
I believe that Mozilla Spider Monkey is used for executing the design documents.
将Mozilla Spider Monkey 1.8.5声明为依赖项。
The build documentation for CouchDB 2.0 state Mozilla Spider Monkey 1.8.5 as a dependency.
您可以找到的注释包含以下内容:
You can find the release notes for 1.8.5 contain the following:
您可以使用标签发布一个单独的问题,以查看是否存在您可以调用javascript api方法来通过javascript检索蜘蛛猴版本。
You could maybe post a separate question with the [spidermonkey] tag to see if there is a javascript api method you can call to retrieve the spider monkey version via javascript.
这篇关于Cloudant(或CouchDB)设计文档中支持什么ECMAScript版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!