rdf-ext / shacl-engine

A fast RDF/JS SHACL engine
MIT License
29 stars 0 forks source link

Typescript support #29

Open gruhnow opened 1 month ago

gruhnow commented 1 month ago

I was looking to switch to this library because of missing functionality in zazuko/rdf-shacl-engine, but the lack of typescript support is a barrier. I generated some dummy types for now, but is there any interest in converting the project to typescript or at least creating some official types as a part of the DefinatelyTyped project?

bergos commented 1 month ago

I don't use TypeScript in my projects, which is why there are currently no Type Definitions.

But adding Type Definitions is part of the planned work funded via the RDF-Ext Open Collective. I didn't make a big announcement yet, as the coordinated detailed plan is not yet ready. But let me know if you are interested.

As anyone can contribute to DefinitelyTyped, you are very welcome to add types there. I'm happy to help out if there are questions that don't require in-depth TypeScript know-how.