We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9ce16 commit 5c0b5f8Copy full SHA for 5c0b5f8
compiler/apps/playground/components/Editor/Input.tsx
@@ -23,15 +23,6 @@ import React$Types from '../../node_modules/@types/react/index.d.ts';
23
24
loader.config({monaco});
25
26
-declare global {
27
- interface Window {
28
- /**
29
- * Set to true once the Monaco editor instance has mounted. Used as an imperative signal for any code that needs to defer until Monaco is available.
30
- */
31
- __MONACO_LOADED__?: true;
32
- }
33
-}
34
-
35
type Props = {
36
errors: Array<CompilerErrorDetail | CompilerDiagnostic>;
37
language: 'flow' | 'typescript';
0 commit comments