@@ -914,30 +914,30 @@ jsx
914
914
915
915
916
916
Build \\"jsx\\" to dist:
917
- 160 B: jsx.js.gz
918
- 125 B: jsx.js.br
919
- 162 B: jsx.mjs.gz
920
- 124 B: jsx.mjs.br
921
- 241 B: jsx.umd.js.gz
922
- 197 B: jsx.umd.js.br"
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"
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
- "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 } ();
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 } ();
929
929
//# sourceMappingURL=jsx.js.map
930
930
"
931
931
`;
932
932
933
933
exports[`fixtures build jsx with microbundle 4`] = `
934
- "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 } ());
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 } ());
935
935
//# sourceMappingURL=jsx.mjs.map
936
936
"
937
937
`;
938
938
939
939
exports[`fixtures build jsx with microbundle 5`] = `
940
- "!function(e,t ){ \\" object\\ " == typeof exports && \\" undefined\\ " != typeof module ? module .exports = t (): \\" function\\ " == typeof define && define .amd ? define (t ): (e = e || self ).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 }()} );
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 }()} );
941
941
//# sourceMappingURL=jsx.umd.js.map
942
942
"
943
943
`;
0 commit comments