Comparing version 0.0.35 to 0.0.36
@@ -1119,3 +1119,3 @@ 'use strict'; | ||
if (section && section.filePath === this.args.filePath) | ||
if (section) | ||
throw this.er.sectionIsAlreadyDefined(sectionName, this.lineNum, sectionNamePos, this.args.filePath); // Tests: "Section 8". | ||
@@ -1122,0 +1122,0 @@ |
@@ -150,3 +150,3 @@ require('./utils'); | ||
else | ||
return this.findPartialSync(startDir, partialViewName, searchedLocations, errorsFactory); | ||
return this.findPartialSync(startDir, partialViewName, searchedLocations, errorsFactory, cache); | ||
} | ||
@@ -153,0 +153,0 @@ else { |
{ | ||
"name": "raz", | ||
"description": "Razor-like syntax for templating views in Express framework by mixing HTML with JavaScript.", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Sergey", |
164381