[Pkg-javascript-commits] [node-es6-shim] branch upstream updated (293f56d -> 6aab0ac)
Julien Puydt
julien.puydt at laposte.net
Sat Jan 2 13:52: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 293f56d Imported Upstream version 0.33.6
new 6aab0ac Import node-es6-shim_0.34.0+ds.orig.tar.gz
The 1 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:
.eslintignore | 2 +
.eslintrc | 49 +
.jscs.json | 39 +-
.jshintrc | 4 +-
.travis.yml | 10 +-
CHANGELOG.md | 78 +
Gruntfile.js | 74 +-
README.md | 89 +-
component.json | 2 +-
es6-sham.js | 27 +-
es6-sham.map | 2 +-
es6-sham.min.js | 6 +-
es6-shim.js | 944 +--
es6-shim.map | 2 +-
es6-shim.min.js | 8 +-
node_modules/chai/chai.js | 5735 -------------------
node_modules/mocha/mocha.css | 305 -
node_modules/mocha/mocha.js | 12417 ----------------------------------------
package.json | 52 +-
test-sham/set-prototype-of.js | 3 +-
test/array.js | 48 +-
test/browser-onload.js | 18 +-
test/collections.js | 253 +-
test/json.js | 12 +-
test/math.js | 7 +-
test/number.js | 94 +-
test/object.js | 10 +-
test/promise.js | 30 +-
test/promise/all.js | 13 +-
test/promise/reject.js | 10 +
test/promise/resolve.js | 10 +
test/promise/simple.js | 10 +-
test/promise/subclass.js | 2 +-
test/reflect.js | 59 +-
test/regexp.js | 140 +-
test/string.js | 277 +-
36 files changed, 1720 insertions(+), 19121 deletions(-)
create mode 100644 .eslintignore
create mode 100644 .eslintrc
delete mode 100644 node_modules/chai/chai.js
delete mode 100644 node_modules/mocha/mocha.css
delete mode 100644 node_modules/mocha/mocha.js
--
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