@@ -4,24 +4,16 @@ exports[`flat config composition > custom src dirs 1`] = `
4
4
[
5
5
{
6
6
" ignores" : [
7
- " node_modules" ,
8
- " **/node_modules/**" ,
9
- " *.iml" ,
10
- " **/*.iml/**" ,
11
- " .idea" ,
12
- " **/.idea/**" ,
13
- " *.log" ,
14
- " **/*.log/**" ,
15
- " .nuxt" ,
16
- " **/.nuxt/**" ,
17
- " .output" ,
18
- " **/.output/**" ,
7
+ " **/node_modules" ,
8
+ " **/*.iml" ,
9
+ " **/.idea" ,
10
+ " **/*.log" ,
11
+ " **/.nuxt" ,
12
+ " **/.output" ,
19
13
" **/.yarn/cache" ,
20
14
" **/.yarn/*state*" ,
21
- " dist" ,
22
- " **/dist/**" ,
23
- " .eslintcache" ,
24
- " **/.eslintcache/**" ,
15
+ " **/dist" ,
16
+ " **/.eslintcache" ,
25
17
],
26
18
} ,
27
19
{
@@ -68,12 +60,12 @@ exports[`flat config composition > custom src dirs 1`] = `
68
60
} ,
69
61
{
70
62
" files" : [
63
+ " src1/components/**/*.server.{js,ts,jsx,tsx,vue}" ,
71
64
" src1/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
72
- " src2/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
73
65
" src1/pages/**/*.{js,ts,jsx,tsx,vue}" ,
74
- " src2/pages/**/*.{js,ts,jsx,tsx,vue}" ,
75
- " src1/components/**/*.server.{js,ts,jsx,tsx,vue}" ,
76
66
" src2/components/**/*.server.{js,ts,jsx,tsx,vue}" ,
67
+ " src2/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
68
+ " src2/pages/**/*.{js,ts,jsx,tsx,vue}" ,
77
69
],
78
70
" name" : " nuxt/vue/single-root" ,
79
71
} ,
@@ -83,15 +75,15 @@ exports[`flat config composition > custom src dirs 1`] = `
83
75
{
84
76
" files" : [
85
77
" src1/app.{js,ts,jsx,tsx,vue}" ,
78
+ " src1/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
86
79
" src1/error.{js,ts,jsx,tsx,vue}" ,
80
+ " src1/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
81
+ " src1/pages/**/*.{js,ts,jsx,tsx,vue}" ,
87
82
" src2/app.{js,ts,jsx,tsx,vue}" ,
83
+ " src2/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
88
84
" src2/error.{js,ts,jsx,tsx,vue}" ,
89
- " src1/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
90
85
" src2/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
91
- " src1/pages/**/*.{js,ts,jsx,tsx,vue}" ,
92
86
" src2/pages/**/*.{js,ts,jsx,tsx,vue}" ,
93
- " src1/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
94
- " src2/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
95
87
],
96
88
" name" : " nuxt/disables/routes" ,
97
89
} ,
@@ -102,24 +94,16 @@ exports[`flat config composition > empty 1`] = `
102
94
[
103
95
{
104
96
" ignores" : [
105
- " node_modules" ,
106
- " **/node_modules/**" ,
107
- " *.iml" ,
108
- " **/*.iml/**" ,
109
- " .idea" ,
110
- " **/.idea/**" ,
111
- " *.log" ,
112
- " **/*.log/**" ,
113
- " .nuxt" ,
114
- " **/.nuxt/**" ,
115
- " .output" ,
116
- " **/.output/**" ,
97
+ " **/node_modules" ,
98
+ " **/*.iml" ,
99
+ " **/.idea" ,
100
+ " **/*.log" ,
101
+ " **/.nuxt" ,
102
+ " **/.output" ,
117
103
" **/.yarn/cache" ,
118
104
" **/.yarn/*state*" ,
119
- " dist" ,
120
- " **/dist/**" ,
121
- " .eslintcache" ,
122
- " **/.eslintcache/**" ,
105
+ " **/dist" ,
106
+ " **/.eslintcache" ,
123
107
],
124
108
} ,
125
109
{
@@ -166,9 +150,12 @@ exports[`flat config composition > empty 1`] = `
166
150
} ,
167
151
{
168
152
" files" : [
153
+ " app/components/**/*.server.{js,ts,jsx,tsx,vue}" ,
154
+ " app/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
155
+ " app/pages/**/*.{js,ts,jsx,tsx,vue}" ,
156
+ " components/**/*.server.{js,ts,jsx,tsx,vue}" ,
169
157
" layouts/**/*.{js,ts,jsx,tsx,vue}" ,
170
158
" pages/**/*.{js,ts,jsx,tsx,vue}" ,
171
- " components/**/*.server.{js,ts,jsx,tsx,vue}" ,
172
159
],
173
160
" name" : " nuxt/vue/single-root" ,
174
161
} ,
@@ -178,10 +165,15 @@ exports[`flat config composition > empty 1`] = `
178
165
{
179
166
" files" : [
180
167
" app.{js,ts,jsx,tsx,vue}" ,
168
+ " app/app.{js,ts,jsx,tsx,vue}" ,
169
+ " app/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
170
+ " app/error.{js,ts,jsx,tsx,vue}" ,
171
+ " app/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
172
+ " app/pages/**/*.{js,ts,jsx,tsx,vue}" ,
173
+ " components/*/**/*.{js,ts,jsx,tsx,vue}" ,
181
174
" error.{js,ts,jsx,tsx,vue}" ,
182
175
" layouts/**/*.{js,ts,jsx,tsx,vue}" ,
183
176
" pages/**/*.{js,ts,jsx,tsx,vue}" ,
184
- " components/*/**/*.{js,ts,jsx,tsx,vue}" ,
185
177
],
186
178
" name" : " nuxt/disables/routes" ,
187
179
} ,
@@ -195,9 +187,12 @@ exports[`flat config composition > non-standalone 1`] = `
195
187
} ,
196
188
{
197
189
" files" : [
190
+ " app/components/**/*.server.{js,ts,jsx,tsx,vue}" ,
191
+ " app/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
192
+ " app/pages/**/*.{js,ts,jsx,tsx,vue}" ,
193
+ " components/**/*.server.{js,ts,jsx,tsx,vue}" ,
198
194
" layouts/**/*.{js,ts,jsx,tsx,vue}" ,
199
195
" pages/**/*.{js,ts,jsx,tsx,vue}" ,
200
- " components/**/*.server.{js,ts,jsx,tsx,vue}" ,
201
196
],
202
197
" name" : " nuxt/vue/single-root" ,
203
198
} ,
@@ -207,10 +202,15 @@ exports[`flat config composition > non-standalone 1`] = `
207
202
{
208
203
" files" : [
209
204
" app.{js,ts,jsx,tsx,vue}" ,
205
+ " app/app.{js,ts,jsx,tsx,vue}" ,
206
+ " app/components/*/**/*.{js,ts,jsx,tsx,vue}" ,
207
+ " app/error.{js,ts,jsx,tsx,vue}" ,
208
+ " app/layouts/**/*.{js,ts,jsx,tsx,vue}" ,
209
+ " app/pages/**/*.{js,ts,jsx,tsx,vue}" ,
210
+ " components/*/**/*.{js,ts,jsx,tsx,vue}" ,
210
211
" error.{js,ts,jsx,tsx,vue}" ,
211
212
" layouts/**/*.{js,ts,jsx,tsx,vue}" ,
212
213
" pages/**/*.{js,ts,jsx,tsx,vue}" ,
213
- " components/*/**/*.{js,ts,jsx,tsx,vue}" ,
214
214
],
215
215
" name" : " nuxt/disables/routes" ,
216
216
} ,
0 commit comments