@@ -11,7 +11,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
1111 },
1212 " experiments" : {
1313 " asyncWebAssembly" : true ,
14- " inlineEnum" : false ,
14+ " inlineEnum" : true ,
1515 " lazyBarrel" : true ,
1616 " rspackFuture" : {
1717 " bundlerInfo" : {
@@ -178,7 +178,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
178178 },
179179 " rspackExperiments" : {
180180 " collectTypeScriptInfo" : {
181- " exportedEnum" : false ,
181+ " exportedEnum" : true ,
182182 " typeExports" : true ,
183183 },
184184 },
@@ -236,7 +236,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
236236 },
237237 " rspackExperiments" : {
238238 " collectTypeScriptInfo" : {
239- " exportedEnum" : false ,
239+ " exportedEnum" : true ,
240240 " typeExports" : true ,
241241 },
242242 },
@@ -523,7 +523,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
523523 },
524524 " experiments" : {
525525 " asyncWebAssembly" : true ,
526- " inlineEnum" : false ,
526+ " inlineEnum" : true ,
527527 " lazyBarrel" : true ,
528528 " rspackFuture" : {
529529 " bundlerInfo" : {
@@ -690,7 +690,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
690690 },
691691 " rspackExperiments" : {
692692 " collectTypeScriptInfo" : {
693- " exportedEnum" : false ,
693+ " exportedEnum" : true ,
694694 " typeExports" : true ,
695695 },
696696 },
@@ -748,7 +748,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
748748 },
749749 " rspackExperiments" : {
750750 " collectTypeScriptInfo" : {
751- " exportedEnum" : false ,
751+ " exportedEnum" : true ,
752752 " typeExports" : true ,
753753 },
754754 },
@@ -1063,7 +1063,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when targe
10631063 },
10641064 " experiments" : {
10651065 " asyncWebAssembly" : true ,
1066- " inlineEnum" : false ,
1066+ " inlineEnum" : true ,
10671067 " lazyBarrel" : true ,
10681068 " rspackFuture" : {
10691069 " bundlerInfo" : {
@@ -1198,7 +1198,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when targe
11981198 },
11991199 " rspackExperiments" : {
12001200 " collectTypeScriptInfo" : {
1201- " exportedEnum" : false ,
1201+ " exportedEnum" : true ,
12021202 " typeExports" : true ,
12031203 },
12041204 },
@@ -1252,7 +1252,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when targe
12521252 },
12531253 " rspackExperiments" : {
12541254 " collectTypeScriptInfo" : {
1255- " exportedEnum" : false ,
1255+ " exportedEnum" : true ,
12561256 " typeExports" : true ,
12571257 },
12581258 },
@@ -1494,7 +1494,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
14941494 },
14951495 " experiments" : {
14961496 " asyncWebAssembly" : true ,
1497- " inlineEnum" : false ,
1497+ " inlineEnum" : true ,
14981498 " lazyBarrel" : true ,
14991499 " rspackFuture" : {
15001500 " bundlerInfo" : {
@@ -1669,7 +1669,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
16691669 },
16701670 " rspackExperiments" : {
16711671 " collectTypeScriptInfo" : {
1672- " exportedEnum" : false ,
1672+ " exportedEnum" : true ,
16731673 " typeExports" : true ,
16741674 },
16751675 },
@@ -1727,7 +1727,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
17271727 },
17281728 " rspackExperiments" : {
17291729 " collectTypeScriptInfo" : {
1730- " exportedEnum" : false ,
1730+ " exportedEnum" : true ,
17311731 " typeExports" : true ,
17321732 },
17331733 },
0 commit comments