bug: Return type of getContextValueFromId
missing null.
#67
Labels
enhancement
New feature or request
getContextValueFromId
missing null.
#67
Currently the return type is
string
but it should bestring | null
. The function definition isjsonld-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.
The text was updated successfully, but these errors were encountered: