comunica / sparqlee

⚙️ SPARQL expression evaluator library - Moved to @comunica/expression-evaluator
https://www.npmjs.com/package/sparqlee
14 stars 7 forks source link

Rewrite/overloadmap as tree #101

Closed jitsedesmet closed 3 years ago

jitsedesmet commented 3 years ago

This pull request aims to provide a first implementation for transforming the overloadmap to a tree structure. This removes it dependency on the 'immutable' package and should allow us to auto cast some concrete types. In the first version of this PR I added 3 TODO's. These should not be merged into master but should be discussed here and resolved before merging.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1116703798


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/functions/Helpers.ts 16 19 84.21%
<!-- Total: 51 54 94.44% -->
Totals Coverage Status
Change from base Build 1112636241: 0.04%
Covered Lines: 1298
Relevant Lines: 1430

💛 - Coveralls