Properties
Readonly
config
config: { extraKeys: { Ctrl-Enter: (() => void) }; gutters: string[]; indentUnit: number; lineNumbers: boolean; lineWrapping: boolean; lint: { options: { editorKind: string; esversion: number } }; theme: string } = ...
Type declaration
-
extraKeys: { Ctrl-Enter: (() => void) }
-
gutters: string[]
-
indentUnit: number
-
lineNumbers: boolean
-
lineWrapping: boolean
-
lint: { options: { editorKind: string; esversion: number } }
-
options: { editorKind: string; esversion: number }
-
editorKind: string
-
esversion: number
-
theme: string
Readonly
entryPoint
entryPoint: string
Readonly
fsMap$
fsMap$: BehaviorSubject<Map<string, string>> = ...
Readonly
parsedSrc$
parsedSrc$: ReplaySubject<{ jsSrc: string; tsSrc: string }> = ...