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.
2 parents da28043 + d57c145 commit 6adc143Copy full SHA for 6adc143
llamafile/server/www/highlight_typescript.js
@@ -205,7 +205,7 @@ class HighlightTypescript extends Highlighter {
205
this.push("span", "comment");
206
this.append("/*");
207
this.state = HighlightTypescript.SLASH_STAR;
208
- } else if (expect_ == HighlightTypescript.EXPECT_VALUE) {
+ } else if (this.expect == HighlightTypescript.EXPECT_VALUE) {
209
this.expect = HighlightTypescript.EXPECT_OPERATOR;
210
this.push("span", "string");
211
this.append('/');
0 commit comments