Skip to content

Commit 4525b22

Browse files
committed
Add missing export
1 parent cf0ea04 commit 4525b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dot-monaco/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const processor: LanguageProcessor = {
5252
},
5353
};
5454

55-
interface ParsedDocument {
55+
export interface ParsedDocument {
5656
document: TextDocument;
5757
sourceFile: SourceFile;
5858
}

0 commit comments

Comments
 (0)