You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working in Typescript, I had to add a devDependency to @comunica/actor-init-sparql so that the typings for Comunica are available and the project compiles.
This is a dev dependency only because node-quadstore-comunica bundles the Comunica code.
The text was updated successfully, but these errors were encountered:
I think the best way to address this is to include the relevant typings within quadstore-comunica by either copying them or crafting them by hand.
Any other solution I was able to come up with would result in having the entire comunica framework as a dependency of quadstore, much as you're experiencing right now, and I feel that would not be a healthy direction.
Working in Typescript, I had to add a
devDependency
to@comunica/actor-init-sparql
so that the typings for Comunica are available and the project compiles.This is a dev dependency only because
node-quadstore-comunica
bundles the Comunica code.The text was updated successfully, but these errors were encountered: