oSoc19 / unshacled

Visual editor for describing Linked Data constraints
https://unshacled.com
MIT License
5 stars 0 forks source link

Fix N3 Serializer/Parser #213

Closed fbrckman closed 5 years ago

fbrckman commented 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:

ParserManager.parse(exampleShapes, ETF["ttl"]).then(model => { ... });
fbrckman commented 5 years ago

This only occurs in N3 version 1.2.0, so I downgraded N3 to version 1.1.1. Now it works as expected again.