You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:57:46 UTC

[couchdb-escodegen] reference refs/pull/155/merge created (now 9ffec12)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to reference refs/pull/155/merge
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git.


      at 9ffec12  Merge b2c069009cda5f4b870948e65e5bc48d2d0c00c7 into 6e0f931c2f69c8769835eb8f0911723dae22a79e

This reference includes the following new commits:

     new b4e916d  Support for LetStatement
     new 79bb802  Extract LetStatement and LetExpression handling to external function
     new 34dace4  Remove unused variable node
     new d156876  Fix generateVariable() API
     new f46b216  Semicolon for expression is always false
     new b2011fa  Generate expression if type is LetExpression
     new 5342546  Proper handling of LetStatement and LetExpression's body
     new 87cd2b6  Add harmony tests
     new b2c0690  Merge branch 'master' of https://github.com/Constellation/escodegen into let-statement
     new 9ffec12  Merge b2c069009cda5f4b870948e65e5bc48d2d0c00c7 into 6e0f931c2f69c8769835eb8f0911723dae22a79e

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-escodegen] 01/01: Merge b2c069009cda5f4b870948e65e5bc48d2d0c00c7 into 6e0f931c2f69c8769835eb8f0911723dae22a79e

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/155/merge
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit 9ffec1283de31b66ff6f4975ae52cc940a4192b3
Merge: 6e0f931 b2c0690
Author: Dmitry Sorin <in...@staypositive.ru>
AuthorDate: Fri Jan 31 23:50:00 2014 -0800

    Merge b2c069009cda5f4b870948e65e5bc48d2d0c00c7 into 6e0f931c2f69c8769835eb8f0911723dae22a79e

 escodegen.js    | 139 +++++++++++++++++++++++++++++++++++++++-----------------
 test/harmony.js | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 223 insertions(+), 41 deletions(-)