We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1663d01 commit df5e1a0Copy full SHA for df5e1a0
1 file changed
tests/cases/fourslash/getOutliningForObjectsInArray.ts
@@ -0,0 +1,23 @@
1
+/// <reference path="fourslash.ts"/>
2
+
3
+////// objects in x should generate outlining spans that do not render in VS
4
+//// const x =[| [
5
+//// [|{ a: 0 }|],
6
+//// [|{ b: 1 }|],
7
+//// [|{ c: 2 }|]
8
+//// ]|];
9
+////
10
+////// objects in y should generate outlining spans that render as expected
11
+//// const y =[| [
12
+//// [|{
13
+//// a: 0
14
+//// }|],
15
16
+//// b: 1
17
18
19
+//// c: 2
20
+//// }|]
21
22
23
+verify.outliningSpansInCurrentFile(test.ranges());
0 commit comments