@@ -311,6 +311,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
311311  experiments : { 
312312    lazyBarrel: true , 
313313    inlineEnum: true , 
314+     inlineConst: true , 
314315    typeReexportsPresence: true , 
315316    rspackFuture: { 
316317      bundlerInfo: { 
@@ -455,6 +456,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
455456  module : { 
456457    parser: { 
457458      javascript: { 
459+         inlineConst: true , 
458460        exportsPresence: ' error'  
459461        typeReexportsPresence: ' tolerant'  
460462        importMeta: false , 
@@ -1009,6 +1011,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
10091011  experiments : { 
10101012    lazyBarrel: true , 
10111013    inlineEnum: true , 
1014+     inlineConst: true , 
10121015    typeReexportsPresence: true , 
10131016    rspackFuture: { 
10141017      bundlerInfo: { 
@@ -1151,6 +1154,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
11511154  module : { 
11521155    parser: { 
11531156      javascript: { 
1157+         inlineConst: true , 
11541158        exportsPresence: ' error'  
11551159        typeReexportsPresence: ' tolerant'  
11561160        importMeta: false , 
@@ -1701,6 +1705,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
17011705  experiments : { 
17021706    lazyBarrel: true , 
17031707    inlineEnum: true , 
1708+     inlineConst: true , 
17041709    typeReexportsPresence: true , 
17051710    rspackFuture: { 
17061711      bundlerInfo: { 
@@ -1830,6 +1835,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
18301835  module : { 
18311836    parser: { 
18321837      javascript: { 
1838+         inlineConst: true , 
18331839        exportsPresence: ' error'  
18341840        typeReexportsPresence: ' tolerant'  
18351841        importMeta: false  
@@ -2299,6 +2305,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
22992305  experiments : { 
23002306    lazyBarrel: true , 
23012307    inlineEnum: true , 
2308+     inlineConst: true , 
23022309    typeReexportsPresence: true , 
23032310    rspackFuture: { 
23042311      bundlerInfo: { 
@@ -2430,6 +2437,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
24302437  module : { 
24312438    parser: { 
24322439      javascript: { 
2440+         inlineConst: true , 
24332441        exportsPresence: ' error'  
24342442        typeReexportsPresence: ' tolerant'  
24352443        importMeta: false  
@@ -2898,6 +2906,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
28982906  experiments : { 
28992907    lazyBarrel: true , 
29002908    inlineEnum: true , 
2909+     inlineConst: true , 
29012910    typeReexportsPresence: true , 
29022911    rspackFuture: { 
29032912      bundlerInfo: { 
@@ -2966,6 +2975,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
29662975  module : { 
29672976    parser: { 
29682977      javascript: { 
2978+         inlineConst: true , 
29692979        exportsPresence: ' error'  
29702980        typeReexportsPresence: ' tolerant'  
29712981      } 
0 commit comments