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 eb073a5 commit 2683ba2Copy full SHA for 2683ba2
src/parser/ast.ts
@@ -98,11 +98,6 @@ export type Sentence =
98
punctuation: string;
99
interrogative: null | "seme" | "x ala x";
100
}>;
101
-export type Quotation = Readonly<{
102
- sentences: ReadonlyArray<Sentence>;
103
- leftMark: string;
104
- rightMark: string;
105
-}>;
106
export type MultipleSentences =
107
| Readonly<{ type: "single word"; word: string }>
108
| Readonly<{ type: "sentences"; sentences: ReadonlyArray<Sentence> }>;
0 commit comments