()
| 55 | let at = -1 |
| 56 | let focus = false |
| 57 | let onUpdate: (code: string) => void | undefined = () => void 0 |
| 58 | let prev: string // code content prior keydown event |
| 59 | |
| 60 | editor.setAttribute('contenteditable', 'plaintext-only') |
no outgoing calls
no test coverage detected