Skip to content

Commit 148867c

Browse files
committed
fix
1 parent 5460511 commit 148867c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tests/fixtures/parser/style-location-converter/simple-css-output.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
"start": {
55
"line": 9,
66
"column": 7
7+
},
8+
"end": {
9+
"line": 17,
10+
"column": 1
711
}
812
},
913
[
1014
89,
11-
null
15+
160
1216
]
1317
],
1418
[

tests/fixtures/parser/style-location-converter/simple-scss-output.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
"start": {
55
"line": 7,
66
"column": 19
7+
},
8+
"end": {
9+
"line": 18,
10+
"column": 1
711
}
812
},
913
[
1014
130,
11-
null
15+
277
1216
]
1317
],
1418
[

0 commit comments

Comments
 (0)