[Pkg-javascript-commits] [node-snapdragon] branch upstream updated (edc1ce6 -> 82ab04e)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jan 12 11:26:33 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository node-snapdragon.
from edc1ce6 Import Upstream version 0.8.1
new 82ab04e New upstream version 0.11.0
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:
.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(-)
create mode 100644 docs/compiling.md
create mode 100644 docs/core-concepts.md
create mode 100644 docs/crash-course.md
create mode 100644 docs/getting-started.md
create mode 100644 docs/options.md
create mode 100644 docs/overview.md
create mode 100644 docs/parsing.md
create mode 100644 docs/plugins.md
delete mode 100644 example.js
create mode 100644 examples/dot.js
create mode 100644 examples/errors.js
delete mode 100644 examples/extglob.js
create mode 100644 examples/guide-examples.js
create mode 100644 examples/parser.js
create mode 100644 examples/tiny-globs.js
create mode 100644 lib/error.js
delete mode 100644 lib/utils.js
create mode 100644 support/src/content/compiling.md
create mode 100644 support/src/content/core-concepts.md
create mode 100644 support/src/content/crash-course.md
create mode 100644 support/src/content/getting-started.md
create mode 100644 support/src/content/guides/creating-your-first-parser.md
create mode 100644 support/src/content/options.md
create mode 100644 support/src/content/overview.md
create mode 100644 support/src/content/parsing.md
create mode 100644 support/src/content/plugins.md
create mode 100644 test/nodes.js
copy test/{compile.js => snapdragon.compile.js} (52%)
delete mode 100644 test/test.js
delete mode 100644 test/utils.js
create mode 100644 verbfile.js
--
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