ql.io-compiler
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -86,4 +86,4 @@ /* | ||
//dependsOn are the lines in try clause | ||
divescope(line.dependsOn, line); | ||
_.each(line.catchClause, function(k, mycatch){ | ||
divescope(line.tryClause, line); | ||
_.each(line.catchClause, function(mycatch, k){ | ||
divescope(mycatch.lines, line); | ||
@@ -134,3 +134,3 @@ }); | ||
//dependsOn are the lines in try clause | ||
divescope(line.dependsOn,line); | ||
divescope(line.tryClause, line); | ||
_.each(line.catchClause, function(mycatch, k){ | ||
@@ -313,4 +313,3 @@ divescope(mycatch.lines, line); | ||
case 'try': | ||
_.each(line.dependsOn, function(tryline){ | ||
addListener(tryline, line); | ||
_.each(line.tryClause, function(tryline){ | ||
walk(tryline, symbols); | ||
@@ -317,0 +316,0 @@ }); |
{ | ||
"author": "ql.io", | ||
"name": "ql.io-compiler", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
494841
9788