[Pkg-javascript-commits] [ltx] 401/469: Merge pull request #67 from node-xmpp/standard

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:31 UTC 2016


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

js pushed a commit to branch master
in repository ltx.

commit 3b55b9f6b5ff0dc5a9d188e3c57275d31b114c78
Merge: 5e03099 34138b2
Author: Sonny Piers <sonny at fastmail.net>
Date:   Mon Oct 26 08:08:09 2015 +0100

    Merge pull request #67 from node-xmpp/standard
    
    use standard JavaScript style and improvements

 .editorconfig             |   4 -
 .eslintignore             |   3 -
 .eslintrc                 |  36 ----
 .gitignore                |   4 +-
 .npmignore                |   2 -
 .travis.yml               |  18 +-
 README.md                 |  12 +-
 benchmark.js              |  26 +--
 lib/index.js => index.js  |   8 +-
 lib/DOMElement.js         | 126 ++++++------
 lib/Element.js            | 485 +++++++++++++++++++++++-----------------------
 lib/Parser.js             |  94 +++++----
 lib/escape.js             |  16 +-
 lib/parse.js              |  34 ++--
 lib/parsers/easysax.js    |  88 ++++-----
 lib/parsers/index.js      |  14 +-
 lib/parsers/ltx.js        | 302 +++++++++++++++--------------
 lib/parsers/node-expat.js |  60 +++---
 lib/parsers/node-xml.js   |  99 +++++-----
 lib/parsers/sax.js        |  65 +++----
 package.json              |  25 ++-
 test/dom-element-test.js  | 100 +++++-----
 test/element-test.js      | 476 ++++++++++++++++++++++-----------------------
 test/parse-test.js        | 303 +++++++++++++++--------------
 test/unicode-test.js      |  76 ++++----
 25 files changed, 1210 insertions(+), 1266 deletions(-)

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



More information about the Pkg-javascript-commits mailing list