Skip to content

Commit 5460511

Browse files
committed
fix
1 parent ec6845b commit 5460511

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-scope": "^7.0.0",
5757
"eslint-visitor-keys": "^3.0.0",
5858
"espree": "^9.0.0",
59-
"postcss": "^8.4.25",
59+
"postcss": "^8.4.28",
6060
"postcss-scss": "^4.0.6"
6161
},
6262
"devDependencies": {

tests/fixtures/parser/style-context/empty-style-element-output.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"type": "root",
99
"nodes": [],
1010
"source": {
11+
"end": {
12+
"column": 8,
13+
"line": 7,
14+
"offset": 52
15+
},
1116
"inputId": 0,
1217
"start": {
1318
"column": 8,

tests/fixtures/parser/style-context/one-line-css-output.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
}
6060
],
6161
"source": {
62+
"end": {
63+
"column": 34,
64+
"line": 7,
65+
"offset": 103
66+
},
6267
"inputId": 0,
6368
"start": {
6469
"column": 8,

tests/fixtures/parser/style-context/simple-css-output.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
}
109109
],
110110
"source": {
111+
"end": {
112+
"column": 1,
113+
"line": 17,
114+
"offset": 159
115+
},
111116
"inputId": 0,
112117
"start": {
113118
"column": 8,

tests/fixtures/parser/style-context/simple-scss-output.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
}
160160
],
161161
"source": {
162+
"end": {
163+
"column": 1,
164+
"line": 18,
165+
"offset": 276
166+
},
162167
"inputId": 0,
163168
"start": {
164169
"column": 20,

tests/fixtures/parser/style-context/unrelated-style-attr-output.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
}
109109
],
110110
"source": {
111+
"end": {
112+
"column": 1,
113+
"line": 17,
114+
"offset": 176
115+
},
111116
"inputId": 0,
112117
"start": {
113118
"column": 25,

0 commit comments

Comments
 (0)