@@ -908,30 +908,30 @@ jsx
908
908
909
909
910
910
Build \\"jsx\\" to dist:
911
- 160 B: jsx.js.gz
912
- 125 B: jsx.js.br
913
- 162 B: jsx.mjs.gz
914
- 124 B: jsx.mjs.br
915
- 234 B: jsx.umd.js.gz
916
- 187 B: jsx.umd.js.br"
911
+ 235 B: jsx.js.gz
912
+ 188 B: jsx.js.br
913
+ 239 B: jsx.mjs.gz
914
+ 191 B: jsx.mjs.br
915
+ 304 B: jsx.umd.js.gz
916
+ 252 B: jsx.umd.js.br"
917
917
`;
918
918
919
919
exports[`fixtures build jsx with microbundle 2`] = `6`;
920
920
921
921
exports[`fixtures build jsx with microbundle 3`] = `
922
- "module.exports=function(){ function e (){}return e .prototype .render = function (){return React . createElement (\\" div\\ " ,{id:\\" app\\ " },React . createElement (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),React . createElement (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))},e } ();
922
+ "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 } ();
923
923
//# sourceMappingURL=jsx.js.map
924
924
"
925
925
`;
926
926
927
927
exports[`fixtures build jsx with microbundle 4`] = `
928
- "export default(function(){ function e (){}return e .prototype .render = function (){return React . createElement (\\" div\\ " ,{id:\\" app\\ " },React . createElement (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),React . createElement (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))},e } ());
928
+ "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 } ());
929
929
//# sourceMappingURL=jsx.mjs.map
930
930
"
931
931
`;
932
932
933
933
exports[`fixtures build jsx with microbundle 5`] = `
934
- "!function(e,t ){ \\" object\\ " == typeof exports && \\" undefined\\ " != typeof module ? module .exports = t (): \\" function\\ " == typeof define && define .amd ? define (t ) : e .jsx = t ()} (this,function(){ return function (){function e(){}return e .prototype .render = function (){return React . createElement (\\" div\\ " ,{id:\\" app\\ " },React . createElement (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),React . createElement (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))},e }()} );
934
+ "!function(n,e ){ \\" object\\ " == typeof exports && \\" undefined\\ " != typeof module ? module .exports = e (): \\" function\\ " == typeof define && define .amd ? define (e ) : n .jsx = e ()} (this,function(){ var n = function ( n , e ){ 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: n ,props: e ,children: t }}; return function (){function e(){}return e .prototype .render = function (){return n (\\" div\\ " ,{id:\\" app\\ " },n (\\" h1\\ " ,null ,\\" Hello, World!\\ " ),n (\\" p\\ " ,null ,\\" A JSX demo.\\ " ))},e }()} );
935
935
//# sourceMappingURL=jsx.umd.js.map
936
936
"
937
937
`;
0 commit comments