digitalbazaar / jsonld.js

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

Default frame for lists. #376

Closed gkellogg closed 4 years ago

gkellogg commented 4 years ago

The code previously would get an invalid frame, if there was a frame object, but it didn't have an @list entry.

gkellogg commented 4 years ago

Test failures should go away when PR #374 is merged.