[Pkg-javascript-commits] [node-es6-shim] branch upstream updated	(13ea6c6 -> 92d1b66)
    Julien Puydt 
    julien.puydt at laposte.net
       
    Sun May 29 11:36:12 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-es6-shim.
      from  13ea6c6   Imported Upstream version 0.34.1+ds
       new  819fc3d   Imported Upstream version 0.35.0+ds
       new  92d1b66   Imported Upstream version 0.35.1+ds
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
 .eslintrc                    |   9 +-
 .jscs.json                   |  25 ++-
 .travis.yml                  |  24 ++-
 CHANGELOG.md                 |  50 +++++-
 LICENSE                      |   2 +-
 README.md                    |   5 +-
 component.json               |   2 +-
 es6-sham.js                  |  44 ++++-
 es6-sham.map                 |   2 +-
 es6-sham.min.js              |   8 +-
 es6-shim.js                  | 379 +++++++++++++++++++++++++------------------
 es6-shim.map                 |   2 +-
 es6-shim.min.js              |  10 +-
 package.json                 |  47 +++---
 test-sham/function.js        |  54 ++++++
 test-sham/index.html         |   1 +
 test/.eslintrc               |   6 +
 test/array.js                |  72 +++++++-
 test/browser-onload.js       |   2 +-
 test/json.js                 |   4 +
 test/map.js                  |   8 +-
 test/math.js                 |  23 +--
 test/number.js               |  40 ++++-
 test/promise/all.js          |  42 ++---
 test/promise/promises-es6.js |  33 ++--
 test/promise/race.js         |   4 +-
 test/promise/reject.js       |   5 +-
 test/promise/resolve.js      |   4 +-
 test/promise/simple.js       |   4 +-
 test/promise/subclass.js     |   2 +-
 test/reflect.js              | 108 +-----------
 test/regexp.js               |  36 +++-
 test/string.js               |  31 ++--
 33 files changed, 693 insertions(+), 395 deletions(-)
 create mode 100644 test-sham/function.js
 create mode 100644 test/.eslintrc
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-es6-shim.git
    
    
More information about the Pkg-javascript-commits
mailing list