We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05186bf commit edae3d9Copy full SHA for edae3d9
lib/context.js
@@ -274,7 +274,7 @@ api.process = async ({
274
'Invalid JSON-LD syntax; @import not compatible with ' +
275
activeCtx.processingMode,
276
'jsonld.SyntaxError',
277
- {code: 'invalid context member', context: ctx});
+ {code: 'invalid context entry', context: ctx});
278
}
279
if(!_isString(value)) {
280
throw new JsonLdError(
@@ -300,7 +300,7 @@ api.process = async ({
300
301
'Invalid JSON-LD syntax; imported context must not include @import.',
302
303
- {code: 'invalid context member', context: localCtx});
+ {code: 'invalid context entry', context: localCtx});
304
305
306
// merge ctx into importCtx and replace rval with the result
0 commit comments