@@ -1006,6 +1006,92 @@ Object {
10061006
10071007exports [` loader should work with multiple exposes: warnings 1` ] = ` Array []` ;
10081008
1009+ exports [` loader should work with side-effects free modules #1: errors 1` ] = ` Array []` ;
1010+
1011+ exports [` loader should work with side-effects free modules #1: result 1` ] = `
1012+ Object {
1013+ " ExposeLoader" : Object {
1014+ " default" : Object {
1015+ " ServerStyleSheet" : [Function ],
1016+ " StyleSheetConsumer" : Object {
1017+ " $$typeof" : Symbol (react .context ),
1018+ " Consumer" : [Circular ],
1019+ " Provider" : Object {
1020+ " $$typeof" : Symbol (react .provider ),
1021+ " _context" : [Circular ],
1022+ },
1023+ " _calculateChangedBits" : null ,
1024+ " _currentValue" : undefined ,
1025+ " _currentValue2" : undefined ,
1026+ " _threadCount" : 0 ,
1027+ },
1028+ " StyleSheetContext" : Object {
1029+ " $$typeof" : Symbol (react .context ),
1030+ " Consumer" : [Circular ],
1031+ " Provider" : Object {
1032+ " $$typeof" : Symbol (react .provider ),
1033+ " _context" : [Circular ],
1034+ },
1035+ " _calculateChangedBits" : null ,
1036+ " _currentValue" : undefined ,
1037+ " _currentValue2" : undefined ,
1038+ " _threadCount" : 0 ,
1039+ },
1040+ " StyleSheetManager" : [Function ],
1041+ " ThemeConsumer" : Object {
1042+ " $$typeof" : Symbol (react .context ),
1043+ " Consumer" : [Circular ],
1044+ " Provider" : Object {
1045+ " $$typeof" : Symbol (react .provider ),
1046+ " _context" : [Circular ],
1047+ },
1048+ " _calculateChangedBits" : null ,
1049+ " _currentValue" : undefined ,
1050+ " _currentValue2" : undefined ,
1051+ " _threadCount" : 0 ,
1052+ },
1053+ " ThemeContext" : Object {
1054+ " $$typeof" : Symbol (react .context ),
1055+ " Consumer" : [Circular ],
1056+ " Provider" : Object {
1057+ " $$typeof" : Symbol (react .provider ),
1058+ " _context" : [Circular ],
1059+ },
1060+ " _calculateChangedBits" : null ,
1061+ " _currentValue" : undefined ,
1062+ " _currentValue2" : undefined ,
1063+ " _threadCount" : 0 ,
1064+ },
1065+ " ThemeProvider" : [Function ],
1066+ " __PRIVATE__" : Object {
1067+ " StyleSheet" : [Function ],
1068+ " masterSheet" : e {
1069+ " gs" : Object {},
1070+ " names" : Map {},
1071+ " options" : Object {
1072+ " isServer" : true ,
1073+ " useCSSOMInjection" : true ,
1074+ },
1075+ },
1076+ },
1077+ " createGlobalStyle" : [Function ],
1078+ " css" : [Function ],
1079+ " default" : [Function ],
1080+ " isStyledComponent" : [Function ],
1081+ " keyframes" : [Function ],
1082+ " useTheme" : [Function ],
1083+ " version" : " 5.2.1" ,
1084+ " withTheme" : [Function ],
1085+ },
1086+ },
1087+ " global-commonjs2-single-export" : Object {
1088+ " foo" : " bar" ,
1089+ },
1090+ }
1091+ ` ;
1092+
1093+ exports [` loader should work with side-effects free modules #1: warnings 1` ] = ` Array []` ;
1094+
10091095exports [` loader should work with side-effects free modules: errors 1` ] = ` Array []` ;
10101096
10111097exports [` loader should work with side-effects free modules: module 1` ] = `
0 commit comments