@@ -88,7 +88,7 @@ var index1 = () => {
8888 sayHi ();
8989} ;
9090
91- export default index1;
91+ export { index1 as default } ;
9292"
9393` ;
9494
@@ -104,7 +104,7 @@ var index4 = () => {
104104 sayHi ();
105105} ;
106106
107- export default index4;
107+ export { index4 as default } ;
108108"
109109` ;
110110
@@ -125,7 +125,7 @@ var index1 = () => {
125125 sayHi ();
126126} ;
127127
128- export default index1;
128+ export { index1 as default } ;
129129"
130130` ;
131131
@@ -146,7 +146,7 @@ var index1 = () => {
146146 sayHi ();
147147} ;
148148
149- export default index1;
149+ export { index1 as default } ;
150150"
151151` ;
152152
@@ -165,7 +165,7 @@ var sayHi = () => {
165165 console .log (\\" hello\\ " );
166166} ;
167167
168- export default sayHi;
168+ export { sayHi as default } ;
169169"
170170` ;
171171
@@ -180,7 +180,7 @@ var index4 = () => {
180180 sayHi ();
181181} ;
182182
183- export default index4;
183+ export { index4 as default } ;
184184"
185185` ;
186186
@@ -201,7 +201,7 @@ var index1 = () => {
201201 sayHi ();
202202} ;
203203
204- export default index1;
204+ export { index1 as default } ;
205205"
206206` ;
207207
@@ -222,12 +222,12 @@ var index1 = () => {
222222 sayHi ();
223223} ;
224224
225- export default index1;
225+ export { index1 as default } ;
226226"
227227` ;
228228
229229exports [` output.format = 'amd': index1 1` ] = `
230- "define([\\ "./assets/image-0fc60877.png\\ ", \\ "./assets/text-6d7076f2.txt\\ ", \\ "./assets/styles-fc0ceb37.css\\ "], function (png, text, styles_css) { ' use strict' ;
230+ "define([\\ "./assets/image-0fc60877.png\\ ", \\ "./assets/text-6d7076f2.txt\\ ", \\ "./assets/styles-fc0ceb37.css\\ "], ( function (png, text, styles_css) { ' use strict' ;
231231
232232 function _interopDefaultLegacy (e ) { return e && typeof e === ' object' && ' default' in e ? e : { ' default' : e }; }
233233
@@ -241,14 +241,14 @@ exports[`output.format = 'amd': index1 1`] = `
241241 };
242242
243243 var index1 = () => {
244- console .log (png__default [' default' ]);
245- console .log (text__default [' default' ]);
244+ console .log (png__default [\\ " default\\ " ]);
245+ console .log (text__default [\\ " default\\ " ]);
246246 sayHi ();
247247 };
248248
249249 return index1 ;
250250
251- } );
251+ } )) ;
252252"
253253` ;
254254
@@ -271,8 +271,8 @@ var sayHi = () => {
271271} ;
272272
273273var index1 = () => {
274- console .log (png__default [' default' ]);
275- console .log (text__default [' default' ]);
274+ console .log (png__default [\\ " default\\ " ]);
275+ console .log (text__default [\\ " default\\ " ]);
276276 sayHi ();
277277} ;
278278
@@ -297,21 +297,21 @@ var index1 = () => {
297297 sayHi ();
298298} ;
299299
300- export default index1;
300+ export { index1 as default } ;
301301"
302302` ;
303303
304304exports [` output.format = 'system': index1 1` ] = `
305- "System.register([\\ "./assets/image-0fc60877.png\\ ", \\ "./assets/text-6d7076f2.txt\\ ", \\ "./assets/styles-fc0ceb37.css\\ "], function (exports) {
305+ "System.register([\\ "./assets/image-0fc60877.png\\ ", \\ "./assets/text-6d7076f2.txt\\ ", \\ "./assets/styles-fc0ceb37.css\\ "], ( function (exports) {
306306 ' use strict' ;
307307 var png , text ;
308308 return {
309309 setters: [function (module ) {
310- png = module . default ;
310+ png = module [\\ " default\\ " ] ;
311311 }, function (module ) {
312- text = module . default ;
312+ text = module [\\ " default\\ " ] ;
313313 }, function () {}],
314- execute : function () {
314+ execute: ( function () {
315315
316316 // This import should not be removed unless specified by the user or some other plugin.
317317
@@ -325,9 +325,9 @@ exports[`output.format = 'system': index1 1`] = `
325325 sayHi ();
326326 });
327327
328- }
328+ })
329329 };
330- } );
330+ } )) ;
331331"
332332` ;
333333
@@ -336,7 +336,7 @@ exports[`output.format = 'umd': index1 1`] = `
336336 typeof exports === ' object' && typeof module !== ' undefined' ? module .exports = factory (require (\\" ./assets/image-0fc60877.png\\ " ), require (\\" ./assets/text-6d7076f2.txt\\ " ), require (\\" ./assets/styles-fc0ceb37.css\\ " )) :
337337 typeof define === ' function' && define .amd ? define ([\\" ./assets/image-0fc60877.png\\ " , \\" ./assets/text-6d7076f2.txt\\ " , \\" ./assets/styles-fc0ceb37.css\\ " ], factory ) :
338338 (global = typeof globalThis !== ' undefined' ? globalThis : global || self , global .test = factory (global .png , global .text ));
339- } (this, (function (png, text) { ' use strict' ;
339+ } ) (this, (function (png, text) { ' use strict' ;
340340
341341 function _interopDefaultLegacy (e ) { return e && typeof e === ' object' && ' default' in e ? e : { ' default' : e }; }
342342
@@ -350,14 +350,14 @@ exports[`output.format = 'umd': index1 1`] = `
350350 };
351351
352352 var index1 = () => {
353- console .log (png__default [' default' ]);
354- console .log (text__default [' default' ]);
353+ console .log (png__default [\\ " default\\ " ]);
354+ console .log (text__default [\\ " default\\ " ]);
355355 sayHi ();
356356 };
357357
358358 return index1 ;
359359
360- } ))) ;
360+ } ));
361361"
362362` ;
363363
@@ -377,6 +377,6 @@ var index1 = () => {
377377 sayHi ();
378378} ;
379379
380- export default index1;
380+ export { index1 as default } ;
381381"
382382` ;
0 commit comments