-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
I've the following error when I'm trying to parse a file:
Unexpected token (DELETE, 'delete') at 1:25116 between LexToken(PERIOD,'.',1,25115) and LexToken(EQ,'=',1,25123)
It happens with this part of code:
if (arch) {
this.activeActions.create = arch.attrs.create ?
JSON.parse(arch.attrs.create) :
true;
this.activeActions.delete = arch.attrs.delete ?
JSON.parse(arch.attrs.delete) :
true;
this.editable = arch.attrs.editable;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels