grasp-equery
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,3 +6,3 @@ // Generated by LiveScript 1.3.1 | ||
matchNode = require('./match').matchNode; | ||
VERSION = '0.2.2'; | ||
VERSION = '0.2.3'; | ||
query = function(selector, ast){ | ||
@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast); |
@@ -30,3 +30,3 @@ // Generated by LiveScript 1.3.1 | ||
for (prop in targetNode) { | ||
if (prop !== 'loc' && prop !== 'start' && prop !== 'end' && prop !== '_named') { | ||
if (prop !== 'loc' && prop !== 'start' && prop !== 'end' && prop !== '_named' && prop !== 'raw') { | ||
if (!eq(targetNode[prop], selectorNode[prop])) { | ||
@@ -33,0 +33,0 @@ return false; |
{ | ||
"name": "grasp-equery", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
17788