| 40 | |
| 41 | declare global { |
| 42 | interface Window { |
| 43 | _monaco?: Monaco; |
| 44 | _MonacoEnvironment?: monaco.Environment; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | // Intercept creation of monaco so we don't have to worry about timing the injection. |
nothing calls this directly
no outgoing calls
no test coverage detected