Hi, I try to convert code by ts2python . However, I get this error:
1:1: Error (1000): Malformed syntax-tree! Possibly caused by a parsing error.
1:8: Error (1040): Parser "_part = /(?!\\d)\\w+/" did not match: »{ read } from './rea ...«
code link:
https://github.com/hamed-musallam/nmr-load-save/blob/master/src/index.ts
How should I fix it?
Hi, I try to convert code by
ts2python. However, I get this error:code link:
https://github.com/hamed-musallam/nmr-load-save/blob/master/src/index.tsHow should I fix it?