Skip to content

Commit ef580e8

Browse files
committed
Add offset
1 parent 8ae97ea commit ef580e8

32 files changed

+347
-0
lines changed

cases/apply.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
"type": "decl",
2323
"source": {
2424
"start": {
25+
"offset": 10,
2526
"line": 2,
2627
"column": 3
2728
},
2829
"input": {
2930
"file": "apply.css"
3031
},
3132
"end": {
33+
"offset": 57,
3234
"line": 5,
3335
"column": 4
3436
}
@@ -48,13 +50,15 @@
4850
"type": "decl",
4951
"source": {
5052
"start": {
53+
"offset": 61,
5154
"line": 6,
5255
"column": 3
5356
},
5457
"input": {
5558
"file": "apply.css"
5659
},
5760
"end": {
61+
"offset": 118,
5862
"line": 10,
5963
"column": 3
6064
}
@@ -65,13 +69,15 @@
6569
],
6670
"source": {
6771
"start": {
72+
"offset": 0,
6873
"line": 1,
6974
"column": 1
7075
},
7176
"input": {
7277
"file": "apply.css"
7378
},
7479
"end": {
80+
"offset": 120,
7581
"line": 11,
7682
"column": 1
7783
}
@@ -84,6 +90,7 @@
8490
"file": "apply.css"
8591
},
8692
"start": {
93+
"offset": 0,
8794
"line": 1,
8895
"column": 1
8996
}

0 commit comments

Comments
 (0)