Skip to content

Commit c138c98

Browse files
committed
drive-by
1 parent 4a4645b commit c138c98

File tree

1 file changed

+18
-1
lines changed
  • packages/language-server/test/plugins/typescript/features/diagnostics/fixtures/bindings-two-way-check

1 file changed

+18
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
[]
1+
[
2+
{
3+
"code": -1,
4+
"message": "Unexpected token",
5+
"range": {
6+
"end": {
7+
"character": 47,
8+
"line": 12
9+
},
10+
"start": {
11+
"character": 47,
12+
"line": 12
13+
}
14+
},
15+
"severity": 1,
16+
"source": "ts"
17+
}
18+
]

0 commit comments

Comments
 (0)