digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.66k stars 195 forks source link

Fixed `prependBase` #384

Closed gkellogg closed 4 years ago

gkellogg commented 4 years ago

to start path with a '/' for a zero length path if there is an authority in base.

For expand#t0129 and toRdf#te129.

gkellogg commented 4 years ago

Needs to be rebased after PR #381 is merged.