Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bem-xjst to version 6.3.1 πŸš€ #165

Merged
merged 1 commit into from
Apr 18, 2016
Merged

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

πŸš€πŸš€πŸš€

bem-xjst just published its new version 6.3.1, 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 🌴


GitHub Release

Improved error message about no block subpredicate.

Example:

$cat noblock.js
var bemxjst = require('bem-xjst');
var bemhtml = bemxjst.bemhtml;
var templates = bemhtml.compile(function() {
    tag()('span');
});

$ node noblock.js
/Users/miripiruni/Documents/www/bem-xjst-errors/lib/compiler.js:59
throw new BEMXJSTError(e.message);
^
BEMXJSTError: block(…) subpredicate is not found.
See template with subpredicates:
* tag()
And template body:
("span")
at _compile (.../lib/compiler.js:60:13)
at Compiler.compile (...//lib/compiler.js:79:3)
at Object.<anonymous> (.../noblock.js:3:25)
…


The new version differs by 3 commits .

  • d92e0dd v6.3.1
  • 3362992 Merge pull request #207 from bem/error-no-block
  • ffd5310 Improved error msg about no block sub predicate (print out template)

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 ⚑

@blond blond merged commit 64a59c1 into master Apr 18, 2016
@blond blond deleted the greenkeeper-bem-xjst-6.3.1 branch April 18, 2016 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants