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 17f00d8 commit b45e796Copy full SHA for b45e796
compiler/apps/playground/components/Editor/Input.tsx
@@ -29,15 +29,6 @@ import React$Types from '../../node_modules/@types/react/index.d.ts';
29
30
loader.config({monaco});
31
32
-declare global {
33
- interface Window {
34
- /**
35
- * 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.
36
- */
37
- __MONACO_LOADED__?: true;
38
- }
39
-}
40
-
41
type Props = {
42
errors: Array<CompilerErrorDetail | CompilerDiagnostic>;
43
language: 'flow' | 'typescript';
0 commit comments