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 28e6371 commit b10a0ecCopy full SHA for b10a0ec
spec/parser.js
@@ -11,7 +11,7 @@ module.exports = {
11
return Promise.reject(
12
new ErrorSkipped(`Test with spec version ${options.specVersion} was skipped, only 1.1 is supported.`));
13
}
14
- return require('arrayify-stream')(require('streamify-string')(data)
+ return require('arrayify-stream').default(require('streamify-string')(data)
15
.pipe(new JsonLdParser(Object.assign({
16
baseIRI,
17
validateValueIndexes: true,
0 commit comments