linkeddata / rdflib.js

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

Pass this.flags to `stringToN3`, fixes #650. #652

Open RinkeHoekstra opened 2 months ago

RinkeHoekstra commented 2 months ago

Passing this.flags to stringToN3 to ensure that format flags are properly used. Fixes #650

The stringToN3 function resets to default flag 'eifflagshas no value. This fix ensures that any flags that were set prior to callingstringToN3` are properly taken into account.

RinkeHoekstra commented 1 month ago

The CI / npm-publish-build (pull_request) failure has nothing to do with the change in the pull request. I think there's something off with the build workflow.