Open
Description
Currently the return type is string
but it should be string | null
. The function definition is
jsonld-context-parser.js/lib/Util.ts
Lines 145 to 151 in 3704921
This is a breaking change as it causes type errors in the jsonld-streaming-parser when trying to make the change.