-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
It looks that this project is used on https://www.planttext.com/ but I'm not sure where to file an issue for the fact that the instance is broken (the reporting link is wrong).
When I try any conversion, I get:
Error parsing input file:
/home/ubuntu/bin/PlantCode/Log/2019-17-3-11-34-07-typescript.txt
{ message: 'Expected [ \\t] or [A-Za-z_] but "-" found.',
expected:
[ { type: 'class', value: '[ \\t]', description: '[ \\t]' },
{ type: 'class', value: '[A-Za-z_]', description: '[A-Za-z_]' } ],
found: '-',
location:
{ start: { offset: 40, line: 4, column: 5 },
end: { offset: 41, line: 4, column: 6 } },
name: 'SyntaxError' }