Comparing version 0.1.18 to 0.1.19
@@ -88,2 +88,4 @@ import { | ||
function ASSOCIATE_MODULE(strs, ...tails) { | ||
strs = strs.slice(); | ||
strs.push(strs.pop() + '\n'); | ||
var [strs2, tails2] = import_module(strs, tails); | ||
@@ -132,2 +134,4 @@ | ||
const [strs2, tails2] = import_module(strs, tails); | ||
console.log(strs2); | ||
console.log(tails2); | ||
@@ -134,0 +138,0 @@ const options = strs2 |
{ | ||
"name": "mql2", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "query builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
37433
665