Skip to content

Commit 99d13f4

Browse files
committed
handel serializing diagnostics
1 parent 199b71c commit 99d13f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/harness/test262Runner.ts

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class Test262BaselineRunner extends RunnerBase {
3434
case "symbol":
3535
case "locals":
3636
case "localSymbol":
37+
case "kind":
38+
case "semanticDiagnostics":
39+
case "parseDiagnostics":
40+
case "grammarDiagnostics":
3741
return undefined;
3842
case "nextContainer":
3943
if (n.nextContainer) {

0 commit comments

Comments
 (0)