prelim refactor commit

This commit is contained in:
Kevin Jahns
2019-03-26 01:14:15 +01:00
parent 293527e62b
commit d9ab593b07
44 changed files with 2263 additions and 1914 deletions

View File

@@ -48,3 +48,5 @@ export class YXmlText extends YText {
super._delete(y, createDelete, gcChildren)
}
}
export const readYXmlText = decoder => new YXmlText()