()
| 53 | ); |
| 54 | |
| 55 | const handleEditorWillMount = () => { |
| 56 | const finalOptions = editorWillMount(monaco); |
| 57 | return finalOptions || {}; |
| 58 | }; |
| 59 | |
| 60 | const handleEditorDidMount = () => { |
| 61 | editorDidMount(editor.current, monaco); |
no outgoing calls
no test coverage detected
searching dependent graphs…