[Pkg-javascript-commits] [node-stylus] 04/08: Merge tag 'upstream/0.54.5'

Mattia Rizzolo mattia at debian.org
Mon May 23 06:29:47 UTC 2016


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

mattia pushed a commit to branch master
in repository node-stylus.

commit 6c06da3a0bb5c193e65003fee29c6de3b336ce81
Merge: 861b40f f4b2e79
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun May 22 22:18:23 2016 +0000

    Merge tag 'upstream/0.54.5'
    
    Upstream version 0.54.5
    
    # gpg: Signature made Sun 22 May 2016 10:18:22 PM UTC using RSA key ID B9444540
    # gpg: Good signature from "Mattia Rizzolo <mattia at mapreri.org>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at ubuntu.com>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at ubuntu-it.org>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at gmail.com>"
    # gpg:                 aka "[jpeg image of size 4456]"
    # gpg:                 aka "[jpeg image of size 4218]"
    # gpg:                 aka "Mattia Rizzolo <mattia at debian.org>"

 .gitignore                                         |    7 -
 .npmignore                                         |    3 +-
 .travis.yml                                        |    6 +-
 Code_of_Conduct.md                                 |   50 +
 Contributing.md                                    |  153 ++
 History.md                                         |  206 ++-
 LICENSE                                            |    2 +-
 Readme.md                                          |   36 +-
 Workflow.md                                        |   35 -
 bin/stylus                                         |   74 +-
 docs/bifs.md                                       |  362 +++-
 docs/compare.md                                    |  134 +-
 docs/error-reporting.md                            |   30 +-
 docs/executable.md                                 |    8 +-
 docs/extend.md                                     |   18 +-
 docs/functions.url.md                              |   55 +-
 docs/gedit.md                                      |    4 +-
 docs/hashes.md                                     |    6 +
 docs/js.md                                         |   38 +
 docs/kwargs.md                                     |    2 +-
 docs/literal.md                                    |   18 +-
 docs/selectors.md                                  |  166 +-
 docs/variables.md                                  |    4 +-
 examples/arithmetic.js                             |   12 -
 examples/arithmetic.styl                           |   29 -
 examples/basic.js                                  |   12 -
 examples/basic.styl                                |    8 -
 examples/builtins.js                               |   12 -
 examples/builtins.styl                             |   56 -
 examples/comments.js                               |   11 -
 examples/comments.styl                             |   15 -
 examples/compress.js                               |   12 -
 examples/conversions.js                            |   12 -
 examples/conversions.styl                          |   34 -
 examples/functions.js                              |   12 -
 examples/functions.styl                            |   30 -
 examples/gradients.js                              |   13 -
 examples/gradients.styl                            |    8 -
 examples/images.js                                 |   20 -
 examples/images.styl                               |   15 -
 examples/implicit-functions.js                     |   12 -
 examples/implicit-functions.styl                   |   23 -
 examples/import.js                                 |   12 -
 examples/import.styl                               |   11 -
 examples/js-functions.js                           |   55 -
 examples/js-functions.styl                         |   23 -
 examples/literal.js                                |   12 -
 examples/literal.styl                              |    8 -
 examples/middleware.js                             |   23 -
 examples/mixins/box.styl                           |   14 -
 examples/mixins/gradients.styl                     |   92 -
 examples/nesting.js                                |   12 -
 examples/nesting.styl                              |   14 -
 examples/variables.js                              |   12 -
 examples/variables.styl                            |   24 -
 graphics/Icons/bitmap500x500.ico                   |  Bin 0 -> 370070 bytes
 graphics/Icons/bitmap500x500.png                   |  Bin 0 -> 5440 bytes
 graphics/Logos/stylus.png                          |  Bin 0 -> 2442 bytes
 graphics/Vectors/stylus.ai                         |  989 +++++++++++
 graphics/Vectors/stylus.eot                        |  Bin 0 -> 2300 bytes
 graphics/Vectors/stylus.svg                        |   79 +
 graphics/Vectors/stylus.ttf                        |  Bin 0 -> 2140 bytes
 graphics/Vectors/stylus.woff                       |  Bin 0 -> 4200 bytes
 graphics/Vectors/stylus_icon.svg                   |   74 +
 lib/cache/memory.js                                |   66 +-
 lib/colors.js                                      |  299 ++--
 lib/convert/css.js                                 |    4 +-
 lib/errors.js                                      |    2 +-
 lib/functions/add-property.js                      |   29 +
 lib/functions/adjust.js                            |   28 +
 lib/functions/alpha.js                             |   36 +
 lib/functions/base-convert.js                      |   26 +
 lib/functions/basename.js                          |   15 +
 lib/functions/blend.js                             |   37 +
 lib/functions/blue.js                              |   33 +
 lib/functions/clone.js                             |   14 +
 lib/functions/component.js                         |   60 +
 lib/functions/contrast.js                          |   75 +
 lib/functions/convert.js                           |   15 +
 lib/functions/current-media.js                     |   22 +
 lib/functions/define.js                            |   23 +
 lib/functions/dirname.js                           |   15 +
 lib/functions/error.js                             |   15 +
 lib/functions/extname.js                           |   15 +
 lib/functions/green.js                             |   33 +
 lib/functions/hsl.js                               |   35 +
 lib/functions/hsla.js                              |   53 +
 lib/functions/hue.js                               |   34 +
 lib/functions/image-size.js                        |   58 +
 lib/functions/image.js                             |    2 +-
 lib/functions/index.js                             | 1749 +-------------------
 lib/functions/index.styl                           |   15 +-
 lib/functions/json.js                              |  116 ++
 lib/functions/length.js                            |   25 +
 lib/functions/lightness.js                         |   34 +
 lib/functions/list-separator.js                    |   25 +
 lib/functions/lookup.js                            |   17 +
 lib/functions/luminosity.js                        |   38 +
 lib/functions/match.js                             |   43 +
 lib/functions/math-prop.js                         |   13 +
 lib/functions/math.js                              |   17 +
 lib/functions/merge.js                             |   24 +
 lib/functions/operate.js                           |   18 +
 lib/functions/opposite-position.js                 |   32 +
 lib/functions/p.js                                 |   18 +
 lib/functions/pathjoin.js                          |   16 +
 lib/functions/pop.js                               |   14 +
 lib/functions/prefix-classes.js                    |   22 +
 lib/functions/push.js                              |   18 +
 lib/functions/range.js                             |   32 +
 lib/functions/red.js                               |   33 +
 lib/functions/remove.js                            |   17 +
 lib/functions/replace.js                           |   23 +
 lib/functions/resolver.js                          |   70 +-
 lib/functions/rgb.js                               |   40 +
 lib/functions/rgba.js                              |   59 +
 lib/functions/s.js                                 |   37 +
 lib/functions/saturation.js                        |   35 +
 lib/functions/selector-exists.js                   |   23 +
 lib/functions/selector.js                          |   71 +
 lib/functions/selectors.js                         |   43 +
 lib/functions/shift.js                             |   15 +
 lib/functions/slice.js                             |   28 +
 lib/functions/split.js                             |   25 +
 lib/functions/substr.js                            |   22 +
 lib/functions/tan.js                               |   28 +
 lib/functions/trace.js                             |   12 +
 lib/functions/transparentify.js                    |   63 +
 lib/functions/type.js                              |   30 +
 lib/functions/unit.js                              |   23 +
 lib/functions/unquote.js                           |   23 +
 lib/functions/unshift.js                           |   18 +
 lib/functions/url.js                               |   38 +-
 lib/functions/use.js                               |   74 +
 lib/functions/warn.js                              |   15 +
 lib/lexer.js                                       |   56 +-
 lib/middleware.js                                  |   14 +-
 lib/nodes/arguments.js                             |    3 +-
 lib/nodes/atblock.js                               |    2 +-
 lib/nodes/atrule.js                                |   38 +-
 lib/nodes/binop.js                                 |    2 +-
 lib/nodes/block.js                                 |    2 +-
 lib/nodes/boolean.js                               |    2 +-
 lib/nodes/call.js                                  |    2 +-
 lib/nodes/charset.js                               |    5 +-
 lib/nodes/comment.js                               |    2 +-
 lib/nodes/each.js                                  |    2 +-
 lib/nodes/expression.js                            |   10 +-
 lib/nodes/extend.js                                |    2 +-
 lib/nodes/{query-expression.js => feature.js}      |   20 +-
 lib/nodes/function.js                              |    2 +-
 lib/nodes/group.js                                 |    2 +-
 lib/nodes/hsla.js                                  |    2 +-
 lib/nodes/ident.js                                 |    2 +-
 lib/nodes/if.js                                    |    2 +-
 lib/nodes/import.js                                |    2 +-
 lib/nodes/index.js                                 |    5 +-
 lib/nodes/keyframes.js                             |   10 +-
 lib/nodes/literal.js                               |    2 +-
 lib/nodes/media.js                                 |   37 +-
 lib/nodes/member.js                                |    2 +-
 lib/nodes/namespace.js                             |    4 +-
 lib/nodes/node.js                                  |    4 +-
 lib/nodes/null.js                                  |    2 +-
 lib/nodes/object.js                                |   30 +-
 lib/nodes/params.js                                |    2 +-
 lib/nodes/property.js                              |    2 +-
 lib/nodes/query-list.js                            |    2 +-
 lib/nodes/query.js                                 |   10 +-
 lib/nodes/return.js                                |    2 +-
 lib/nodes/rgba.js                                  |    9 +-
 lib/nodes/root.js                                  |    2 +-
 lib/nodes/selector.js                              |    7 +-
 lib/nodes/string.js                                |    2 +-
 lib/nodes/supports.js                              |   75 +
 lib/nodes/ternary.js                               |    2 +-
 lib/nodes/unaryop.js                               |    2 +-
 lib/nodes/unit.js                                  |    8 +-
 lib/parser.js                                      |  227 ++-
 lib/renderer.js                                    |   48 +-
 lib/selector-parser.js                             |  258 +++
 lib/stack/frame.js                                 |    2 +-
 lib/stack/index.js                                 |    2 +-
 lib/stack/scope.js                                 |    2 +-
 lib/stylus.js                                      |    3 +-
 lib/token.js                                       |    2 +-
 lib/units.js                                       |    4 +-
 lib/utils.js                                       |  112 +-
 lib/visitor/compiler.js                            |   77 +-
 lib/visitor/deps-resolver.js                       |    5 +-
 lib/visitor/evaluator.js                           |  159 +-
 lib/visitor/index.js                               |    2 +-
 lib/visitor/normalizer.js                          |  160 +-
 lib/visitor/sourcemapper.js                        |   36 +-
 package.json                                       |   16 +-
 test/cases/atrules.compressed.css                  |    1 +
 test/cases/atrules.compressed.styl                 |    7 +
 test/cases/atrules.css                             |   13 +-
 test/cases/atrules.styl                            |   15 +-
 test/cases/atscope.css                             |    2 +-
 test/cases/atscope.styl                            |    2 +-
 test/cases/bifs.add-property.css                   |    8 +
 test/cases/bifs.add-property.styl                  |    9 +
 test/cases/bifs.blend.css                          |    1 +
 test/cases/bifs.blend.styl                         |    1 +
 test/cases/bifs.cache.at-media.css                 |    9 +-
 test/cases/bifs.cache.at-media.styl                |    8 +
 test/cases/bifs.cache.css                          |    4 +-
 test/cases/bifs.clone.css                          |    6 +
 test/cases/bifs.clone.styl                         |    7 +
 test/cases/bifs.contrast.css                       |    4 +-
 test/cases/bifs.contrast.styl                      |    4 +-
 test/cases/bifs.convert.css                        |    5 +-
 test/cases/bifs.convert.styl                       |    5 +
 test/cases/bifs.current-media.css                  |    5 +
 test/cases/bifs.current-media.styl                 |    5 +
 test/cases/bifs.define.css                         |    6 +-
 test/cases/bifs.define.styl                        |   11 +
 test/cases/bifs.floats.css                         |    3 +
 test/cases/bifs.floats.styl                        |    4 +
 test/cases/bifs.hsla.css                           |    4 +
 test/cases/bifs.hsla.styl                          |    6 +
 test/cases/bifs.image-size.css                     |   21 +
 test/cases/bifs.image-size.styl                    |   34 +
 test/cases/bifs.index.css                          |    5 +
 test/cases/bifs.index.styl                         |    4 +
 test/cases/bifs.json.css                           |   10 +-
 test/cases/bifs.json.styl                          |   10 +
 test/cases/bifs.match.css                          |   28 +
 test/cases/bifs.match.styl                         |   47 +
 test/cases/bifs.merge.css                          |    3 +
 test/cases/bifs.merge.styl                         |   20 +-
 test/cases/bifs.mix.css                            |    4 +-
 test/cases/bifs.percentage.css                     |    9 +
 test/cases/bifs.percentage.styl                    |    8 +
 test/cases/bifs.range.css                          |   14 +
 test/cases/bifs.range.styl                         |    6 +
 test/cases/bifs.remove.css                         |    5 +
 test/cases/bifs.remove.styl                        |    4 +
 test/cases/bifs.rgba.css                           |    4 +
 test/cases/bifs.rgba.styl                          |    8 +-
 test/cases/bifs.selector.css                       |   34 +-
 test/cases/bifs.selector.exitsts.css               |    4 +
 test/cases/bifs.selector.exitsts.styl              |   11 +
 test/cases/bifs.selector.styl                      |   37 +
 test/cases/bifs.selectors.css                      |   12 +
 test/cases/bifs.selectors.styl                     |   16 +
 test/cases/bifs.shade.css                          |    2 +-
 test/cases/bifs.slice.css                          |   19 +
 test/cases/bifs.slice.styl                         |   22 +
 test/cases/bifs.split.styl                         |    2 +-
 test/cases/bifs.tint.css                           |    2 +-
 test/cases/colors.css                              |    1 +
 test/cases/colors.styl                             |    1 +
 test/cases/comments.css                            |   20 +-
 test/cases/comments.styl                           |   18 +
 test/cases/extend.cascade.css                      |    5 +
 test/cases/extend.cascade.styl                     |    9 +
 test/cases/extend.with.optional.css                |   13 +
 test/cases/extend.with.optional.styl               |   12 +
 test/cases/extend.with.placeholders.css            |   11 +
 test/cases/extend.with.placeholders.styl           |   17 +
 test/cases/fontface.css                            |    3 +
 test/cases/fontface.styl                           |    5 +
 test/cases/for.postfix.css                         |   12 +
 test/cases/for.postfix.styl                        |    5 +
 test/cases/functions.call.mixin.css                |    4 +
 test/cases/functions.call.mixin.styl               |    8 +
 test/cases/functions.defaults.css                  |    5 +-
 test/cases/functions.defaults.styl                 |   11 +-
 test/cases/functions.url.css                       |   20 +
 test/cases/functions.url.styl                      |   24 +
 .../cases/{import.basic.css => hoist.at-rules.css} |   12 +-
 test/cases/hoist.at-rules.styl                     |   11 +
 test/cases/if.else.styl                            |   12 +
 test/cases/if.postfix.css                          |    2 +-
 test/cases/import.basic.css                        |    2 +-
 test/cases/import.glob/dup.styl                    |    1 -
 test/cases/import.include.resolver.absolute.css    |    5 +
 test/cases/import.include.resolver.absolute.styl   |    5 +
 test/cases/import.json/icons.json                  |    3 +
 test/cases/import.loop/test.styl                   |    1 +
 test/cases/import.mixins.transparent.css           |    4 +
 test/cases/import.mixins.transparent.styl          |    4 +
 test/cases/import.namespace.css                    |   14 +
 test/cases/import.namespace.styl                   |    1 +
 test/cases/import.namespace/svg.styl               |   15 +
 test/cases/keyframes.css                           |   13 +
 test/cases/keyframes.styl                          |    9 +-
 test/cases/media.bubble.css                        |   21 +
 test/cases/media.bubble.styl                       |   11 +
 test/cases/media.complex.css                       |   45 +-
 test/cases/media.complex.styl                      |   48 +-
 test/cases/mixins/bar.styl                         |    6 +
 test/cases/object.css                              |   20 +
 test/cases/object.mixin.css                        |    9 +
 test/cases/object.mixin.styl                       |   23 +
 test/cases/object.styl                             |   35 +
 test/cases/parent.css                              |    9 +-
 test/cases/parent.styl                             |    8 +-
 test/cases/parse.css                               |    1 +
 test/cases/parse.styl                              |   12 +
 test/cases/prefix.grid.css                         |  256 +--
 test/cases/queries.css                             |    4 +-
 test/cases/regression.1727.css                     |   11 +
 test/cases/regression.1727.styl                    |    8 +
 test/cases/regression.1741.css                     |    3 +
 test/cases/regression.1741.styl                    |    6 +
 test/cases/regression.1882.css                     |   15 +
 test/cases/regression.1882.styl                    |    8 +
 test/cases/regression.1995.css                     |    4 +
 test/cases/regression.1995.styl                    |    6 +
 test/cases/regression.1997.css                     |    4 +
 test/cases/regression.1997.styl                    |    4 +
 test/cases/regression.1998.css                     |    3 +
 test/cases/regression.1998.styl                    |    7 +
 test/cases/rule.charset.css                        |    5 +-
 test/cases/rule.charset.styl                       |    5 +-
 test/cases/selector.interpolation.css              |    4 +-
 test/cases/selector.reference.css                  |   76 +
 test/cases/selector.reference.styl                 |   93 ++
 test/cases/selectors.nested.comma.css              |    6 +-
 test/cases/selectors.nested.comma.styl             |    9 +
 test/cases/supports.css                            |   74 +
 test/cases/supports.styl                           |   74 +
 test/cases/units.css                               |    5 +-
 test/cases/units.styl                              |    5 +-
 test/converter/complex.rule.css                    |   14 +
 test/converter/complex.rule.styl                   |   12 +
 test/deps-resolver/index.deps                      |    2 +-
 test/deps-resolver/index.styl                      |    2 +-
 test/images/circle.svg                             |    4 +
 test/images/flowers.jpeg                           |  Bin 0 -> 87918 bytes
 test/images/flowers_p.jpg                          |  Bin 0 -> 52361 bytes
 test/images/gif                                    |  Bin 0 -> 5841 bytes
 test/images/tiger.svg                              |  829 ++++++++++
 test/images/tux.png                                |  Bin 0 -> 48272 bytes
 test/middleware/index.js                           |    4 +-
 test/run.js                                        |   72 +-
 test/sourcemap/basic.inline.utf-8.css              |   13 +
 test/sourcemap/basic.inline.utf-8.styl             |   12 +
 341 files changed, 8401 insertions(+), 3306 deletions(-)

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



More information about the Pkg-javascript-commits mailing list