Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Baclet committed Mar 18, 2017
1 parent 2bac8bb commit 0f8f754
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions barbiche.js
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,7 @@ parse: function parse(input) {
parser.originalParseError = parser.parseError;
parser.originalQuoteName = parser.quoteName;

/* Helpers */
var table = {
"n": "\n",
"'": "'",
Expand Down Expand Up @@ -3076,7 +3077,7 @@ var elseAttr = 'else';

var TEMPLATE = 'TEMPLATE';

/* shared context */
/* Shared context */

var context = {
stack: [],
Expand Down Expand Up @@ -3111,7 +3112,7 @@ BBObj.prototype.toString = function() {
else return '';
};

/* shared Parser*/
/* Shared Parser*/

var Parser = require('../parser.js');
Parser.parser.yy.context = context;
Expand Down Expand Up @@ -3391,7 +3392,6 @@ function Barbiche(opt) {
};
})();


works[Node.DOCUMENT_FRAGMENT_NODE] = (function() {
var child;
return function(node, template) {
Expand Down Expand Up @@ -3491,6 +3491,7 @@ function Barbiche(opt) {

return Template;
}

module.exports = Barbiche;

},{"../parser.js":1}]},{},[2])(2)
Expand Down

0 comments on commit 0f8f754

Please sign in to comment.