Comparing version 2.7.2 to 2.7.3
{ | ||
"name": "astq", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Abstract Syntax Tree (AST) Query Engine", | ||
@@ -5,0 +5,0 @@ "keywords": [ "abstract", "syntax", "tree", "query", "engine", "adaptable" ], |
@@ -432,3 +432,3 @@ | ||
The Browser variant `astq.node.js` has all external dependencies `asty`, | ||
The Browser variant `astq.browser.js` has all external dependencies `asty`, | ||
`pegjs-otf`, `pegjs-util`, and `cache-lru` directly embedded. The | ||
@@ -435,0 +435,0 @@ Node.js variant `astq.node.js` still requires the external dependencies |
@@ -83,3 +83,3 @@ /* | ||
console.log("ASTQ: execute: +---------------------------------------" + | ||
"-----------------------+----------------------------------------") | ||
"----------------------------------------------------------------") | ||
let qe = new ASTQQueryExec(adapter, params, funcs, trace) | ||
@@ -86,0 +86,0 @@ return qe.execQuery(this.ast, node) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
402651