types icon indicating copy to clipboard operation
types copied to clipboard

Authoritative TypeScript typings for all RDFJS specifications

Results 18 types issues
Sort by recently updated
recently updated
newest added

This PR supersedes parts of #23, namely the support of both RDF 1.1 and RDF-star simultaneously. The revised version of this feature no longer introduces any breaking changes. Instead, the...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trim-newlines&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Let's discuss the review and release process that we want to follow in this package. I propose the following: * Creation of a GH team 'types' that will always be...

Are there plans to make the [RDF/JS: Stream interface](http://rdf.js.org/stream-spec/) closer to the [WHATWG Readable Stream interface](https://streams.spec.whatwg.org/#readablestream)? I'd be quite keen for example to be able to use [asynchronous iteration](https://streams.spec.whatwg.org/#rs-asynciterator).

`DatasetFactory` accepts both a DataSet and an array of Quads, while `DatasetCoreFactory` only has an array of Quads. Note that this is correct according to the spec (https://rdf.js.org/dataset-spec/#datasetcorefactory-interface), but I...

There seems to be a few things that deviate from the spec: ## 1. BaseQuad is not a Term In the "Data Interfaces" section of the spec (https://rdf.js.org/data-model-spec/#data-interfaces) `Quad` is...

I'd like to propose adding simple union types for the various quad components. Generally, I am all for adding these types of semantic shortcuts that provide utility to implementations since...