[Pkg-javascript-commits] [node-source-map] branch master updated (999b58e -> bf9c2ef)

Julien Puydt julien.puydt at laposte.net
Sat May 14 05:29:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a change to branch master
in repository node-source-map.

      from  999b58e   Still run the auto tests
       new  54a7c53   Don't ship the bench/ directory as it contains pre-built code
       new  9ec116c   Imported Upstream version 0.5.6+dfsg
       new  d6dc8a4   Merge tag 'upstream/0.5.6+dfsg'
       new  bf9c2ef   Update to 0.5.6

The 4 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:
 CHANGELOG.md                           |   21 +
 README.md                              |    4 +-
 bench/README.md                        |   15 -
 bench/bench-dom-bindings.js            |   36 -
 bench/bench-shell-bindings.js          |   23 -
 bench/bench.html                       |   46 -
 bench/bench.js                         |   74 -
 bench/scalajs-runtime-sourcemap.js     |    8 -
 bench/stats.js                         |   36 -
 debian/changelog                       |    7 +-
 debian/copyright                       |    1 +
 debian/watch                           |    5 +-
 dist/source-map.debug.js               | 5042 +++++++++++------------
 dist/source-map.js                     | 5046 +++++++++++------------
 dist/source-map.min.js                 |    2 +-
 dist/source-map.min.js.map             |    2 +-
 dist/test/test_api.js                  | 5051 +++++++++++------------
 dist/test/test_array_set.js            | 1109 ++---
 dist/test/test_base64.js               |  168 +-
 dist/test/test_base64_vlq.js           |  331 +-
 dist/test/test_binary_search.js        |  328 +-
 dist/test/test_dog_fooding.js          | 5045 +++++++++++------------
 dist/test/test_quick_sort.js           |  262 +-
 dist/test/test_source_map_consumer.js  | 6806 +++++++++++++++----------------
 dist/test/test_source_map_generator.js | 6896 ++++++++++++++++----------------
 dist/test/test_source_node.js          | 6736 +++++++++++++++----------------
 dist/test/test_util.js                 | 1087 ++---
 lib/array-set.js                       |  178 +-
 lib/base64-vlq.js                      |  207 +-
 lib/base64.js                          |   99 +-
 lib/binary-search.js                   |  187 +-
 lib/mapping-list.js                    |  133 +-
 lib/quick-sort.js                      |  191 +-
 lib/source-map-consumer.js             | 1946 ++++-----
 lib/source-map-generator.js            |  692 ++--
 lib/source-node.js                     |  695 ++--
 lib/util.js                            |  674 ++--
 package.json                           |    9 +-
 test/test-api.js                       |   15 +-
 test/test-array-set.js                 |  257 +-
 test/test-base64-vlq.js                |   23 +-
 test/test-base64.js                    |   37 +-
 test/test-binary-search.js             |  135 +-
 test/test-dog-fooding.js               |  163 +-
 test/test-quick-sort.js                |   59 +-
 test/test-source-map-consumer.js       | 2020 +++++-----
 test/test-source-map-generator.js      | 1361 +++----
 test/test-source-node.js               | 1141 +++---
 test/test-util.js                      |  411 +-
 test/util.js                           |  545 ++-
 50 files changed, 27846 insertions(+), 27519 deletions(-)
 delete mode 100644 bench/README.md
 delete mode 100644 bench/bench-dom-bindings.js
 delete mode 100644 bench/bench-shell-bindings.js
 delete mode 100644 bench/bench.html
 delete mode 100644 bench/bench.js
 delete mode 100644 bench/scalajs-runtime-sourcemap.js
 delete mode 100644 bench/stats.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-source-map.git



More information about the Pkg-javascript-commits mailing list