@webqit/subscript
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -11,3 +11,3 @@ { | ||
"homepage": "https://webqit.io/tooling/subscript", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -54,3 +54,3 @@ | ||
expr = expr.trim(); | ||
var initKeyword = expr.match(/(var|let|const)/); | ||
var initKeyword = expr.match(/^(var|let|const)/); | ||
if (initKeyword && (initKeyword = initKeyword[0])) { | ||
@@ -57,0 +57,0 @@ var exprs = [], _exprs = Lexer.split(_after(expr, initKeyword), [',']).map(_expr => _expr.trim()); |
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
306381