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 cf0ea04 commit 4525b22Copy full SHA for 4525b22
src/dot-monaco/index.ts
@@ -52,7 +52,7 @@ const processor: LanguageProcessor = {
52
},
53
};
54
55
-interface ParsedDocument {
+export interface ParsedDocument {
56
document: TextDocument;
57
sourceFile: SourceFile;
58
}
0 commit comments