grasp-equery
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,3 +6,3 @@ // Generated by LiveScript 1.2.0 | ||
matchNode = require('./match').matchNode; | ||
VERSION = '0.1.0'; | ||
VERSION = '0.2.1'; | ||
query = function(selector, ast){ | ||
@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast); |
@@ -203,5 +203,7 @@ // Generated by LiveScript 1.2.0 | ||
if (attrType === 'Identifier') { | ||
return { | ||
path: [attr.name] | ||
}; | ||
if (processNode(attr)) {} else { | ||
return { | ||
path: [attr.name] | ||
}; | ||
} | ||
} else if (attrType === 'MemberExpression') { | ||
@@ -208,0 +210,0 @@ path = getMemberPath(attr); |
{ | ||
"name": "grasp-equery", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
@@ -39,4 +39,4 @@ "description": "grasp query using example code with wildcards", | ||
"dependencies": { | ||
"prelude-ls": "~1.0.3", | ||
"acorn": "~0.4.2", | ||
"prelude-ls": "~1.1.0", | ||
"acorn": "~0.5.0", | ||
"grasp-syntax-javascript": "~0.1.0" | ||
@@ -43,0 +43,0 @@ }, |
17771
464
+ Addedacorn@0.5.0(transitive)
+ Addedprelude-ls@1.1.2(transitive)
- Removedacorn@0.4.2(transitive)
Updatedacorn@~0.5.0
Updatedprelude-ls@~1.1.0