22
33exports [` exclude option should match snapshot for a single RegExp value: assets 1` ] = `
44Object {
5- " entry.js" : " (()=>{var r={921:r=> {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
5+ " entry.js" : " (()=>{var r={921(r) {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
66 " excluded1.js" : " /******/ (() => { // webpackBootstrap
77/** ****/ var __webpack_modules__ = ({
88
9- /***/ 508:
10- /***/ (( module ) => {
9+ /***/ 508
10+ ( module ) {
1111
1212module .exports = function Bar1() {
1313 const b = 2 + 2 ;
1414 console .log (b + 1 + 2 );
1515};
1616
17- /***/ })
17+ /***/ }
1818
1919/** ****/ });
2020/** **********************************************************************/
@@ -51,7 +51,7 @@ module.exports = function Bar1() {
5151/** ****/
5252/** ****/ } )()
5353;",
54- "excluded2.js": "(()=>{ var r = {93:r=> {r.exports=function(){console .log (7 )}}} ,o={ } ;(function t(e){ var n = o [e ];if (void 0 !== n )return n .exports ;var s = o [e ]= {exports:{}};return r [e ](s ,s .exports ,t ),s .exports } )(93)})();",
54+ "excluded2.js": "(()=>{ var r = {93( r ) {r .exports = function (){console .log (7 )}}},o = {};(function t(e ){var n= o [e ];if (void 0 !== n )return n .exports ;var s= o [e ]= {exports:{}};return r [e ](s ,s .exports ,t ),s .exports })(93 )} )();",
5555}
5656` ;
5757
@@ -61,19 +61,19 @@ exports[`exclude option should match snapshot for a single RegExp value: warning
6161
6262exports [` exclude option should match snapshot for a single String value: assets 1` ] = `
6363Object {
64- " entry.js" : " (()=>{var r={921:r=> {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
64+ " entry.js" : " (()=>{var r={921(r) {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
6565 " excluded1.js" : " /******/ (() => { // webpackBootstrap
6666/** ****/ var __webpack_modules__ = ({
6767
68- /***/ 508:
69- /***/ (( module ) => {
68+ /***/ 508
69+ ( module ) {
7070
7171module .exports = function Bar1() {
7272 const b = 2 + 2 ;
7373 console .log (b + 1 + 2 );
7474};
7575
76- /***/ })
76+ /***/ }
7777
7878/** ****/ });
7979/** **********************************************************************/
@@ -110,7 +110,7 @@ module.exports = function Bar1() {
110110/** ****/
111111/** ****/ } )()
112112;",
113- "excluded2.js": "(()=>{ var r = {93:r=> {r.exports=function(){console .log (7 )}}} ,o={ } ;(function t(e){ var n = o [e ];if (void 0 !== n )return n .exports ;var s = o [e ]= {exports:{}};return r [e ](s ,s .exports ,t ),s .exports } )(93)})();",
113+ "excluded2.js": "(()=>{ var r = {93( r ) {r .exports = function (){console .log (7 )}}},o = {};(function t(e ){var n= o [e ];if (void 0 !== n )return n .exports ;var s= o [e ]= {exports:{}};return r [e ](s ,s .exports ,t ),s .exports })(93 )} )();",
114114}
115115` ;
116116
@@ -120,19 +120,19 @@ exports[`exclude option should match snapshot for a single String value: warning
120120
121121exports [` exclude option should match snapshot for multiple RegExp values: assets 1` ] = `
122122Object {
123- " entry.js" : " (()=>{var r={921:r=> {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
123+ " entry.js" : " (()=>{var r={921(r) {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
124124 " excluded1.js" : " /******/ (() => { // webpackBootstrap
125125/** ****/ var __webpack_modules__ = ({
126126
127- /***/ 508:
128- /***/ (( module ) => {
127+ /***/ 508
128+ ( module ) {
129129
130130module .exports = function Bar1() {
131131 const b = 2 + 2 ;
132132 console .log (b + 1 + 2 );
133133};
134134
135- /***/ })
135+ /***/ }
136136
137137/** ****/ });
138138/** **********************************************************************/
@@ -172,15 +172,15 @@ module.exports = function Bar1() {
172172 "excluded2.js": "/******/ (() => { // webpackBootstrap
173173/** ****/ var __webpack_modules__ = ({
174174
175- /***/ 93:
176- /***/ (( module ) => {
175+ /***/ 93
176+ ( module ) {
177177
178178module .exports = function Bar2() {
179179 const b = 2 + 2 ;
180180 console .log (b + 1 + 2 );
181181};
182182
183- /***/ })
183+ /***/ }
184184
185185/** ****/ });
186186/** **********************************************************************/
@@ -226,19 +226,19 @@ exports[`exclude option should match snapshot for multiple RegExp values: warnin
226226
227227exports [` exclude option should match snapshot for multiple String values: assets 1` ] = `
228228Object {
229- " entry.js" : " (()=>{var r={921:r=> {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
229+ " entry.js" : " (()=>{var r={921(r) {r.exports=function(){console.log(7)}}},o={};(function t(e){var n=o[e];if(void 0!==n)return n.exports;var s=o[e]={exports:{}};return r[e](s,s.exports,t),s.exports})(921)})();" ,
230230 " excluded1.js" : " /******/ (() => { // webpackBootstrap
231231/** ****/ var __webpack_modules__ = ({
232232
233- /***/ 508:
234- /***/ (( module ) => {
233+ /***/ 508
234+ ( module ) {
235235
236236module .exports = function Bar1() {
237237 const b = 2 + 2 ;
238238 console .log (b + 1 + 2 );
239239};
240240
241- /***/ })
241+ /***/ }
242242
243243/** ****/ });
244244/** **********************************************************************/
@@ -278,15 +278,15 @@ module.exports = function Bar1() {
278278 "excluded2.js": "/******/ (() => { // webpackBootstrap
279279/** ****/ var __webpack_modules__ = ({
280280
281- /***/ 93:
282- /***/ (( module ) => {
281+ /***/ 93
282+ ( module ) {
283283
284284module .exports = function Bar2() {
285285 const b = 2 + 2 ;
286286 console .log (b + 1 + 2 );
287287};
288288
289- /***/ })
289+ /***/ }
290290
291291/** ****/ });
292292/** **********************************************************************/
0 commit comments