sparqlalgebrajs
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -478,2 +478,9 @@ "use strict"; | ||
}, | ||
'construct': (op) => { | ||
// Blank nodes in CONSTRUCT templates must be maintained | ||
return { | ||
result: factory.createConstruct(translateBlankNodesToVariables(op.input, variables), op.template), | ||
recurse: false, | ||
}; | ||
}, | ||
}); | ||
@@ -480,0 +487,0 @@ function blankToVariable(term) { |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Convert SPARQL to SPARQL algebra", | ||
@@ -28,3 +28,3 @@ "author": "Joachim Van Herwegen", | ||
"mocha": "^6.1.1", | ||
"nyc": "^13.3.0", | ||
"nyc": "^14.1.0", | ||
"pre-commit": "^1.2.2", | ||
@@ -37,3 +37,3 @@ "ts-node": "^8.0.2", | ||
"prepare": "npm run build", | ||
"test": "nyc --reporter=text mocha" | ||
"test": "npm run build && nyc --exclude-after-remap false --reporter=text mocha" | ||
}, | ||
@@ -40,0 +40,0 @@ "pre-commit": [ |
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
85283
2020