I'm receiving the error message stating that my version of SpiderMonkey AST doesn't support parent node traversal from /lib/astq.node.js:362.
The query I'm using is in fact trying to traverse parent nodes of an AST built with Acorn. The query is //Identifier[@name=='startTimer'] ..// *
What version of SpiderMonkey do I need to install to get this feature? Or is there a different adapter I should try and use?
I'm receiving the error message stating that my version of SpiderMonkey AST doesn't support parent node traversal from /lib/astq.node.js:362.
The query I'm using is in fact trying to traverse parent nodes of an AST built with Acorn. The query is
//Identifier[@name=='startTimer'] ..// *What version of SpiderMonkey do I need to install to get this feature? Or is there a different adapter I should try and use?