comunica / sparqlee

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

Document sparql spec of arithmetic types #110

Closed jitsedesmet closed 3 years ago

jitsedesmet commented 3 years ago

This issue aim to close #107 . I documented some specs made changes where possible. I also removed the type widening functions since they were of no use anymore. And I don't think having them is all that beneficial.

I have already run the Comunica test suite over it as well, all looks well.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1142341404


Files with Coverage Reduction New Missed Lines %
lib/expressions/Term.ts 1 96.43%
lib/functions/Helpers.ts 1 93.48%
lib/util/Errors.ts 2 62.32%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 1138618512: -0.4%
Covered Lines: 1363
Relevant Lines: 1477

💛 - Coveralls