Skip to content

Commit 6598a94

Browse files
committed
chore: update
1 parent 87ac8a0 commit 6598a94

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
310310
},
311311
experiments: {
312312
lazyBarrel: true,
313-
inlineEnum: true,
313+
inlineEnum: false,
314314
typeReexportsPresence: true,
315315
rspackFuture: {
316316
bundlerInfo: {
@@ -592,7 +592,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
592592
rspackExperiments: {
593593
collectTypeScriptInfo: {
594594
typeExports: true,
595-
exportedEnum: true
595+
exportedEnum: false
596596
}
597597
}
598598
}
@@ -646,7 +646,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
646646
rspackExperiments: {
647647
collectTypeScriptInfo: {
648648
typeExports: true,
649-
exportedEnum: true
649+
exportedEnum: false
650650
}
651651
}
652652
}
@@ -1006,7 +1006,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
10061006
},
10071007
experiments: {
10081008
lazyBarrel: true,
1009-
inlineEnum: true,
1009+
inlineEnum: false,
10101010
typeReexportsPresence: true,
10111011
rspackFuture: {
10121012
bundlerInfo: {
@@ -1286,7 +1286,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
12861286
rspackExperiments: {
12871287
collectTypeScriptInfo: {
12881288
typeExports: true,
1289-
exportedEnum: true
1289+
exportedEnum: false
12901290
}
12911291
}
12921292
}
@@ -1340,7 +1340,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
13401340
rspackExperiments: {
13411341
collectTypeScriptInfo: {
13421342
typeExports: true,
1343-
exportedEnum: true
1343+
exportedEnum: false
13441344
}
13451345
}
13461346
}
@@ -1696,7 +1696,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
16961696
},
16971697
experiments: {
16981698
lazyBarrel: true,
1699-
inlineEnum: true,
1699+
inlineEnum: false,
17001700
typeReexportsPresence: true,
17011701
rspackFuture: {
17021702
bundlerInfo: {
@@ -1955,7 +1955,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
19551955
rspackExperiments: {
19561956
collectTypeScriptInfo: {
19571957
typeExports: true,
1958-
exportedEnum: true
1958+
exportedEnum: false
19591959
}
19601960
}
19611961
}
@@ -2009,7 +2009,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
20092009
rspackExperiments: {
20102010
collectTypeScriptInfo: {
20112011
typeExports: true,
2012-
exportedEnum: true
2012+
exportedEnum: false
20132013
}
20142014
}
20152015
}
@@ -2292,7 +2292,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
22922292
},
22932293
experiments: {
22942294
lazyBarrel: true,
2295-
inlineEnum: true,
2295+
inlineEnum: false,
22962296
typeReexportsPresence: true,
22972297
rspackFuture: {
22982298
bundlerInfo: {
@@ -2553,7 +2553,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
25532553
rspackExperiments: {
25542554
collectTypeScriptInfo: {
25552555
typeExports: true,
2556-
exportedEnum: true
2556+
exportedEnum: false
25572557
}
25582558
}
25592559
}
@@ -2607,7 +2607,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
26072607
rspackExperiments: {
26082608
collectTypeScriptInfo: {
26092609
typeExports: true,
2610-
exportedEnum: true
2610+
exportedEnum: false
26112611
}
26122612
}
26132613
}
@@ -2889,7 +2889,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
28892889
},
28902890
experiments: {
28912891
lazyBarrel: true,
2892-
inlineEnum: true,
2892+
inlineEnum: false,
28932893
typeReexportsPresence: true,
28942894
rspackFuture: {
28952895
bundlerInfo: {
@@ -3125,7 +3125,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
31253125
rspackExperiments: {
31263126
collectTypeScriptInfo: {
31273127
typeExports: true,
3128-
exportedEnum: true
3128+
exportedEnum: false
31293129
}
31303130
}
31313131
}
@@ -3185,7 +3185,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
31853185
rspackExperiments: {
31863186
collectTypeScriptInfo: {
31873187
typeExports: true,
3188-
exportedEnum: true
3188+
exportedEnum: false
31893189
}
31903190
}
31913191
}

0 commit comments

Comments
 (0)