bemhtml-compat
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "bemhtml-compat", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "ERROR: No README.md file found!", | ||
@@ -19,4 +19,4 @@ "main": "lib/compat.js", | ||
"mocha": "~1.9.0", | ||
"bem-xjst": "~0.0.2" | ||
"bem-xjst": "~0.0.3" | ||
} | ||
} |
module.exports = function() { | ||
if (this.$override) (function() { | ||
oninit(function(exports) { | ||
@@ -259,3 +259,3 @@ var BEM_ = {}, | ||
// Wrap xjst's apply and export our own | ||
this.$exports.apply = BEMContext.apply = function _apply() { | ||
exports.apply = BEMContext.apply = function _apply() { | ||
var ctx = new BEMContext(this, oldApply); | ||
@@ -266,3 +266,3 @@ ctx.apply(); | ||
}).call(this); // this.$override | ||
}); // oninit(); | ||
@@ -269,0 +269,0 @@ match(this._mode === '')( |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
26318