rdfjs / types

Authoritative TypeScript typings for all RDFJS specifications
MIT License
17 stars 13 forks source link

Add optional direction for literals #38

Open rubensworks opened 1 year ago

rubensworks commented 1 year ago

This adds typing support for base directions in literals, as discussed in https://github.com/rdfjs/data-model-spec/pull/175

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 14f33a2ac02fa48b9a3a4c0716ca6d06667e57bf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------ | ----- | | @rdfjs/types | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

tpluscode commented 1 month ago

This probably is something we should also (like #6) first discuss in the spec itself?

rubensworks commented 1 month ago

This probably is something we should also (like https://github.com/rdfjs/types/issues/6) first discuss in the spec itself?

Yes, we have https://github.com/rdfjs/data-model-spec/issues/172 and https://github.com/rdfjs/data-model-spec/pull/175 for this.

But in any case, I think we'll want to put this on hold until https://github.com/w3c/rdf-concepts/issues/79 is resolved.