(editor: HTMLElement, pos?: Position)
| 65 | editor.style.whiteSpace = 'pre-wrap' |
| 66 | |
| 67 | const doHighlight = (editor: HTMLElement, pos?: Position) => { |
| 68 | highlight(editor, pos) |
| 69 | } |
| 70 | |
| 71 | const matchFirefoxVersion = |
| 72 | window.navigator.userAgent.match(/Firefox\/([0-9]+)\./); |
no outgoing calls
no test coverage detected