@@ -914,30 +914,30 @@ jsx
914
914
915
915
916
916
Build \\"jsx\\" to dist:
917
- 235 B: jsx.js.gz
918
- 188 B: jsx.js.br
919
- 239 B: jsx.mjs.gz
920
- 191 B: jsx.mjs.br
921
- 309 B: jsx.umd.js.gz
922
- 260 B: jsx.umd.js.br"
917
+ 262 B: jsx.js.gz
918
+ 209 B: jsx.js.br
919
+ 261 B: jsx.mjs.gz
920
+ 208 B: jsx.mjs.br
921
+ 335 B: jsx.umd.js.gz
922
+ 278 B: jsx.umd.js.br"
923
923
`;
924
924
925
925
exports[`fixtures build jsx with microbundle 2`] = `6`;
926
926
927
927
exports[`fixtures build jsx with microbundle 3`] = `
928
- "var r =function(r,n ){ for (var e = arguments .length ,o = new Array (e > 2 ? e - 2 : 0 ),t = 2 ;t < e ;t ++ )o [ t - 2 ]= arguments [t ];return {tag:r ,props:n ,children:o } } ;module.exports=function(){ function n (){}return n .prototype .render = function (){return r (\\" div\\ " ,{id:\\" app\\ " },r (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),r (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))}, n } ();
928
+ "var n =function(n,r ){ for (var e = arguments .length ,t = new Array (e > 2 ? e - 2 : 0 ),l = 2 ;l < e ;l ++ )t [ l - 2 ]= arguments [l ];return {tag:n ,props:r ,children:t } } ,r=function(n) { return n . children } ;module.exports=function(){ function e (){}return e .prototype .render = function (){return n (\\" div\\ " ,{id:\\" app\\ " },n (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),n (\\" p\\ " ,null ,\\" A JSX demo.\\ " ), n ( r , null , n (\\ " p \\ " , null ,\\ " Test fragment \\ " )))}, e } ();
929
929
//# sourceMappingURL=jsx.js.map
930
930
"
931
931
`;
932
932
933
933
exports[`fixtures build jsx with microbundle 4`] = `
934
- "var r =function(r,n ){ for (var e = arguments .length ,t = new Array (e > 2 ? e - 2 : 0 ),o = 2 ;o < e ;o ++ )t [o - 2 ]= arguments [o ];return {tag:r ,props:n ,children:t }} ;export default(function(){ function n (){}return n .prototype .render = function (){return r (\\" div\\ " ,{id:\\" app\\ " },r (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),r (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))}, n } ());
934
+ "var n =function(n,r ){ for (var e = arguments .length ,t = new Array (e > 2 ? e - 2 : 0 ),l = 2 ;l < e ;l ++ )t [l - 2 ]= arguments [l ];return {tag:n ,props:r ,children:t }} ,r=function(n) { return n . children } ;export default(function(){ function e (){}return e .prototype .render = function (){return n (\\" div\\ " ,{id:\\" app\\ " },n (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),n (\\" p\\ " ,null ,\\" A JSX demo.\\ " ), n ( r , null , n (\\ " p \\ " , null ,\\ " Test fragment \\ " )))}, e } ());
935
935
//# sourceMappingURL=jsx.mjs.map
936
936
"
937
937
`;
938
938
939
939
exports[`fixtures build jsx with microbundle 5`] = `
940
- "!function(e,n ){ \\" object\\ " == typeof exports && \\" undefined\\ " != typeof module ? module .exports = n (): \\" function\\ " == typeof define && define .amd ? define (n ): (e = e || self ).jsx = n ()} (this,function(){ var e = function (e , n ){for (var o = arguments .length ,t = new Array (o > 2 ? o - 2 : 0 ),r = 2 ;r < o ; r ++ )t [ r - 2 ]= arguments [r ];return {tag:e ,props:n ,children:t }} ;return function (){function n (){}return n .prototype .render = function (){return e (\\" div\\ " ,{id:\\" app\\ " },e (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),e (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))}, n }()} );
940
+ "!function(n,e ){ \\" object\\ " == typeof exports && \\" undefined\\ " != typeof module ? module .exports = e (): \\" function\\ " == typeof define && define .amd ? define (e ): (n = n || self ).jsx = e ()} (this,function(){ var n = function (n , e ){for (var t = arguments .length ,r = new Array (t > 2 ? t - 2 : 0 ),o = 2 ;o < t ; o ++ )r [ o - 2 ]= arguments [o ];return {tag:n ,props:e ,children:r }}, e = function ( n ){ return n . children } ;return function (){function t (){}return t .prototype .render = function (){return n (\\" div\\ " ,{id:\\" app\\ " },n (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),n (\\" p\\ " ,null ,\\" A JSX demo.\\ " ), n ( e , null , n (\\ " p \\ " , null ,\\ " Test fragment \\ " )))}, t }()} );
941
941
//# sourceMappingURL=jsx.umd.js.map
942
942
"
943
943
`;
0 commit comments