| 1 | import { EditingTarget, Node as DocNode, SaveHandler, LiveEditing } from '@alilc/lowcode-designer'; |
| 2 | import { isJSExpression } from '@alilc/lowcode-utils'; |
| 3 | |
| 4 | function getText(node: DocNode, prop: string) { |
nothing calls this directly
no test coverage detected