@@ -58,7 +58,7 @@ test('mixed imports and layers', () => {
5858 {
5959 name : '__anonymous-2__' ,
6060 is_anonymous : true ,
61- locations : [ { line : 10 , column : 3 , start : 176 , end : 185 } ] ,
61+ locations : [ { line : 10 , column : 3 , start : 176 } ] ,
6262 children : [ ] ,
6363 } ,
6464 ]
@@ -76,70 +76,70 @@ test('the fokus.dev boilerplate', () => {
7676 {
7777 name : 'core' ,
7878 is_anonymous : false ,
79- locations : [ { line : 2 , column : 3 , start : 3 , end : 49 } ] ,
79+ locations : [ { line : 2 , column : 3 , start : 3 } ] ,
8080 children : [
8181 {
8282 name : 'reset' ,
8383 is_anonymous : false ,
84- locations : [ { line : 3 , column : 3 , start : 52 , end : 94 } ] ,
84+ locations : [ { line : 3 , column : 3 , start : 52 } ] ,
8585 children : [ ] ,
8686 } ,
8787 {
8888 name : 'tokens' ,
8989 is_anonymous : false ,
90- locations : [ { line : 3 , column : 3 , start : 52 , end : 94 } ] ,
90+ locations : [ { line : 3 , column : 3 , start : 52 } ] ,
9191 children : [ ] ,
9292 } ,
9393 {
9494 name : 'base' ,
9595 is_anonymous : false ,
96- locations : [ { line : 3 , column : 3 , start : 52 , end : 94 } ] ,
96+ locations : [ { line : 3 , column : 3 , start : 52 } ] ,
9797 children : [ ] ,
9898 } ,
9999 ] ,
100100 } ,
101101 {
102102 name : 'third-party' ,
103103 is_anonymous : false ,
104- locations : [ { line : 2 , column : 3 , start : 3 , end : 49 } ] ,
104+ locations : [ { line : 2 , column : 3 , start : 3 } ] ,
105105 children : [
106106 {
107107 name : 'imports' ,
108108 is_anonymous : false ,
109- locations : [ { line : 4 , column : 3 , start : 97 , end : 147 } ] ,
109+ locations : [ { line : 4 , column : 3 , start : 97 } ] ,
110110 children : [ ] ,
111111 } ,
112112 {
113113 name : 'overrides' ,
114114 is_anonymous : false ,
115- locations : [ { line : 4 , column : 3 , start : 97 , end : 147 } ] ,
115+ locations : [ { line : 4 , column : 3 , start : 97 } ] ,
116116 children : [ ] ,
117117 } ,
118118 ] ,
119119 } ,
120120 {
121121 name : 'components' ,
122122 is_anonymous : false ,
123- locations : [ { line : 2 , column : 3 , start : 3 , end : 49 } ] ,
123+ locations : [ { line : 2 , column : 3 , start : 3 } ] ,
124124 children : [
125125 {
126126 name : 'base' ,
127127 is_anonymous : false ,
128- locations : [ { line : 5 , column : 3 , start : 150 , end : 196 } ] ,
128+ locations : [ { line : 5 , column : 3 , start : 150 } ] ,
129129 children : [ ] ,
130130 } ,
131131 {
132132 name : 'variations' ,
133133 is_anonymous : false ,
134- locations : [ { line : 5 , column : 3 , start : 150 , end : 196 } ] ,
134+ locations : [ { line : 5 , column : 3 , start : 150 } ] ,
135135 children : [ ] ,
136136 } ,
137137 ] ,
138138 } ,
139139 {
140140 name : 'utility' ,
141141 is_anonymous : false ,
142- locations : [ { line : 2 , column : 3 , start : 3 , end : 49 } ] ,
142+ locations : [ { line : 2 , column : 3 , start : 3 } ] ,
143143 children : [ ] ,
144144 } ,
145145 ]
0 commit comments