grasp-equery
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.4.0 | ||
// Generated by LiveScript 1.5.0 | ||
(function(){ | ||
@@ -6,3 +6,3 @@ var parse, matchNode, VERSION, query, queryParsed; | ||
matchNode = require('./match').matchNode; | ||
VERSION = '0.3.1'; | ||
VERSION = '0.3.2'; | ||
query = function(selector, ast){ | ||
@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast); |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.4.0 | ||
// Generated by LiveScript 1.5.0 | ||
(function(){ | ||
@@ -13,2 +13,5 @@ var ref$, primitiveOnlyAttributes, eitherAttributes, syntaxFlat, all, tail, getNodeAtPath, toString$ = {}.toString, slice$ = [].slice; | ||
spec = syntaxFlat[mainNode.type]; | ||
if (spec == null) { | ||
return; | ||
} | ||
for (i$ = 0, len$ = (ref$ = spec.nodes || []).length; i$ < len$; ++i$) { | ||
@@ -15,0 +18,0 @@ key = ref$[i$]; |
{ | ||
"name": "grasp-equery", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
@@ -5,0 +5,0 @@ "description": "grasp query using example code with wildcards", |
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
17996
475