linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
565 stars 143 forks source link

Number and Date seems to be omitted from type list #416

Open timbl opened 4 years ago

timbl commented 4 years ago

$ npx tsc --emitDeclarationOnly

test/unit/table.test.ts:44:36 - error TS2345: Argument of type 'number' is not assignable to parameter of type 'string | Term | undefined'.

44 query.pat.add(v.person, EX('age'), v.age, doc)
                                      ~~~~~

Found 1 error.