Skip to content

Commit b38b80d

Browse files
committed
new functions for parse/unparse from text
1 parent 4d49f4a commit b38b80d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fieldeditors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ namespace microcode {
3232
fromBuffer(buf: BufferReader): any {
3333
return undefined
3434
}
35+
toText(field: any): string {
36+
return ""
37+
}
38+
fromText(text: string): any {
39+
return undefined
40+
}
3541
}
3642

3743
export class ModifierEditor {

0 commit comments

Comments
 (0)