lemonadejs
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
@@ -499,3 +499,3 @@ /** | ||
if (typeof(content.v) === 'string') { | ||
let tokens = content.v.match(/self([.a-zA-Z0-9_\[\]]+)*/gm); | ||
let tokens = content.v.match(/self(\.\w+|\[\d+\])*/gm); | ||
if (tokens) { | ||
@@ -502,0 +502,0 @@ for (let i = 0; i < tokens.length; i++) { |
@@ -399,2 +399,6 @@ /** | ||
r = run.call(o.s, b); | ||
if (typeof(r) === 'undefined') { | ||
r = ''; | ||
} | ||
} | ||
@@ -505,3 +509,3 @@ return r; | ||
if (typeof(content.v) === 'string') { | ||
let tokens = content.v.match(/self([.a-zA-Z0-9_\[\]]+)*/gm); | ||
let tokens = content.v.match(/self(\.\w+|\[\d+\])*/gm); | ||
if (tokens) { | ||
@@ -508,0 +512,0 @@ for (let i = 0; i < tokens.length; i++) { |
@@ -42,3 +42,3 @@ { | ||
"types": "dist/lemonade.d.ts", | ||
"version": "4.0.0-beta.3" | ||
"version": "4.0.0-beta.4" | ||
} |
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
92077
2178