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 4007205 + ebdcade commit 00b188bCopy full SHA for 00b188b
tests/baselines/javascript.txt
@@ -0,0 +1,7 @@
1
+[1, 1]: source.ts switch-statement.expr.ts switch-expression.expr.ts keyword.control.ts
2
+[2, 5]: source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts keyword.control.ts
3
+[3, 5]: source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts keyword.control.ts
4
+[5, 1]: source.ts keyword.operator.ts
5
+[6, 1]: source.ts keyword.operator.ts
6
+[7, 1]: source.ts keyword.operator.ts
7
+[8, 3]: source.ts keyword.operator.ts
tests/cases/javascript.ts
@@ -0,0 +1,8 @@
+^^switch (x) {
+ ^^case 0:
+ ^^default:
+}
+^^typeof x;
+^^void x;
+^^delete x.y;
8
+x ^^instanceof y;
0 commit comments