You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letposition=starlasu.entities.find(x=>x.id==="com-strumenta-StarLasu-Position-id");letprimitiveTypeDeserializer=newDefaultPrimitiveTypeDeserializer();primitiveTypeDeserializer.registerDeserializer(position,value=>{let[_,startLine,startColumn,endLine,endColumn]=value.match(/L(\d+):(\d+) to L(\d+):(\d+)/);returnnewPosition(newPoint(startLine,startColumn),newPoint(endLine,endColumn));});
Position used to be a Concept while now it is a PrimitiveType.
We should update
tylasu/src/interop/lionweb.ts
Lines 32 to 33 in 0ed2dc9
The text was updated successfully, but these errors were encountered: