Closed fbrckman closed 5 years ago
Updating dependencies has caused N3 to stop working.
Importing a Turtle file causes the next error:
ReferenceError: setImmediate is not defined
This occurs when executing the following code from store.js:
store.js
ParserManager.parse(exampleShapes, ETF["ttl"]).then(model => { ... });
This only occurs in N3 version 1.2.0, so I downgraded N3 to version 1.1.1. Now it works as expected again.
1.2.0
1.1.1
Updating dependencies has caused N3 to stop working.
Importing a Turtle file causes the next error:
This occurs when executing the following code from
store.js
: