Comparing version 1.3.4 to 1.3.5
@@ -154,2 +154,5 @@ var esprima = require('esprima'), | ||
Compiler.prototype.getNodeLine = function getNodeLine(node) { | ||
if (!node.loc) | ||
return ''; | ||
var loc = node.loc.start; | ||
@@ -156,0 +159,0 @@ var lines = this.code.split(/\r\n|\r|\n/g); |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"homepage": "http://github.com/veged/xjst", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", |
@@ -92,3 +92,3 @@ ___ ___ _____ _______ _______ | ||
XJST extends JavaScript syntax with a following keywords: `template`, `local`, | ||
`apply`, `extends`, `super`. | ||
`apply`, `applyNext`. | ||
@@ -95,0 +95,0 @@ ### Template |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108778
2481