[Pkg-javascript-commits] [node-snapdragon] 02/10: Update upstream source from tag 'upstream/0.11.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jan 12 11:26:32 UTC 2018


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

praveen pushed a commit to branch master
in repository node-snapdragon.

commit 0c9fbefc29d23d4ceb74250e9b5c553a9a470e2c
Merge: c03bc55 82ab04e
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jan 11 22:28:33 2018 +0530

    Update upstream source from tag 'upstream/0.11.0'
    
    Update to upstream version '0.11.0'
    with Debian dir b063036f3334731a6833318852ea7a3519653fed

 .gitignore                                         |   8 +-
 .travis.yml                                        |   7 +
 .verb.md                                           | 188 ++++---
 LICENSE                                            |   2 +-
 README.md                                          | 610 +++++++++++++++++----
 docs/compiling.md                                  |   9 +
 docs/core-concepts.md                              |  54 ++
 docs/crash-course.md                               |  92 ++++
 docs/getting-started.md                            |  28 +
 docs/options.md                                    |   3 +
 docs/overview.md                                   |  38 ++
 docs/parsing.md                                    |  86 +++
 docs/plugins.md                                    |  18 +
 example.js                                         |   9 -
 examples/dot.js                                    |  29 +
 examples/errors.js                                 |  29 +
 examples/extglob.js                                |  90 ---
 examples/guide-examples.js                         |   9 +
 examples/parser.js                                 |  43 ++
 examples/tiny-globs.js                             |  50 ++
 index.js                                           | 250 +++++----
 lib/compiler.js                                    | 237 +++++---
 lib/error.js                                       |  23 +
 lib/parser.js                                      | 550 ++++++++++---------
 lib/position.js                                    |   6 +-
 lib/source-maps.js                                 |  27 +-
 lib/utils.js                                       |  48 --
 package.json                                       |  57 +-
 support/src/content/compiling.md                   |   9 +
 support/src/content/core-concepts.md               |  56 ++
 support/src/content/crash-course.md                |  95 ++++
 support/src/content/getting-started.md             |  29 +
 .../content/guides/creating-your-first-parser.md   | 124 +++++
 support/src/content/options.md                     |   3 +
 support/src/content/overview.md                    |  40 ++
 support/src/content/parsing.md                     |  92 ++++
 support/src/content/plugins.md                     |  18 +
 test/compile.js                                    |  24 +-
 test/nodes.js                                      |  70 +++
 test/parse.js                                      |  46 +-
 test/parser.js                                     |   1 +
 test/snapdragon.capture.js                         |  24 +-
 test/{compile.js => snapdragon.compile.js}         |  46 +-
 test/snapdragon.regex.js                           |   2 +
 test/test.js                                       |  11 -
 test/utils.js                                      |  13 -
 verbfile.js                                        |  13 +
 47 files changed, 2430 insertions(+), 886 deletions(-)

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



More information about the Pkg-javascript-commits mailing list