[Pkg-javascript-commits] [node-stylus] branch upstream updated (2cedaae -> f4b2e79)

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


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

mattia pushed a change to branch upstream
in repository node-stylus.

      from  2cedaae   Imported Upstream version 0.48.1+dfsg
      adds  f4b2e79   Imported Upstream version 0.54.5

No new revisions were added by this update.

Summary of changes:
 .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/{css.eos.css => regression.1741.css}    |    2 +-
 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 +
 .../{basic.inline.styl => basic.inline.utf-8.styl} |    2 +
 341 files changed, 8389 insertions(+), 3307 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 Code_of_Conduct.md
 create mode 100755 Contributing.md
 delete mode 100644 Workflow.md
 mode change 100644 => 100755 docs/functions.url.md
 delete mode 100644 examples/arithmetic.js
 delete mode 100644 examples/arithmetic.styl
 delete mode 100644 examples/basic.js
 delete mode 100644 examples/basic.styl
 delete mode 100644 examples/builtins.js
 delete mode 100644 examples/builtins.styl
 delete mode 100644 examples/comments.js
 delete mode 100644 examples/comments.styl
 delete mode 100644 examples/compress.js
 delete mode 100644 examples/conversions.js
 delete mode 100644 examples/conversions.styl
 delete mode 100644 examples/functions.js
 delete mode 100644 examples/functions.styl
 delete mode 100644 examples/gradients.js
 delete mode 100644 examples/gradients.styl
 delete mode 100644 examples/images.js
 delete mode 100644 examples/images.styl
 delete mode 100644 examples/implicit-functions.js
 delete mode 100644 examples/implicit-functions.styl
 delete mode 100644 examples/import.js
 delete mode 100644 examples/import.styl
 delete mode 100644 examples/js-functions.js
 delete mode 100644 examples/js-functions.styl
 delete mode 100644 examples/literal.js
 delete mode 100644 examples/literal.styl
 delete mode 100644 examples/middleware.js
 delete mode 100644 examples/mixins/box.styl
 delete mode 100644 examples/mixins/gradients.styl
 delete mode 100644 examples/nesting.js
 delete mode 100644 examples/nesting.styl
 delete mode 100644 examples/variables.js
 delete mode 100644 examples/variables.styl
 create mode 100644 graphics/Icons/bitmap500x500.ico
 create mode 100644 graphics/Icons/bitmap500x500.png
 create mode 100644 graphics/Logos/stylus.png
 create mode 100644 graphics/Vectors/stylus.ai
 create mode 100644 graphics/Vectors/stylus.eot
 create mode 100644 graphics/Vectors/stylus.svg
 create mode 100644 graphics/Vectors/stylus.ttf
 create mode 100644 graphics/Vectors/stylus.woff
 create mode 100644 graphics/Vectors/stylus_icon.svg
 create mode 100644 lib/functions/add-property.js
 create mode 100644 lib/functions/adjust.js
 create mode 100644 lib/functions/alpha.js
 create mode 100644 lib/functions/base-convert.js
 create mode 100644 lib/functions/basename.js
 create mode 100644 lib/functions/blend.js
 create mode 100644 lib/functions/blue.js
 create mode 100644 lib/functions/clone.js
 create mode 100644 lib/functions/component.js
 create mode 100644 lib/functions/contrast.js
 create mode 100644 lib/functions/convert.js
 create mode 100644 lib/functions/current-media.js
 create mode 100644 lib/functions/define.js
 create mode 100644 lib/functions/dirname.js
 create mode 100644 lib/functions/error.js
 create mode 100644 lib/functions/extname.js
 create mode 100644 lib/functions/green.js
 create mode 100644 lib/functions/hsl.js
 create mode 100644 lib/functions/hsla.js
 create mode 100644 lib/functions/hue.js
 create mode 100644 lib/functions/image-size.js
 create mode 100644 lib/functions/json.js
 create mode 100644 lib/functions/length.js
 create mode 100644 lib/functions/lightness.js
 create mode 100644 lib/functions/list-separator.js
 create mode 100644 lib/functions/lookup.js
 create mode 100644 lib/functions/luminosity.js
 create mode 100644 lib/functions/match.js
 create mode 100644 lib/functions/math-prop.js
 create mode 100644 lib/functions/math.js
 create mode 100644 lib/functions/merge.js
 create mode 100644 lib/functions/operate.js
 create mode 100644 lib/functions/opposite-position.js
 create mode 100644 lib/functions/p.js
 create mode 100644 lib/functions/pathjoin.js
 create mode 100644 lib/functions/pop.js
 create mode 100644 lib/functions/prefix-classes.js
 create mode 100644 lib/functions/push.js
 create mode 100644 lib/functions/range.js
 create mode 100644 lib/functions/red.js
 create mode 100644 lib/functions/remove.js
 create mode 100644 lib/functions/replace.js
 create mode 100644 lib/functions/rgb.js
 create mode 100644 lib/functions/rgba.js
 create mode 100644 lib/functions/s.js
 create mode 100644 lib/functions/saturation.js
 create mode 100644 lib/functions/selector-exists.js
 create mode 100644 lib/functions/selector.js
 create mode 100644 lib/functions/selectors.js
 create mode 100644 lib/functions/shift.js
 create mode 100644 lib/functions/slice.js
 create mode 100644 lib/functions/split.js
 create mode 100644 lib/functions/substr.js
 create mode 100644 lib/functions/tan.js
 create mode 100644 lib/functions/trace.js
 create mode 100644 lib/functions/transparentify.js
 create mode 100644 lib/functions/type.js
 create mode 100644 lib/functions/unit.js
 create mode 100644 lib/functions/unquote.js
 create mode 100644 lib/functions/unshift.js
 create mode 100644 lib/functions/use.js
 create mode 100644 lib/functions/warn.js
 rename lib/nodes/{query-expression.js => feature.js} (73%)
 create mode 100644 lib/nodes/supports.js
 create mode 100644 lib/selector-parser.js
 create mode 100644 test/cases/atrules.compressed.css
 create mode 100644 test/cases/atrules.compressed.styl
 create mode 100644 test/cases/bifs.clone.css
 create mode 100644 test/cases/bifs.clone.styl
 create mode 100644 test/cases/bifs.image-size.css
 create mode 100644 test/cases/bifs.image-size.styl
 create mode 100644 test/cases/bifs.index.css
 create mode 100644 test/cases/bifs.index.styl
 create mode 100644 test/cases/bifs.percentage.css
 create mode 100644 test/cases/bifs.percentage.styl
 create mode 100644 test/cases/bifs.range.css
 create mode 100644 test/cases/bifs.range.styl
 create mode 100644 test/cases/bifs.remove.css
 create mode 100644 test/cases/bifs.remove.styl
 create mode 100644 test/cases/bifs.selector.exitsts.css
 create mode 100644 test/cases/bifs.selector.exitsts.styl
 create mode 100644 test/cases/bifs.selectors.css
 create mode 100644 test/cases/bifs.selectors.styl
 create mode 100644 test/cases/bifs.slice.css
 create mode 100644 test/cases/bifs.slice.styl
 create mode 100644 test/cases/extend.cascade.css
 create mode 100644 test/cases/extend.cascade.styl
 create mode 100644 test/cases/extend.with.optional.css
 create mode 100644 test/cases/extend.with.optional.styl
 create mode 100644 test/cases/for.postfix.css
 create mode 100644 test/cases/for.postfix.styl
 create mode 100755 test/cases/functions.url.css
 create mode 100755 test/cases/functions.url.styl
 copy test/cases/{import.basic.css => hoist.at-rules.css} (50%)
 create mode 100644 test/cases/hoist.at-rules.styl
 delete mode 100644 test/cases/import.glob/dup.styl
 create mode 100644 test/cases/import.json/icons.json
 create mode 100644 test/cases/import.loop/test.styl
 create mode 100644 test/cases/import.mixins.transparent.css
 create mode 100644 test/cases/import.mixins.transparent.styl
 create mode 100644 test/cases/import.namespace.css
 create mode 100644 test/cases/import.namespace.styl
 create mode 100644 test/cases/import.namespace/svg.styl
 create mode 100644 test/cases/mixins/bar.styl
 create mode 100644 test/cases/regression.1727.css
 create mode 100644 test/cases/regression.1727.styl
 copy test/cases/{css.eos.css => regression.1741.css} (76%)
 create mode 100644 test/cases/regression.1741.styl
 create mode 100644 test/cases/regression.1882.css
 create mode 100644 test/cases/regression.1882.styl
 create mode 100644 test/cases/regression.1995.css
 create mode 100644 test/cases/regression.1995.styl
 create mode 100644 test/cases/regression.1997.css
 create mode 100644 test/cases/regression.1997.styl
 create mode 100644 test/cases/regression.1998.css
 create mode 100644 test/cases/regression.1998.styl
 create mode 100644 test/cases/supports.css
 create mode 100644 test/cases/supports.styl
 create mode 100644 test/converter/complex.rule.css
 create mode 100644 test/converter/complex.rule.styl
 create mode 100644 test/images/circle.svg
 create mode 100644 test/images/flowers.jpeg
 create mode 100644 test/images/flowers_p.jpg
 create mode 100644 test/images/gif
 create mode 100644 test/images/tiger.svg
 create mode 100644 test/images/tux.png
 mode change 100644 => 100755 test/run.js
 create mode 100644 test/sourcemap/basic.inline.utf-8.css
 copy test/sourcemap/{basic.inline.styl => basic.inline.utf-8.styl} (82%)

-- 
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