gulp-bem / gulp-bem-xjst

DEPRECATED repository, moved to https://github.com/bem/gulp-bem/tree/master/packages/gulp-bem-xjst
MIT License
6 stars 3 forks source link

Update bem-xjst to version 6.5.0 šŸš€ #8

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rocket::rocket::rocket:

bem-xjst just published its new version 6.5.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of bem-xjst ā€“ otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


GitHub Release

bemhtml.compile() and bemtree.compile() should work with arrow functions and function with name and params.

var bemhtml = require('bem-xjst').bemhtml;

var myFunction = function() {
    block('page').tag()('body');
};

// myFunction can be in v6.5.0:
//   function name() { ā€¦ }
//   function (a, b) { ā€¦ }
//   function name(a, b) { ā€¦ }
//   () => { ā€¦ }
//   (a, b) => { ā€¦ }
//   _ => { ā€¦ }

var templates = bemhtml.compile(myFunction);

The new version differs by 118 commits .

There are 118 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: