As for now i've done some basic transformations to make it more TypeScript-ish, and removed the clone() part as it was introducing maximum call stack size exceeded error and basically i'm not sure if that was necessary anyway? P.S. Wouldn't it be better if you provide write access t...
tab-sizenumberConfigures the tab size to use in this state. line-separatorstringSet line break (separetor) char. (Default is\n.) theme{ [selector: string]: StyleSpec }Specify the theme. For example, if you use@codemirror/theme-one-dark, importoneDarkand put it in this prop. ...