mirror of
https://github.com/developit/microbundle.git
synced 2026-02-01 14:32:39 +00:00
2156 lines
168 KiB
Plaintext
2156 lines
168 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
||
exports[`fixtures build alias with microbundle 1`] = `
|
||
"Used script: microbundle --no-sourcemap --alias ./constants=./constants-debug
|
||
|
||
Directory tree:
|
||
|
||
alias
|
||
dist
|
||
alias-mapping.esm.js
|
||
alias-mapping.js
|
||
alias-mapping.umd.js
|
||
package.json
|
||
src
|
||
constants-debug.js
|
||
constants.js
|
||
index.js
|
||
|
||
|
||
Build \\"aliasMapping\\" to dist:
|
||
62 B: alias-mapping.js.gz
|
||
46 B: alias-mapping.js.br
|
||
62 B: alias-mapping.esm.js.gz
|
||
46 B: alias-mapping.esm.js.br
|
||
118 B: alias-mapping.umd.js.gz
|
||
83 B: alias-mapping.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build alias with microbundle 2`] = `3`;
|
||
|
||
exports[`fixtures build alias with microbundle 3`] = `
|
||
"console.log(\\"DEBUG should be true: \\",!0);
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build alias with microbundle 4`] = `
|
||
"console.log(\\"DEBUG should be true: \\",!0);
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build alias with microbundle 5`] = `
|
||
"!function(e){\\"function\\"==typeof define&&define.amd?define(e):e()}(function(){console.log(\\"DEBUG should be true: \\",!0)});
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
async-iife-ts
|
||
dist
|
||
async-iife-ts.esm.js
|
||
async-iife-ts.esm.js.map
|
||
async-iife-ts.js
|
||
async-iife-ts.js.map
|
||
async-iife-ts.umd.js
|
||
async-iife-ts.umd.js.map
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"asyncIifeTs\\" to dist:
|
||
70 B: async-iife-ts.js.gz
|
||
55 B: async-iife-ts.js.br
|
||
70 B: async-iife-ts.esm.js.gz
|
||
55 B: async-iife-ts.esm.js.br
|
||
125 B: async-iife-ts.umd.js.gz
|
||
95 B: async-iife-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 3`] = `
|
||
"try{console.log(\\"foo\\")}catch(o){Promise.reject(o)}
|
||
//# sourceMappingURL=async-iife-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 4`] = `
|
||
"try{console.log(\\"foo\\")}catch(o){Promise.reject(o)}
|
||
//# sourceMappingURL=async-iife-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 5`] = `
|
||
"!function(e){\\"function\\"==typeof define&&define.amd?define(e):e()}(function(){try{console.log(\\"foo\\")}catch(e){Promise.reject(e)}});
|
||
//# sourceMappingURL=async-iife-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-iife-ts with microbundle 6`] = `""`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
async-ts
|
||
dist
|
||
async-ts.esm.js
|
||
async-ts.esm.js.map
|
||
async-ts.js
|
||
async-ts.js.map
|
||
async-ts.umd.js
|
||
async-ts.umd.js.map
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"asyncTs\\" to dist:
|
||
103 B: async-ts.js.gz
|
||
72 B: async-ts.js.br
|
||
112 B: async-ts.esm.js.gz
|
||
91 B: async-ts.esm.js.br
|
||
202 B: async-ts.umd.js.gz
|
||
159 B: async-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 3`] = `
|
||
"var o=function(){function o(){}return o.prototype.foo=function(){return Promise.resolve()},o}();export{o as MyClass};
|
||
//# sourceMappingURL=async-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 4`] = `
|
||
"exports.MyClass=function(){function o(){}return o.prototype.foo=function(){return Promise.resolve()},o}();
|
||
//# sourceMappingURL=async-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?n(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],n):n((e=e||self).asyncTs={})}(this,function(e){e.MyClass=function(){function e(){}return e.prototype.foo=function(){return Promise.resolve()},e}()});
|
||
//# sourceMappingURL=async-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build async-ts with microbundle 6`] = `
|
||
"export declare class MyClass {
|
||
foo(): Promise<void>;
|
||
}
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic
|
||
dist
|
||
basic-lib.esm.js
|
||
basic-lib.esm.js.map
|
||
basic-lib.js
|
||
basic-lib.js.map
|
||
basic-lib.umd.js
|
||
basic-lib.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"basicLib\\" to dist:
|
||
229 B: basic-lib.js.gz
|
||
174 B: basic-lib.js.br
|
||
230 B: basic-lib.esm.js.gz
|
||
177 B: basic-lib.esm.js.br
|
||
313 B: basic-lib.umd.js.gz
|
||
251 B: basic-lib.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=basic-lib.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=basic-lib.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).basicLib=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=basic-lib.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-babelrc with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-babelrc
|
||
dist
|
||
basic-babelrc.esm.js
|
||
basic-babelrc.esm.js.map
|
||
basic-babelrc.js
|
||
basic-babelrc.js.map
|
||
basic-babelrc.umd.js
|
||
basic-babelrc.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"basicBabelrc\\" to dist:
|
||
122 B: basic-babelrc.js.gz
|
||
91 B: basic-babelrc.js.br
|
||
122 B: basic-babelrc.esm.js.gz
|
||
91 B: basic-babelrc.esm.js.br
|
||
158 B: basic-babelrc.umd.js.gz
|
||
121 B: basic-babelrc.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-babelrc with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-babelrc with microbundle 3`] = `
|
||
"function r(r){return void 0===r&&(r=function(r){throw new Error(\\"required!\\")}()),!0===r||function(r){throw new Error(\\"Falsey!\\")}()}r(!0),r(!1);
|
||
//# sourceMappingURL=basic-babelrc.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-babelrc with microbundle 4`] = `
|
||
"function r(r){return void 0===r&&(r=function(r){throw new Error(\\"required!\\")}()),!0===r||function(r){throw new Error(\\"Falsey!\\")}()}r(!0),r(!1);
|
||
//# sourceMappingURL=basic-babelrc.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-babelrc with microbundle 5`] = `
|
||
"!function(n){\\"function\\"==typeof define&&define.amd?define(n):n()}(function(){function n(n){return void 0===n&&(n=function(n){throw new Error(\\"required!\\")}()),!0===n||function(n){throw new Error(\\"Falsey!\\")}()}n(!0),n(!1)});
|
||
//# sourceMappingURL=basic-babelrc.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-compress-false with microbundle 1`] = `
|
||
"Used script: microbundle --compress=false
|
||
|
||
Directory tree:
|
||
|
||
basic-compress-false
|
||
dist
|
||
basic-compress-false.esm.js
|
||
basic-compress-false.esm.js.map
|
||
basic-compress-false.js
|
||
basic-compress-false.js.map
|
||
basic-compress-false.umd.js
|
||
basic-compress-false.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"basicCompressFalse\\" to dist:
|
||
303 B: basic-compress-false.js.gz
|
||
244 B: basic-compress-false.js.br
|
||
301 B: basic-compress-false.esm.js.gz
|
||
244 B: basic-compress-false.esm.js.br
|
||
424 B: basic-compress-false.umd.js.gz
|
||
348 B: basic-compress-false.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-compress-false with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-compress-false with microbundle 3`] = `
|
||
"var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
export default index;
|
||
//# sourceMappingURL=basic-compress-false.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-compress-false with microbundle 4`] = `
|
||
"var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
module.exports = index;
|
||
//# sourceMappingURL=basic-compress-false.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-compress-false with microbundle 5`] = `
|
||
"(function (global, factory) {
|
||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||
typeof define === 'function' && define.amd ? define(factory) :
|
||
(global = global || self, global.basicCompressFalse = factory());
|
||
}(this, (function () {
|
||
var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
return index;
|
||
|
||
})));
|
||
//# sourceMappingURL=basic-compress-false.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-css
|
||
dist
|
||
basic-css.css
|
||
basic-css.esm.js
|
||
basic-css.esm.js.map
|
||
basic-css.js
|
||
basic-css.js.map
|
||
basic-css.umd.js
|
||
basic-css.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.css
|
||
|
||
|
||
Build \\"basicCss\\" to dist:
|
||
107 B: basic-css.js.gz
|
||
60 B: basic-css.js.br
|
||
106 B: basic-css.esm.js.gz
|
||
56 B: basic-css.esm.js.br
|
||
195 B: basic-css.umd.js.gz
|
||
134 B: basic-css.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 3`] = `".testing{display:-webkit-box;display:flex;color:red;background:#00f}"`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 4`] = `
|
||
"export default function(){var e=document.createElement(\\"div\\");return e.className=\\"testing\\",e}
|
||
//# sourceMappingURL=basic-css.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 5`] = `
|
||
"module.exports=function(){var e=document.createElement(\\"div\\");return e.className=\\"testing\\",e};
|
||
//# sourceMappingURL=basic-css.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-css with microbundle 6`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).basicCss=n()}(this,function(){return function(){var e=document.createElement(\\"div\\");return e.className=\\"testing\\",e}});
|
||
//# sourceMappingURL=basic-css.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-flow with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-flow
|
||
dist
|
||
basic-lib-flow.esm.js
|
||
basic-lib-flow.esm.js.map
|
||
basic-lib-flow.js
|
||
basic-lib-flow.js.map
|
||
basic-lib-flow.umd.js
|
||
basic-lib-flow.umd.js.map
|
||
package.json
|
||
src
|
||
fruits.js
|
||
index.js
|
||
|
||
|
||
Build \\"basicLibFlow\\" to dist:
|
||
57 B: basic-lib-flow.js.gz
|
||
43 B: basic-lib-flow.js.br
|
||
56 B: basic-lib-flow.esm.js.gz
|
||
42 B: basic-lib-flow.esm.js.br
|
||
172 B: basic-lib-flow.umd.js.gz
|
||
133 B: basic-lib-flow.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-flow with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-flow with microbundle 3`] = `
|
||
"export default[\\"banana\\",\\"raspberry\\"];
|
||
//# sourceMappingURL=basic-lib-flow.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-flow with microbundle 4`] = `
|
||
"module.exports=[\\"banana\\",\\"raspberry\\"];
|
||
//# sourceMappingURL=basic-lib-flow.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-flow with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=[\\"banana\\",\\"raspberry\\"]:\\"function\\"==typeof define&&define.amd?define(function(){return[\\"banana\\",\\"raspberry\\"]}):(e=e||self).basicLibFlow=[\\"banana\\",\\"raspberry\\"]}(this);
|
||
//# sourceMappingURL=basic-lib-flow.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-json with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-json
|
||
dist
|
||
basic-json.esm.js
|
||
basic-json.esm.js.map
|
||
basic-json.js
|
||
basic-json.js.map
|
||
basic-json.umd.js
|
||
basic-json.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.json
|
||
|
||
|
||
Build \\"basicJson\\" to dist:
|
||
93 B: basic-json.js.gz
|
||
65 B: basic-json.js.br
|
||
92 B: basic-json.esm.js.gz
|
||
64 B: basic-json.esm.js.br
|
||
181 B: basic-json.umd.js.gz
|
||
134 B: basic-json.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-json with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-json with microbundle 3`] = `
|
||
"var e={test:\\"true\\"};export default function(){return Promise.resolve(e)}
|
||
//# sourceMappingURL=basic-json.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-json with microbundle 4`] = `
|
||
"var e={test:\\"true\\"};module.exports=function(){return Promise.resolve(e)};
|
||
//# sourceMappingURL=basic-json.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-json with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).basicJson=n()}(this,function(){var e={test:\\"true\\"};return function(){return Promise.resolve(e)}});
|
||
//# sourceMappingURL=basic-json.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-multi-source
|
||
a.js
|
||
b.js
|
||
dist
|
||
a.esm.js
|
||
a.esm.js.map
|
||
a.js
|
||
a.js.map
|
||
a.umd.js
|
||
a.umd.js.map
|
||
b.esm.js
|
||
b.esm.js.map
|
||
b.js
|
||
b.js.map
|
||
b.umd.js
|
||
b.umd.js.map
|
||
package.json
|
||
|
||
|
||
Build \\"basicMultiSource\\" to dist:
|
||
43 B: a.js.gz
|
||
27 B: a.js.br
|
||
43 B: a.esm.js.gz
|
||
27 B: a.esm.js.br
|
||
99 B: a.umd.js.gz
|
||
84 B: a.umd.js.br
|
||
43 B: b.js.gz
|
||
27 B: b.js.br
|
||
43 B: b.esm.js.gz
|
||
27 B: b.esm.js.br
|
||
99 B: b.umd.js.gz
|
||
79 B: b.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 2`] = `12`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 3`] = `
|
||
"console.log(\\"i am a\\");
|
||
//# sourceMappingURL=a.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 4`] = `
|
||
"console.log(\\"i am a\\");
|
||
//# sourceMappingURL=a.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 5`] = `
|
||
"!function(n){\\"function\\"==typeof define&&define.amd?define(n):n()}(function(){console.log(\\"i am a\\")});
|
||
//# sourceMappingURL=a.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 6`] = `
|
||
"console.log(\\"i am b\\");
|
||
//# sourceMappingURL=b.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 7`] = `
|
||
"console.log(\\"i am b\\");
|
||
//# sourceMappingURL=b.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-multi-source with microbundle 8`] = `
|
||
"!function(n){\\"function\\"==typeof define&&define.amd?define(n):n()}(function(){console.log(\\"i am b\\")});
|
||
//# sourceMappingURL=b.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-no-compress with microbundle 1`] = `
|
||
"Used script: microbundle --no-compress
|
||
|
||
Directory tree:
|
||
|
||
basic-no-compress
|
||
dist
|
||
basic-no-compress.esm.js
|
||
basic-no-compress.esm.js.map
|
||
basic-no-compress.js
|
||
basic-no-compress.js.map
|
||
basic-no-compress.umd.js
|
||
basic-no-compress.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"basicNoCompress\\" to dist:
|
||
303 B: basic-no-compress.js.gz
|
||
244 B: basic-no-compress.js.br
|
||
301 B: basic-no-compress.esm.js.gz
|
||
244 B: basic-no-compress.esm.js.br
|
||
421 B: basic-no-compress.umd.js.gz
|
||
345 B: basic-no-compress.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-no-compress with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-no-compress with microbundle 3`] = `
|
||
"var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
export default index;
|
||
//# sourceMappingURL=basic-no-compress.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-no-compress with microbundle 4`] = `
|
||
"var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
module.exports = index;
|
||
//# sourceMappingURL=basic-no-compress.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-no-compress with microbundle 5`] = `
|
||
"(function (global, factory) {
|
||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||
typeof define === 'function' && define.amd ? define(factory) :
|
||
(global = global || self, global.basicNoCompress = factory());
|
||
}(this, (function () {
|
||
var two = function two() {
|
||
try {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
return Promise.resolve(args.reduce(function (total, value) {
|
||
return total + value;
|
||
}, 0));
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
};
|
||
|
||
var index = (function () {
|
||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||
args[_key] = arguments[_key];
|
||
}
|
||
|
||
try {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two) {
|
||
return Promise.resolve(two.apply(void 0, args)).then(function (_two2) {
|
||
return [_two, _two2];
|
||
});
|
||
});
|
||
} catch (e) {
|
||
return Promise.reject(e);
|
||
}
|
||
});
|
||
|
||
return index;
|
||
|
||
})));
|
||
//# sourceMappingURL=basic-no-compress.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-ts
|
||
dist
|
||
basic-lib-ts.esm.js
|
||
basic-lib-ts.esm.js.map
|
||
basic-lib-ts.js
|
||
basic-lib-ts.js.map
|
||
basic-lib-ts.umd.js
|
||
basic-lib-ts.umd.js.map
|
||
car.d.ts
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
car.ts
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"basicLibTs\\" to dist:
|
||
104 B: basic-lib-ts.js.gz
|
||
76 B: basic-lib-ts.js.br
|
||
104 B: basic-lib-ts.esm.js.gz
|
||
82 B: basic-lib-ts.esm.js.br
|
||
187 B: basic-lib-ts.umd.js.gz
|
||
144 B: basic-lib-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 2`] = `8`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 3`] = `
|
||
"var n=new(function(){function n(){}return n.prototype.drive=function(n){return!0},n}());export default n;
|
||
//# sourceMappingURL=basic-lib-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 4`] = `
|
||
"var n=new(function(){function n(){}return n.prototype.drive=function(n){return!0},n}());module.exports=n;
|
||
//# sourceMappingURL=basic-lib-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).basicLibTs=n()}(this,function(){return new(function(){function e(){}return e.prototype.drive=function(e){return!0},e}())});
|
||
//# sourceMappingURL=basic-lib-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 6`] = `
|
||
"export interface Driveable {
|
||
drive(distance: number): boolean;
|
||
}
|
||
export default class Car implements Driveable {
|
||
drive(distance: number): boolean;
|
||
}
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-ts with microbundle 7`] = `
|
||
"import Car from './car';
|
||
declare let Ferrari: Car;
|
||
export default Ferrari;
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic-tsx
|
||
dist
|
||
basic-lib-tsx.esm.js
|
||
basic-lib-tsx.esm.js.map
|
||
basic-lib-tsx.js
|
||
basic-lib-tsx.js.map
|
||
basic-lib-tsx.umd.js
|
||
basic-lib-tsx.umd.js.map
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.tsx
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"basicLibTsx\\" to dist:
|
||
235 B: basic-lib-tsx.js.gz
|
||
188 B: basic-lib-tsx.js.br
|
||
236 B: basic-lib-tsx.esm.js.gz
|
||
190 B: basic-lib-tsx.esm.js.br
|
||
317 B: basic-lib-tsx.umd.js.gz
|
||
260 B: basic-lib-tsx.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 3`] = `
|
||
"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}},n=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}();export default n;
|
||
//# sourceMappingURL=basic-lib-tsx.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 4`] = `
|
||
"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}();
|
||
//# sourceMappingURL=basic-lib-tsx.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).basicLibTsx=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}()});
|
||
//# sourceMappingURL=basic-lib-tsx.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-tsx with microbundle 6`] = `
|
||
"export default class Foo {
|
||
render(): any;
|
||
}
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-with-cwd with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
basic
|
||
dist
|
||
basic.esm.js
|
||
basic.esm.js.map
|
||
basic.js
|
||
basic.js.map
|
||
basic.umd.js
|
||
basic.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"basic\\" to dist:
|
||
229 B: basic.js.gz
|
||
174 B: basic.js.br
|
||
230 B: basic.esm.js.gz
|
||
177 B: basic.esm.js.br
|
||
310 B: basic.umd.js.gz
|
||
247 B: basic.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build basic-with-cwd with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build basic-with-cwd with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=basic.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-with-cwd with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=basic.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build basic-with-cwd with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).basic=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=basic.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 1`] = `
|
||
"Used script: microbundle --raw
|
||
|
||
Directory tree:
|
||
|
||
class-decorators-ts
|
||
dist
|
||
class-decorators-ts.esm.js
|
||
class-decorators-ts.esm.js.map
|
||
class-decorators-ts.js
|
||
class-decorators-ts.js.map
|
||
class-decorators-ts.umd.js
|
||
class-decorators-ts.umd.js.map
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"classDecoratorsTs\\" to dist:
|
||
333 B: class-decorators-ts.js.gz
|
||
276 B: class-decorators-ts.js.br
|
||
333 B: class-decorators-ts.esm.js.gz
|
||
278 B: class-decorators-ts.esm.js.br
|
||
401 B: class-decorators-ts.umd.js.gz
|
||
341 B: class-decorators-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 3`] = `
|
||
"var e=function(){function e(e){this.greeting=e}return e.prototype.greet=function(){return\\"Hello, \\"+this.greeting},e}(),t=new(e=function(e,t,r,n){var o,c=arguments.length,l=c<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\\"object\\"==typeof Reflect&&\\"function\\"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,n);else for(var f=e.length-1;f>=0;f--)(o=e[f])&&(l=(c<3?o(l):c>3?o(t,r,l):o(t,r))||l);return c>3&&l&&Object.defineProperty(t,r,l),l}([function(e){Object.seal(e),Object.seal(e.prototype)}],e))(\\"Hello World\\");export default t;
|
||
//# sourceMappingURL=class-decorators-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 4`] = `
|
||
"var e=function(){function e(e){this.greeting=e}return e.prototype.greet=function(){return\\"Hello, \\"+this.greeting},e}(),t=new(e=function(e,t,r,o){var n,c=arguments.length,l=c<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if(\\"object\\"==typeof Reflect&&\\"function\\"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var f=e.length-1;f>=0;f--)(n=e[f])&&(l=(c<3?n(l):c>3?n(t,r,l):n(t,r))||l);return c>3&&l&&Object.defineProperty(t,r,l),l}([function(e){Object.seal(e),Object.seal(e.prototype)}],e))(\\"Hello World\\");module.exports=t;
|
||
//# sourceMappingURL=class-decorators-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 5`] = `
|
||
"!function(e,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=t():\\"function\\"==typeof define&&define.amd?define(t):(e=e||self).classDecoratorsTs=t()}(this,function(){var e=function(){function e(e){this.greeting=e}return e.prototype.greet=function(){return\\"Hello, \\"+this.greeting},e}();return new(e=function(e,t,n,o){var r,f=arguments.length,c=f<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if(\\"object\\"==typeof Reflect&&\\"function\\"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var i=e.length-1;i>=0;i--)(r=e[i])&&(c=(f<3?r(c):f>3?r(t,n,c):r(t,n))||c);return f>3&&c&&Object.defineProperty(t,n,c),c}([function(e){Object.seal(e),Object.seal(e.prototype)}],e))(\\"Hello World\\")});
|
||
//# sourceMappingURL=class-decorators-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-decorators-ts with microbundle 6`] = `
|
||
"declare class Greeter {
|
||
greeting: string;
|
||
constructor(message: string);
|
||
greet(): string;
|
||
}
|
||
declare const _default: Greeter;
|
||
export default _default;
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-properties with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
class-properties
|
||
dist
|
||
class-properties.esm.js
|
||
class-properties.esm.js.map
|
||
class-properties.js
|
||
class-properties.js.map
|
||
class-properties.umd.js
|
||
class-properties.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"classProperties\\" to dist:
|
||
93 B: class-properties.js.gz
|
||
79 B: class-properties.js.br
|
||
96 B: class-properties.esm.js.gz
|
||
85 B: class-properties.esm.js.br
|
||
198 B: class-properties.umd.js.gz
|
||
150 B: class-properties.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build class-properties with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build class-properties with microbundle 3`] = `
|
||
"var a=function(){this.baz=3};a.bar=2;var r=new a;export default r;export{a as Foo};
|
||
//# sourceMappingURL=class-properties.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-properties with microbundle 4`] = `
|
||
"var a=function(){this.baz=3};a.bar=2;var o=new a;exports.Foo=a,exports.default=o;
|
||
//# sourceMappingURL=class-properties.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build class-properties with microbundle 5`] = `
|
||
"!function(e,o){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?o(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],o):o((e=e||self).classProperties={})}(this,function(e){var o=function(){this.baz=3};o.bar=2;var t=new o;e.Foo=o,e.default=t});
|
||
//# sourceMappingURL=class-properties.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-babelrc with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
custom-babelrc
|
||
dist
|
||
custom-babelrc.esm.js
|
||
custom-babelrc.esm.js.map
|
||
custom-babelrc.js
|
||
custom-babelrc.js.map
|
||
custom-babelrc.umd.js
|
||
custom-babelrc.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"customBabelrc\\" to dist:
|
||
5.96 kB: custom-babelrc.js.gz
|
||
5.41 kB: custom-babelrc.js.br
|
||
5.96 kB: custom-babelrc.esm.js.gz
|
||
5.41 kB: custom-babelrc.esm.js.br
|
||
6.03 kB: custom-babelrc.umd.js.gz
|
||
5.46 kB: custom-babelrc.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build custom-babelrc with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build custom-babelrc with microbundle 3`] = `
|
||
"var t=\\"undefined\\"!=typeof globalThis?globalThis:\\"undefined\\"!=typeof window?window:\\"undefined\\"!=typeof global?global:\\"undefined\\"!=typeof self?self:{};function e(t,e){return t(e={exports:{}},e.exports),e.exports}var n=function(t){return t&&t.Math==Math&&t},r=n(\\"object\\"==typeof globalThis&&globalThis)||n(\\"object\\"==typeof window&&window)||n(\\"object\\"==typeof self&&self)||n(\\"object\\"==typeof t&&t)||Function(\\"return this\\")(),o=function(t){try{return!!t()}catch(t){return!0}},i=!o(function(){return 7!=Object.defineProperty({},\\"a\\",{get:function(){return 7}}).a}),c={}.propertyIsEnumerable,u=Object.getOwnPropertyDescriptor,f={f:u&&!c.call({1:2},1)?function(t){var e=u(this,t);return!!e&&e.enumerable}:c},a=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},s={}.toString,l=function(t){return s.call(t).slice(8,-1)},p=\\"\\".split,v=o(function(){return!Object(\\"z\\").propertyIsEnumerable(0)})?function(t){return\\"String\\"==l(t)?p.call(t,\\"\\"):Object(t)}:Object,h=function(t){return v(function(t){if(null==t)throw TypeError(\\"Can't call method on \\"+t);return t}(t))},d=function(t){return\\"object\\"==typeof t?null!==t:\\"function\\"==typeof t},y=function(t,e){if(!d(t))return t;var n,r;if(e&&\\"function\\"==typeof(n=t.toString)&&!d(r=n.call(t)))return r;if(\\"function\\"==typeof(n=t.valueOf)&&!d(r=n.call(t)))return r;if(!e&&\\"function\\"==typeof(n=t.toString)&&!d(r=n.call(t)))return r;throw TypeError(\\"Can't convert object to primitive value\\")},m={}.hasOwnProperty,g=function(t,e){return m.call(t,e)},b=r.document,w=d(b)&&d(b.createElement),j=function(t){return w?b.createElement(t):{}},P=!i&&!o(function(){return 7!=Object.defineProperty(j(\\"div\\"),\\"a\\",{get:function(){return 7}}).a}),S=Object.getOwnPropertyDescriptor,O={f:i?S:function(t,e){if(t=h(t),e=y(e,!0),P)try{return S(t,e)}catch(t){}if(g(t,e))return a(!f.f.call(t,e),t[e])}},E=function(t){if(!d(t))throw TypeError(String(t)+\\" is not an object\\");return t},T=Object.defineProperty,x={f:i?T:function(t,e,n){if(E(t),e=y(e,!0),E(n),P)try{return T(t,e,n)}catch(t){}if(\\"get\\"in n||\\"set\\"in n)throw TypeError(\\"Accessors not supported\\");return\\"value\\"in n&&(t[e]=n.value),t}},M=i?function(t,e,n){return x.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t},k=function(t,e){try{M(r,t,e)}catch(n){r[t]=e}return e},_=r[\\"__core-js_shared__\\"]||k(\\"__core-js_shared__\\",{}),F=Function.toString;\\"function\\"!=typeof _.inspectSource&&(_.inspectSource=function(t){return F.call(t)});var I,A,C,L=_.inspectSource,N=r.WeakMap,z=\\"function\\"==typeof N&&/native code/.test(L(N)),D=e(function(t){(t.exports=function(t,e){return _[t]||(_[t]=void 0!==e?e:{})})(\\"versions\\",[]).push({version:\\"3.6.1\\",mode:\\"global\\",copyright:\\"© 2019 Denis Pushkarev (zloirock.ru)\\"})}),R=0,W=Math.random(),q=function(t){return\\"Symbol(\\"+String(void 0===t?\\"\\":t)+\\")_\\"+(++R+W).toString(36)},G=D(\\"keys\\"),K={};if(z){var U=new(0,r.WeakMap),B=U.get,H=U.has,V=U.set;I=function(t,e){return V.call(U,t,e),e},A=function(t){return B.call(U,t)||{}},C=function(t){return H.call(U,t)}}else{var Y=G.state||(G.state=q(\\"state\\"));K[Y]=!0,I=function(t,e){return M(t,Y,e),e},A=function(t){return g(t,Y)?t[Y]:{}},C=function(t){return g(t,Y)}}var J={set:I,get:A,has:C,enforce:function(t){return C(t)?A(t):I(t,{})},getterFor:function(t){return function(e){var n;if(!d(e)||(n=A(e)).type!==t)throw TypeError(\\"Incompatible receiver, \\"+t+\\" required\\");return n}}},Q=e(function(t){var e=J.get,n=J.enforce,o=String(String).split(\\"String\\");(t.exports=function(t,e,i,c){var u=!!c&&!!c.unsafe,f=!!c&&!!c.enumerable,a=!!c&&!!c.noTargetGet;\\"function\\"==typeof i&&(\\"string\\"!=typeof e||g(i,\\"name\\")||M(i,\\"name\\",e),n(i).source=o.join(\\"string\\"==typeof e?e:\\"\\")),t!==r?(u?!a&&t[e]&&(f=!0):delete t[e],f?t[e]=i:M(t,e,i)):f?t[e]=i:k(e,i)})(Function.prototype,\\"toString\\",function(){return\\"function\\"==typeof this&&e(this).source||L(this)})}),X=r,Z=function(t){return\\"function\\"==typeof t?t:void 0},$=function(t,e){return arguments.length<2?Z(X[t])||Z(r[t]):X[t]&&X[t][e]||r[t]&&r[t][e]},tt=Math.ceil,et=Math.floor,nt=function(t){return isNaN(t=+t)?0:(t>0?et:tt)(t)},rt=Math.min,ot=function(t){return t>0?rt(nt(t),9007199254740991):0},it=Math.max,ct=Math.min,ut=function(t){return function(e,n,r){var o,i=h(e),c=ot(i.length),u=function(t,e){var n=nt(t);return n<0?it(n+e,0):ct(n,e)}(r,c);if(t&&n!=n){for(;c>u;)if((o=i[u++])!=o)return!0}else for(;c>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},ft=(ut(!0),ut(!1)),at=[\\"constructor\\",\\"hasOwnProperty\\",\\"isPrototypeOf\\",\\"propertyIsEnumerable\\",\\"toLocaleString\\",\\"toString\\",\\"valueOf\\"].concat(\\"length\\",\\"prototype\\"),st={f:Object.getOwnPropertyNames||function(t){return function(t,e){var n,r=h(t),o=0,i=[];for(n in r)!g(K,n)&&g(r,n)&&i.push(n);for(;e.length>o;)g(r,n=e[o++])&&(~ft(i,n)||i.push(n));return i}(t,at)}},lt={f:Object.getOwnPropertySymbols},pt=$(\\"Reflect\\",\\"ownKeys\\")||function(t){var e=st.f(E(t)),n=lt.f;return n?e.concat(n(t)):e},vt=function(t,e){for(var n=pt(e),r=x.f,o=O.f,i=0;i<n.length;i++){var c=n[i];g(t,c)||r(t,c,o(e,c))}},ht=/#|\\\\.prototype\\\\./,dt=function(t,e){var n=mt[yt(t)];return n==bt||n!=gt&&(\\"function\\"==typeof e?o(e):!!e)},yt=dt.normalize=function(t){return String(t).replace(ht,\\".\\").toLowerCase()},mt=dt.data={},gt=dt.NATIVE=\\"N\\",bt=dt.POLYFILL=\\"P\\",wt=dt,jt=O.f,Pt=function(t,e){var n,o,i,c,u,f=t.target,a=t.global,s=t.stat;if(n=a?r:s?r[f]||k(f,{}):(r[f]||{}).prototype)for(o in e){if(c=e[o],i=t.noTargetGet?(u=jt(n,o))&&u.value:n[o],!wt(a?o:f+(s?\\".\\":\\"#\\")+o,t.forced)&&void 0!==i){if(typeof c==typeof i)continue;vt(c,i)}(t.sham||i&&i.sham)&&M(c,\\"sham\\",!0),Q(n,o,c,t)}},St=r.Promise,Ot=!!Object.getOwnPropertySymbols&&!o(function(){return!String(Symbol())}),Et=Ot&&!Symbol.sham&&\\"symbol\\"==typeof Symbol.iterator,Tt=D(\\"wks\\"),xt=r.Symbol,Mt=Et?xt:xt&&xt.withoutSetter||q,kt=function(t){return g(Tt,t)||(Tt[t]=Ot&&g(xt,t)?xt[t]:Mt(\\"Symbol.\\"+t)),Tt[t]},_t=x.f,Ft=kt(\\"toStringTag\\"),It=kt(\\"species\\"),At=function(t){if(\\"function\\"!=typeof t)throw TypeError(String(t)+\\" is not a function\\");return t},Ct={},Lt=kt(\\"iterator\\"),Nt=Array.prototype,zt=function(t,e,n){if(At(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}},Dt={};Dt[kt(\\"toStringTag\\")]=\\"z\\";var Rt=\\"[object z]\\"===String(Dt),Wt=kt(\\"toStringTag\\"),qt=\\"Arguments\\"==l(function(){return arguments}()),Gt=Rt?l:function(t){var e,n,r;return void 0===t?\\"Undefined\\":null===t?\\"Null\\":\\"string\\"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),Wt))?n:qt?l(e):\\"Object\\"==(r=l(e))&&\\"function\\"==typeof e.callee?\\"Arguments\\":r},Kt=kt(\\"iterator\\"),Ut=function(t,e,n,r){try{return r?e(E(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&E(o.call(t)),e}},Bt=e(function(t){var e=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,n,r,o,i){var c,u,f,a,s,l,p,v,h=zt(n,r,o?2:1);if(i)c=t;else{if(\\"function\\"!=typeof(u=function(t){if(null!=t)return t[Kt]||t[\\"@@iterator\\"]||Ct[Gt(t)]}(t)))throw TypeError(\\"Target is not iterable\\");if(void 0!==(v=u)&&(Ct.Array===v||Nt[Lt]===v)){for(f=0,a=ot(t.length);a>f;f++)if((s=o?h(E(p=t[f])[0],p[1]):h(t[f]))&&s instanceof e)return s;return new e(!1)}c=u.call(t)}for(l=c.next;!(p=l.call(c)).done;)if(\\"object\\"==typeof(s=Ut(c,h,p.value,o))&&s&&s instanceof e)return s;return new e(!1)}).stop=function(t){return new e(!0,t)}}),Ht=kt(\\"iterator\\"),Vt=!1;try{var Yt=0,Jt={next:function(){return{done:!!Yt++}},return:function(){Vt=!0}};Jt[Ht]=function(){return this},Array.from(Jt,function(){throw 2})}catch(t){}var Qt,Xt,Zt,$t=kt(\\"species\\"),te=$(\\"document\\",\\"documentElement\\"),ee=$(\\"navigator\\",\\"userAgent\\")||\\"\\",ne=/(iphone|ipod|ipad).*applewebkit/i.test(ee),re=r.location,oe=r.setImmediate,ie=r.clearImmediate,ce=r.process,ue=r.MessageChannel,fe=r.Dispatch,ae=0,se={},le=function(t){if(se.hasOwnProperty(t)){var e=se[t];delete se[t],e()}},pe=function(t){return function(){le(t)}},ve=function(t){le(t.data)},he=function(t){r.postMessage(t+\\"\\",re.protocol+\\"//\\"+re.host)};oe&&ie||(oe=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return se[++ae]=function(){(\\"function\\"==typeof t?t:Function(t)).apply(void 0,e)},Qt(ae),ae},ie=function(t){delete se[t]},\\"process\\"==l(ce)?Qt=function(t){ce.nextTick(pe(t))}:fe&&fe.now?Qt=function(t){fe.now(pe(t))}:ue&&!ne?(Zt=(Xt=new ue).port2,Xt.port1.onmessage=ve,Qt=zt(Zt.postMessage,Zt,1)):!r.addEventListener||\\"function\\"!=typeof postMessage||r.importScripts||o(he)?Qt=\\"onreadystatechange\\"in j(\\"script\\")?function(t){te.appendChild(j(\\"script\\")).onreadystatechange=function(){te.removeChild(this),le(t)}}:function(t){setTimeout(pe(t),0)}:(Qt=he,r.addEventListener(\\"message\\",ve,!1)));var de,ye,me,ge,be,we,je,Pe,Se={set:oe,clear:ie},Oe=O.f,Ee=Se.set,Te=r.MutationObserver||r.WebKitMutationObserver,xe=r.process,Me=r.Promise,ke=\\"process\\"==l(xe),_e=Oe(r,\\"queueMicrotask\\"),Fe=_e&&_e.value;Fe||(de=function(){var t,e;for(ke&&(t=xe.domain)&&t.exit();ye;){e=ye.fn,ye=ye.next;try{e()}catch(t){throw ye?ge():me=void 0,t}}me=void 0,t&&t.enter()},ke?ge=function(){xe.nextTick(de)}:Te&&!ne?(be=!0,we=document.createTextNode(\\"\\"),new Te(de).observe(we,{characterData:!0}),ge=function(){we.data=be=!be}):Me&&Me.resolve?(je=Me.resolve(void 0),Pe=je.then,ge=function(){Pe.call(je,de)}):ge=function(){Ee.call(r,de)});var Ie,Ae,Ce=Fe||function(t){var e={fn:t,next:void 0};me&&(me.next=e),ye||(ye=e,ge()),me=e},Le=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError(\\"Bad Promise constructor\\");e=t,n=r}),this.resolve=At(e),this.reject=At(n)},Ne={f:function(t){return new Le(t)}},ze=function(t,e){if(E(t),d(e)&&e.constructor===t)return e;var n=Ne.f(t);return(0,n.resolve)(e),n.promise},De=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},Re=r.process,We=Re&&Re.versions,qe=We&&We.v8;qe?Ae=(Ie=qe.split(\\".\\"))[0]+Ie[1]:ee&&(!(Ie=ee.match(/Edge\\\\/(\\\\d+)/))||Ie[1]>=74)&&(Ie=ee.match(/Chrome\\\\/(\\\\d+)/))&&(Ae=Ie[1]);var Ge,Ke,Ue,Be,He,Ve,Ye=Ae&&+Ae,Je=Se.set,Qe=kt(\\"species\\"),Xe=J.get,Ze=J.set,$e=J.getterFor(\\"Promise\\"),tn=St,en=r.TypeError,nn=r.document,rn=r.process,on=$(\\"fetch\\"),cn=Ne.f,un=cn,fn=\\"process\\"==l(rn),an=!!(nn&&nn.createEvent&&r.dispatchEvent),sn=wt(\\"Promise\\",function(){if(L(tn)===String(tn)){if(66===Ye)return!0;if(!fn&&\\"function\\"!=typeof PromiseRejectionEvent)return!0}if(Ye>=51&&/native code/.test(tn))return!1;var t=tn.resolve(1),e=function(t){t(function(){},function(){})};return(t.constructor={})[Qe]=e,!(t.then(function(){})instanceof e)}),ln=sn||!function(t,e){if(!Vt)return!1;var n=!1;try{var r={};r[Ht]=function(){return{next:function(){return{done:n=!0}}}},tn.all(r).catch(function(){})}catch(t){}return n}(),pn=function(t){var e;return!(!d(t)||\\"function\\"!=typeof(e=t.then))&&e},vn=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;Ce(function(){for(var o=e.value,i=1==e.state,c=0;r.length>c;){var u,f,a,s=r[c++],l=i?s.ok:s.fail,p=s.resolve,v=s.reject,h=s.domain;try{l?(i||(2===e.rejection&&mn(t,e),e.rejection=1),!0===l?u=o:(h&&h.enter(),u=l(o),h&&(h.exit(),a=!0)),u===s.promise?v(en(\\"Promise-chain cycle\\")):(f=pn(u))?f.call(u,p,v):p(u)):v(o)}catch(t){h&&!a&&h.exit(),v(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&dn(t,e)})}},hn=function(t,e,n){var o,i;an?((o=nn.createEvent(\\"Event\\")).promise=e,o.reason=n,o.initEvent(t,!1,!0),r.dispatchEvent(o)):o={promise:e,reason:n},(i=r[\\"on\\"+t])?i(o):\\"unhandledrejection\\"===t&&function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}(\\"Unhandled promise rejection\\",n)},dn=function(t,e){Je.call(r,function(){var n,r=e.value;if(yn(e)&&(n=De(function(){fn?rn.emit(\\"unhandledRejection\\",r,t):hn(\\"unhandledrejection\\",t,r)}),e.rejection=fn||yn(e)?2:1,n.error))throw n.value})},yn=function(t){return 1!==t.rejection&&!t.parent},mn=function(t,e){Je.call(r,function(){fn?rn.emit(\\"rejectionHandled\\",t):hn(\\"rejectionhandled\\",t,e.value)})},gn=function(t,e,n,r){return function(o){t(e,n,o,r)}},bn=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,vn(t,e,!0))},wn=function t(e,n,r,o){if(!n.done){n.done=!0,o&&(n=o);try{if(e===r)throw en(\\"Promise can't be resolved itself\\");var i=pn(r);i?Ce(function(){var o={done:!1};try{i.call(r,gn(t,e,o,n),gn(bn,e,o,n))}catch(t){bn(e,o,t,n)}}):(n.value=r,n.state=1,vn(e,n,!1))}catch(t){bn(e,{done:!1},t,n)}}};sn&&(tn=function(t){!function(t,e,n){if(!(t instanceof tn))throw TypeError(\\"Incorrect Promise invocation\\")}(this),At(t),Ge.call(this);var e=Xe(this);try{t(gn(wn,this,e),gn(bn,this,e))}catch(t){bn(this,e,t)}},(Ge=function(t){Ze(this,{type:\\"Promise\\",done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(t,e,n){for(var r in e)Q(t,r,e[r],void 0);return t}(tn.prototype,{then:function(t,e){var n,r,o,i=$e(this),c=cn((n=tn,void 0===(o=E(this).constructor)||null==(r=E(o)[$t])?n:At(r)));return c.ok=\\"function\\"!=typeof t||t,c.fail=\\"function\\"==typeof e&&e,c.domain=fn?rn.domain:void 0,i.parent=!0,i.reactions.push(c),0!=i.state&&vn(this,i,!1),c.promise},catch:function(t){return this.then(void 0,t)}}),Ke=function(){var t=new Ge,e=Xe(t);this.promise=t,this.resolve=gn(wn,t,e),this.reject=gn(bn,t,e)},Ne.f=cn=function(t){return t===tn||t===Ue?new Ke(t):un(t)},\\"function\\"==typeof St&&(Be=St.prototype.then,Q(St.prototype,\\"then\\",function(t,e){var n=this;return new tn(function(t,e){Be.call(n,t,e)}).then(t,e)},{unsafe:!0}),\\"function\\"==typeof on&&Pt({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return ze(tn,on.apply(r,arguments))}}))),Pt({global:!0,wrap:!0,forced:sn},{Promise:tn}),(He=tn)&&!g(He=He.prototype,Ft)&&_t(He,Ft,{configurable:!0,value:\\"Promise\\"}),Ve=$(\\"Promise\\"),i&&Ve&&!Ve[It]&&(0,x.f)(Ve,It,{configurable:!0,get:function(){return this}}),Ue=$(\\"Promise\\"),Pt({target:\\"Promise\\",stat:!0,forced:sn},{reject:function(t){var e=cn(this);return e.reject.call(void 0,t),e.promise}}),Pt({target:\\"Promise\\",stat:!0,forced:sn},{resolve:function(t){return ze(this,t)}}),Pt({target:\\"Promise\\",stat:!0,forced:ln},{all:function(t){var e=this,n=cn(e),r=n.resolve,o=n.reject,i=De(function(){var n=At(e.resolve),i=[],c=0,u=1;Bt(t,function(t){var f=c++,a=!1;i.push(void 0),u++,n.call(e,t).then(function(t){a||(a=!0,i[f]=t,--u||r(i))},o)}),--u||r(i)});return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=cn(e),r=n.reject,o=De(function(){var o=At(e.resolve);Bt(t,function(t){o.call(e,t).then(n.resolve,r)})});return o.error&&r(o.value),n.promise}});class jn{constructor(){!function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,\\"myFields\\",[\\"foo\\",\\"bar\\"])}foo(){try{return Promise.resolve(this.myFields.find(t=>\\"bar\\"===t))}catch(t){return Promise.reject(t)}}}export{jn as MyClass};
|
||
//# sourceMappingURL=custom-babelrc.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-babelrc with microbundle 4`] = `
|
||
"var t=\\"undefined\\"!=typeof globalThis?globalThis:\\"undefined\\"!=typeof window?window:\\"undefined\\"!=typeof global?global:\\"undefined\\"!=typeof self?self:{};function e(t,e){return t(e={exports:{}},e.exports),e.exports}var n=function(t){return t&&t.Math==Math&&t},r=n(\\"object\\"==typeof globalThis&&globalThis)||n(\\"object\\"==typeof window&&window)||n(\\"object\\"==typeof self&&self)||n(\\"object\\"==typeof t&&t)||Function(\\"return this\\")(),o=function(t){try{return!!t()}catch(t){return!0}},i=!o(function(){return 7!=Object.defineProperty({},\\"a\\",{get:function(){return 7}}).a}),c={}.propertyIsEnumerable,u=Object.getOwnPropertyDescriptor,f={f:u&&!c.call({1:2},1)?function(t){var e=u(this,t);return!!e&&e.enumerable}:c},a=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},s={}.toString,l=function(t){return s.call(t).slice(8,-1)},p=\\"\\".split,v=o(function(){return!Object(\\"z\\").propertyIsEnumerable(0)})?function(t){return\\"String\\"==l(t)?p.call(t,\\"\\"):Object(t)}:Object,h=function(t){return v(function(t){if(null==t)throw TypeError(\\"Can't call method on \\"+t);return t}(t))},d=function(t){return\\"object\\"==typeof t?null!==t:\\"function\\"==typeof t},y=function(t,e){if(!d(t))return t;var n,r;if(e&&\\"function\\"==typeof(n=t.toString)&&!d(r=n.call(t)))return r;if(\\"function\\"==typeof(n=t.valueOf)&&!d(r=n.call(t)))return r;if(!e&&\\"function\\"==typeof(n=t.toString)&&!d(r=n.call(t)))return r;throw TypeError(\\"Can't convert object to primitive value\\")},m={}.hasOwnProperty,g=function(t,e){return m.call(t,e)},b=r.document,w=d(b)&&d(b.createElement),j=function(t){return w?b.createElement(t):{}},P=!i&&!o(function(){return 7!=Object.defineProperty(j(\\"div\\"),\\"a\\",{get:function(){return 7}}).a}),S=Object.getOwnPropertyDescriptor,O={f:i?S:function(t,e){if(t=h(t),e=y(e,!0),P)try{return S(t,e)}catch(t){}if(g(t,e))return a(!f.f.call(t,e),t[e])}},E=function(t){if(!d(t))throw TypeError(String(t)+\\" is not an object\\");return t},T=Object.defineProperty,x={f:i?T:function(t,e,n){if(E(t),e=y(e,!0),E(n),P)try{return T(t,e,n)}catch(t){}if(\\"get\\"in n||\\"set\\"in n)throw TypeError(\\"Accessors not supported\\");return\\"value\\"in n&&(t[e]=n.value),t}},M=i?function(t,e,n){return x.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t},k=function(t,e){try{M(r,t,e)}catch(n){r[t]=e}return e},_=r[\\"__core-js_shared__\\"]||k(\\"__core-js_shared__\\",{}),F=Function.toString;\\"function\\"!=typeof _.inspectSource&&(_.inspectSource=function(t){return F.call(t)});var I,A,C,L=_.inspectSource,N=r.WeakMap,z=\\"function\\"==typeof N&&/native code/.test(L(N)),D=e(function(t){(t.exports=function(t,e){return _[t]||(_[t]=void 0!==e?e:{})})(\\"versions\\",[]).push({version:\\"3.6.1\\",mode:\\"global\\",copyright:\\"© 2019 Denis Pushkarev (zloirock.ru)\\"})}),R=0,W=Math.random(),q=function(t){return\\"Symbol(\\"+String(void 0===t?\\"\\":t)+\\")_\\"+(++R+W).toString(36)},G=D(\\"keys\\"),K={};if(z){var U=new(0,r.WeakMap),B=U.get,H=U.has,V=U.set;I=function(t,e){return V.call(U,t,e),e},A=function(t){return B.call(U,t)||{}},C=function(t){return H.call(U,t)}}else{var Y=G.state||(G.state=q(\\"state\\"));K[Y]=!0,I=function(t,e){return M(t,Y,e),e},A=function(t){return g(t,Y)?t[Y]:{}},C=function(t){return g(t,Y)}}var J={set:I,get:A,has:C,enforce:function(t){return C(t)?A(t):I(t,{})},getterFor:function(t){return function(e){var n;if(!d(e)||(n=A(e)).type!==t)throw TypeError(\\"Incompatible receiver, \\"+t+\\" required\\");return n}}},Q=e(function(t){var e=J.get,n=J.enforce,o=String(String).split(\\"String\\");(t.exports=function(t,e,i,c){var u=!!c&&!!c.unsafe,f=!!c&&!!c.enumerable,a=!!c&&!!c.noTargetGet;\\"function\\"==typeof i&&(\\"string\\"!=typeof e||g(i,\\"name\\")||M(i,\\"name\\",e),n(i).source=o.join(\\"string\\"==typeof e?e:\\"\\")),t!==r?(u?!a&&t[e]&&(f=!0):delete t[e],f?t[e]=i:M(t,e,i)):f?t[e]=i:k(e,i)})(Function.prototype,\\"toString\\",function(){return\\"function\\"==typeof this&&e(this).source||L(this)})}),X=r,Z=function(t){return\\"function\\"==typeof t?t:void 0},$=function(t,e){return arguments.length<2?Z(X[t])||Z(r[t]):X[t]&&X[t][e]||r[t]&&r[t][e]},tt=Math.ceil,et=Math.floor,nt=function(t){return isNaN(t=+t)?0:(t>0?et:tt)(t)},rt=Math.min,ot=function(t){return t>0?rt(nt(t),9007199254740991):0},it=Math.max,ct=Math.min,ut=function(t){return function(e,n,r){var o,i=h(e),c=ot(i.length),u=function(t,e){var n=nt(t);return n<0?it(n+e,0):ct(n,e)}(r,c);if(t&&n!=n){for(;c>u;)if((o=i[u++])!=o)return!0}else for(;c>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},ft=(ut(!0),ut(!1)),at=[\\"constructor\\",\\"hasOwnProperty\\",\\"isPrototypeOf\\",\\"propertyIsEnumerable\\",\\"toLocaleString\\",\\"toString\\",\\"valueOf\\"].concat(\\"length\\",\\"prototype\\"),st={f:Object.getOwnPropertyNames||function(t){return function(t,e){var n,r=h(t),o=0,i=[];for(n in r)!g(K,n)&&g(r,n)&&i.push(n);for(;e.length>o;)g(r,n=e[o++])&&(~ft(i,n)||i.push(n));return i}(t,at)}},lt={f:Object.getOwnPropertySymbols},pt=$(\\"Reflect\\",\\"ownKeys\\")||function(t){var e=st.f(E(t)),n=lt.f;return n?e.concat(n(t)):e},vt=function(t,e){for(var n=pt(e),r=x.f,o=O.f,i=0;i<n.length;i++){var c=n[i];g(t,c)||r(t,c,o(e,c))}},ht=/#|\\\\.prototype\\\\./,dt=function(t,e){var n=mt[yt(t)];return n==bt||n!=gt&&(\\"function\\"==typeof e?o(e):!!e)},yt=dt.normalize=function(t){return String(t).replace(ht,\\".\\").toLowerCase()},mt=dt.data={},gt=dt.NATIVE=\\"N\\",bt=dt.POLYFILL=\\"P\\",wt=dt,jt=O.f,Pt=function(t,e){var n,o,i,c,u,f=t.target,a=t.global,s=t.stat;if(n=a?r:s?r[f]||k(f,{}):(r[f]||{}).prototype)for(o in e){if(c=e[o],i=t.noTargetGet?(u=jt(n,o))&&u.value:n[o],!wt(a?o:f+(s?\\".\\":\\"#\\")+o,t.forced)&&void 0!==i){if(typeof c==typeof i)continue;vt(c,i)}(t.sham||i&&i.sham)&&M(c,\\"sham\\",!0),Q(n,o,c,t)}},St=r.Promise,Ot=!!Object.getOwnPropertySymbols&&!o(function(){return!String(Symbol())}),Et=Ot&&!Symbol.sham&&\\"symbol\\"==typeof Symbol.iterator,Tt=D(\\"wks\\"),xt=r.Symbol,Mt=Et?xt:xt&&xt.withoutSetter||q,kt=function(t){return g(Tt,t)||(Tt[t]=Ot&&g(xt,t)?xt[t]:Mt(\\"Symbol.\\"+t)),Tt[t]},_t=x.f,Ft=kt(\\"toStringTag\\"),It=kt(\\"species\\"),At=function(t){if(\\"function\\"!=typeof t)throw TypeError(String(t)+\\" is not a function\\");return t},Ct={},Lt=kt(\\"iterator\\"),Nt=Array.prototype,zt=function(t,e,n){if(At(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}},Dt={};Dt[kt(\\"toStringTag\\")]=\\"z\\";var Rt=\\"[object z]\\"===String(Dt),Wt=kt(\\"toStringTag\\"),qt=\\"Arguments\\"==l(function(){return arguments}()),Gt=Rt?l:function(t){var e,n,r;return void 0===t?\\"Undefined\\":null===t?\\"Null\\":\\"string\\"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),Wt))?n:qt?l(e):\\"Object\\"==(r=l(e))&&\\"function\\"==typeof e.callee?\\"Arguments\\":r},Kt=kt(\\"iterator\\"),Ut=function(t,e,n,r){try{return r?e(E(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&E(o.call(t)),e}},Bt=e(function(t){var e=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,n,r,o,i){var c,u,f,a,s,l,p,v,h=zt(n,r,o?2:1);if(i)c=t;else{if(\\"function\\"!=typeof(u=function(t){if(null!=t)return t[Kt]||t[\\"@@iterator\\"]||Ct[Gt(t)]}(t)))throw TypeError(\\"Target is not iterable\\");if(void 0!==(v=u)&&(Ct.Array===v||Nt[Lt]===v)){for(f=0,a=ot(t.length);a>f;f++)if((s=o?h(E(p=t[f])[0],p[1]):h(t[f]))&&s instanceof e)return s;return new e(!1)}c=u.call(t)}for(l=c.next;!(p=l.call(c)).done;)if(\\"object\\"==typeof(s=Ut(c,h,p.value,o))&&s&&s instanceof e)return s;return new e(!1)}).stop=function(t){return new e(!0,t)}}),Ht=kt(\\"iterator\\"),Vt=!1;try{var Yt=0,Jt={next:function(){return{done:!!Yt++}},return:function(){Vt=!0}};Jt[Ht]=function(){return this},Array.from(Jt,function(){throw 2})}catch(t){}var Qt,Xt,Zt,$t=kt(\\"species\\"),te=$(\\"document\\",\\"documentElement\\"),ee=$(\\"navigator\\",\\"userAgent\\")||\\"\\",ne=/(iphone|ipod|ipad).*applewebkit/i.test(ee),re=r.location,oe=r.setImmediate,ie=r.clearImmediate,ce=r.process,ue=r.MessageChannel,fe=r.Dispatch,ae=0,se={},le=function(t){if(se.hasOwnProperty(t)){var e=se[t];delete se[t],e()}},pe=function(t){return function(){le(t)}},ve=function(t){le(t.data)},he=function(t){r.postMessage(t+\\"\\",re.protocol+\\"//\\"+re.host)};oe&&ie||(oe=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return se[++ae]=function(){(\\"function\\"==typeof t?t:Function(t)).apply(void 0,e)},Qt(ae),ae},ie=function(t){delete se[t]},\\"process\\"==l(ce)?Qt=function(t){ce.nextTick(pe(t))}:fe&&fe.now?Qt=function(t){fe.now(pe(t))}:ue&&!ne?(Zt=(Xt=new ue).port2,Xt.port1.onmessage=ve,Qt=zt(Zt.postMessage,Zt,1)):!r.addEventListener||\\"function\\"!=typeof postMessage||r.importScripts||o(he)?Qt=\\"onreadystatechange\\"in j(\\"script\\")?function(t){te.appendChild(j(\\"script\\")).onreadystatechange=function(){te.removeChild(this),le(t)}}:function(t){setTimeout(pe(t),0)}:(Qt=he,r.addEventListener(\\"message\\",ve,!1)));var de,ye,me,ge,be,we,je,Pe,Se={set:oe,clear:ie},Oe=O.f,Ee=Se.set,Te=r.MutationObserver||r.WebKitMutationObserver,xe=r.process,Me=r.Promise,ke=\\"process\\"==l(xe),_e=Oe(r,\\"queueMicrotask\\"),Fe=_e&&_e.value;Fe||(de=function(){var t,e;for(ke&&(t=xe.domain)&&t.exit();ye;){e=ye.fn,ye=ye.next;try{e()}catch(t){throw ye?ge():me=void 0,t}}me=void 0,t&&t.enter()},ke?ge=function(){xe.nextTick(de)}:Te&&!ne?(be=!0,we=document.createTextNode(\\"\\"),new Te(de).observe(we,{characterData:!0}),ge=function(){we.data=be=!be}):Me&&Me.resolve?(je=Me.resolve(void 0),Pe=je.then,ge=function(){Pe.call(je,de)}):ge=function(){Ee.call(r,de)});var Ie,Ae,Ce=Fe||function(t){var e={fn:t,next:void 0};me&&(me.next=e),ye||(ye=e,ge()),me=e},Le=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError(\\"Bad Promise constructor\\");e=t,n=r}),this.resolve=At(e),this.reject=At(n)},Ne={f:function(t){return new Le(t)}},ze=function(t,e){if(E(t),d(e)&&e.constructor===t)return e;var n=Ne.f(t);return(0,n.resolve)(e),n.promise},De=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},Re=r.process,We=Re&&Re.versions,qe=We&&We.v8;qe?Ae=(Ie=qe.split(\\".\\"))[0]+Ie[1]:ee&&(!(Ie=ee.match(/Edge\\\\/(\\\\d+)/))||Ie[1]>=74)&&(Ie=ee.match(/Chrome\\\\/(\\\\d+)/))&&(Ae=Ie[1]);var Ge,Ke,Ue,Be,He,Ve,Ye=Ae&&+Ae,Je=Se.set,Qe=kt(\\"species\\"),Xe=J.get,Ze=J.set,$e=J.getterFor(\\"Promise\\"),tn=St,en=r.TypeError,nn=r.document,rn=r.process,on=$(\\"fetch\\"),cn=Ne.f,un=cn,fn=\\"process\\"==l(rn),an=!!(nn&&nn.createEvent&&r.dispatchEvent),sn=wt(\\"Promise\\",function(){if(L(tn)===String(tn)){if(66===Ye)return!0;if(!fn&&\\"function\\"!=typeof PromiseRejectionEvent)return!0}if(Ye>=51&&/native code/.test(tn))return!1;var t=tn.resolve(1),e=function(t){t(function(){},function(){})};return(t.constructor={})[Qe]=e,!(t.then(function(){})instanceof e)}),ln=sn||!function(t,e){if(!Vt)return!1;var n=!1;try{var r={};r[Ht]=function(){return{next:function(){return{done:n=!0}}}},tn.all(r).catch(function(){})}catch(t){}return n}(),pn=function(t){var e;return!(!d(t)||\\"function\\"!=typeof(e=t.then))&&e},vn=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;Ce(function(){for(var o=e.value,i=1==e.state,c=0;r.length>c;){var u,f,a,s=r[c++],l=i?s.ok:s.fail,p=s.resolve,v=s.reject,h=s.domain;try{l?(i||(2===e.rejection&&mn(t,e),e.rejection=1),!0===l?u=o:(h&&h.enter(),u=l(o),h&&(h.exit(),a=!0)),u===s.promise?v(en(\\"Promise-chain cycle\\")):(f=pn(u))?f.call(u,p,v):p(u)):v(o)}catch(t){h&&!a&&h.exit(),v(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&dn(t,e)})}},hn=function(t,e,n){var o,i;an?((o=nn.createEvent(\\"Event\\")).promise=e,o.reason=n,o.initEvent(t,!1,!0),r.dispatchEvent(o)):o={promise:e,reason:n},(i=r[\\"on\\"+t])?i(o):\\"unhandledrejection\\"===t&&function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}(\\"Unhandled promise rejection\\",n)},dn=function(t,e){Je.call(r,function(){var n,r=e.value;if(yn(e)&&(n=De(function(){fn?rn.emit(\\"unhandledRejection\\",r,t):hn(\\"unhandledrejection\\",t,r)}),e.rejection=fn||yn(e)?2:1,n.error))throw n.value})},yn=function(t){return 1!==t.rejection&&!t.parent},mn=function(t,e){Je.call(r,function(){fn?rn.emit(\\"rejectionHandled\\",t):hn(\\"rejectionhandled\\",t,e.value)})},gn=function(t,e,n,r){return function(o){t(e,n,o,r)}},bn=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,vn(t,e,!0))},wn=function t(e,n,r,o){if(!n.done){n.done=!0,o&&(n=o);try{if(e===r)throw en(\\"Promise can't be resolved itself\\");var i=pn(r);i?Ce(function(){var o={done:!1};try{i.call(r,gn(t,e,o,n),gn(bn,e,o,n))}catch(t){bn(e,o,t,n)}}):(n.value=r,n.state=1,vn(e,n,!1))}catch(t){bn(e,{done:!1},t,n)}}};sn&&(tn=function(t){!function(t,e,n){if(!(t instanceof tn))throw TypeError(\\"Incorrect Promise invocation\\")}(this),At(t),Ge.call(this);var e=Xe(this);try{t(gn(wn,this,e),gn(bn,this,e))}catch(t){bn(this,e,t)}},(Ge=function(t){Ze(this,{type:\\"Promise\\",done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(t,e,n){for(var r in e)Q(t,r,e[r],void 0);return t}(tn.prototype,{then:function(t,e){var n,r,o,i=$e(this),c=cn((n=tn,void 0===(o=E(this).constructor)||null==(r=E(o)[$t])?n:At(r)));return c.ok=\\"function\\"!=typeof t||t,c.fail=\\"function\\"==typeof e&&e,c.domain=fn?rn.domain:void 0,i.parent=!0,i.reactions.push(c),0!=i.state&&vn(this,i,!1),c.promise},catch:function(t){return this.then(void 0,t)}}),Ke=function(){var t=new Ge,e=Xe(t);this.promise=t,this.resolve=gn(wn,t,e),this.reject=gn(bn,t,e)},Ne.f=cn=function(t){return t===tn||t===Ue?new Ke(t):un(t)},\\"function\\"==typeof St&&(Be=St.prototype.then,Q(St.prototype,\\"then\\",function(t,e){var n=this;return new tn(function(t,e){Be.call(n,t,e)}).then(t,e)},{unsafe:!0}),\\"function\\"==typeof on&&Pt({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return ze(tn,on.apply(r,arguments))}}))),Pt({global:!0,wrap:!0,forced:sn},{Promise:tn}),(He=tn)&&!g(He=He.prototype,Ft)&&_t(He,Ft,{configurable:!0,value:\\"Promise\\"}),Ve=$(\\"Promise\\"),i&&Ve&&!Ve[It]&&(0,x.f)(Ve,It,{configurable:!0,get:function(){return this}}),Ue=$(\\"Promise\\"),Pt({target:\\"Promise\\",stat:!0,forced:sn},{reject:function(t){var e=cn(this);return e.reject.call(void 0,t),e.promise}}),Pt({target:\\"Promise\\",stat:!0,forced:sn},{resolve:function(t){return ze(this,t)}}),Pt({target:\\"Promise\\",stat:!0,forced:ln},{all:function(t){var e=this,n=cn(e),r=n.resolve,o=n.reject,i=De(function(){var n=At(e.resolve),i=[],c=0,u=1;Bt(t,function(t){var f=c++,a=!1;i.push(void 0),u++,n.call(e,t).then(function(t){a||(a=!0,i[f]=t,--u||r(i))},o)}),--u||r(i)});return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=cn(e),r=n.reject,o=De(function(){var o=At(e.resolve);Bt(t,function(t){o.call(e,t).then(n.resolve,r)})});return o.error&&r(o.value),n.promise}}),exports.MyClass=class{constructor(){!function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,\\"myFields\\",[\\"foo\\",\\"bar\\"])}foo(){try{return Promise.resolve(this.myFields.find(t=>\\"bar\\"===t))}catch(t){return Promise.reject(t)}}};
|
||
//# sourceMappingURL=custom-babelrc.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-babelrc with microbundle 5`] = `
|
||
"!function(t,e){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?e(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],e):e((t=t||self).customBabelrc={})}(this,function(t){var e=\\"undefined\\"!=typeof globalThis?globalThis:\\"undefined\\"!=typeof window?window:\\"undefined\\"!=typeof global?global:\\"undefined\\"!=typeof self?self:{};function n(t,e){return t(e={exports:{}},e.exports),e.exports}var r=function(t){return t&&t.Math==Math&&t},o=r(\\"object\\"==typeof globalThis&&globalThis)||r(\\"object\\"==typeof window&&window)||r(\\"object\\"==typeof self&&self)||r(\\"object\\"==typeof e&&e)||Function(\\"return this\\")(),i=function(t){try{return!!t()}catch(t){return!0}},c=!i(function(){return 7!=Object.defineProperty({},\\"a\\",{get:function(){return 7}}).a}),u={}.propertyIsEnumerable,f=Object.getOwnPropertyDescriptor,a={f:f&&!u.call({1:2},1)?function(t){var e=f(this,t);return!!e&&e.enumerable}:u},s=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},l={}.toString,p=function(t){return l.call(t).slice(8,-1)},v=\\"\\".split,h=i(function(){return!Object(\\"z\\").propertyIsEnumerable(0)})?function(t){return\\"String\\"==p(t)?v.call(t,\\"\\"):Object(t)}:Object,d=function(t){return h(function(t){if(null==t)throw TypeError(\\"Can't call method on \\"+t);return t}(t))},y=function(t){return\\"object\\"==typeof t?null!==t:\\"function\\"==typeof t},m=function(t,e){if(!y(t))return t;var n,r;if(e&&\\"function\\"==typeof(n=t.toString)&&!y(r=n.call(t)))return r;if(\\"function\\"==typeof(n=t.valueOf)&&!y(r=n.call(t)))return r;if(!e&&\\"function\\"==typeof(n=t.toString)&&!y(r=n.call(t)))return r;throw TypeError(\\"Can't convert object to primitive value\\")},g={}.hasOwnProperty,b=function(t,e){return g.call(t,e)},w=o.document,j=y(w)&&y(w.createElement),P=function(t){return j?w.createElement(t):{}},S=!c&&!i(function(){return 7!=Object.defineProperty(P(\\"div\\"),\\"a\\",{get:function(){return 7}}).a}),O=Object.getOwnPropertyDescriptor,E={f:c?O:function(t,e){if(t=d(t),e=m(e,!0),S)try{return O(t,e)}catch(t){}if(b(t,e))return s(!a.f.call(t,e),t[e])}},T=function(t){if(!y(t))throw TypeError(String(t)+\\" is not an object\\");return t},x=Object.defineProperty,M={f:c?x:function(t,e,n){if(T(t),e=m(e,!0),T(n),S)try{return x(t,e,n)}catch(t){}if(\\"get\\"in n||\\"set\\"in n)throw TypeError(\\"Accessors not supported\\");return\\"value\\"in n&&(t[e]=n.value),t}},k=c?function(t,e,n){return M.f(t,e,s(1,n))}:function(t,e,n){return t[e]=n,t},_=function(t,e){try{k(o,t,e)}catch(n){o[t]=e}return e},F=o[\\"__core-js_shared__\\"]||_(\\"__core-js_shared__\\",{}),I=Function.toString;\\"function\\"!=typeof F.inspectSource&&(F.inspectSource=function(t){return I.call(t)});var A,C,L,N=F.inspectSource,z=o.WeakMap,D=\\"function\\"==typeof z&&/native code/.test(N(z)),R=n(function(t){(t.exports=function(t,e){return F[t]||(F[t]=void 0!==e?e:{})})(\\"versions\\",[]).push({version:\\"3.6.1\\",mode:\\"global\\",copyright:\\"© 2019 Denis Pushkarev (zloirock.ru)\\"})}),W=0,q=Math.random(),B=function(t){return\\"Symbol(\\"+String(void 0===t?\\"\\":t)+\\")_\\"+(++W+q).toString(36)},G=R(\\"keys\\"),K={};if(D){var U=new(0,o.WeakMap),H=U.get,V=U.has,Y=U.set;A=function(t,e){return Y.call(U,t,e),e},C=function(t){return H.call(U,t)||{}},L=function(t){return V.call(U,t)}}else{var J=G.state||(G.state=B(\\"state\\"));K[J]=!0,A=function(t,e){return k(t,J,e),e},C=function(t){return b(t,J)?t[J]:{}},L=function(t){return b(t,J)}}var Q={set:A,get:C,has:L,enforce:function(t){return L(t)?C(t):A(t,{})},getterFor:function(t){return function(e){var n;if(!y(e)||(n=C(e)).type!==t)throw TypeError(\\"Incompatible receiver, \\"+t+\\" required\\");return n}}},X=n(function(t){var e=Q.get,n=Q.enforce,r=String(String).split(\\"String\\");(t.exports=function(t,e,i,c){var u=!!c&&!!c.unsafe,f=!!c&&!!c.enumerable,a=!!c&&!!c.noTargetGet;\\"function\\"==typeof i&&(\\"string\\"!=typeof e||b(i,\\"name\\")||k(i,\\"name\\",e),n(i).source=r.join(\\"string\\"==typeof e?e:\\"\\")),t!==o?(u?!a&&t[e]&&(f=!0):delete t[e],f?t[e]=i:k(t,e,i)):f?t[e]=i:_(e,i)})(Function.prototype,\\"toString\\",function(){return\\"function\\"==typeof this&&e(this).source||N(this)})}),Z=o,$=function(t){return\\"function\\"==typeof t?t:void 0},tt=function(t,e){return arguments.length<2?$(Z[t])||$(o[t]):Z[t]&&Z[t][e]||o[t]&&o[t][e]},et=Math.ceil,nt=Math.floor,rt=function(t){return isNaN(t=+t)?0:(t>0?nt:et)(t)},ot=Math.min,it=function(t){return t>0?ot(rt(t),9007199254740991):0},ct=Math.max,ut=Math.min,ft=function(t){return function(e,n,r){var o,i=d(e),c=it(i.length),u=function(t,e){var n=rt(t);return n<0?ct(n+e,0):ut(n,e)}(r,c);if(t&&n!=n){for(;c>u;)if((o=i[u++])!=o)return!0}else for(;c>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},at=(ft(!0),ft(!1)),st=[\\"constructor\\",\\"hasOwnProperty\\",\\"isPrototypeOf\\",\\"propertyIsEnumerable\\",\\"toLocaleString\\",\\"toString\\",\\"valueOf\\"].concat(\\"length\\",\\"prototype\\"),lt={f:Object.getOwnPropertyNames||function(t){return function(t,e){var n,r=d(t),o=0,i=[];for(n in r)!b(K,n)&&b(r,n)&&i.push(n);for(;e.length>o;)b(r,n=e[o++])&&(~at(i,n)||i.push(n));return i}(t,st)}},pt={f:Object.getOwnPropertySymbols},vt=tt(\\"Reflect\\",\\"ownKeys\\")||function(t){var e=lt.f(T(t)),n=pt.f;return n?e.concat(n(t)):e},ht=function(t,e){for(var n=vt(e),r=M.f,o=E.f,i=0;i<n.length;i++){var c=n[i];b(t,c)||r(t,c,o(e,c))}},dt=/#|\\\\.prototype\\\\./,yt=function(t,e){var n=gt[mt(t)];return n==wt||n!=bt&&(\\"function\\"==typeof e?i(e):!!e)},mt=yt.normalize=function(t){return String(t).replace(dt,\\".\\").toLowerCase()},gt=yt.data={},bt=yt.NATIVE=\\"N\\",wt=yt.POLYFILL=\\"P\\",jt=yt,Pt=E.f,St=function(t,e){var n,r,i,c,u,f=t.target,a=t.global,s=t.stat;if(n=a?o:s?o[f]||_(f,{}):(o[f]||{}).prototype)for(r in e){if(c=e[r],i=t.noTargetGet?(u=Pt(n,r))&&u.value:n[r],!jt(a?r:f+(s?\\".\\":\\"#\\")+r,t.forced)&&void 0!==i){if(typeof c==typeof i)continue;ht(c,i)}(t.sham||i&&i.sham)&&k(c,\\"sham\\",!0),X(n,r,c,t)}},Ot=o.Promise,Et=!!Object.getOwnPropertySymbols&&!i(function(){return!String(Symbol())}),Tt=Et&&!Symbol.sham&&\\"symbol\\"==typeof Symbol.iterator,xt=R(\\"wks\\"),Mt=o.Symbol,kt=Tt?Mt:Mt&&Mt.withoutSetter||B,_t=function(t){return b(xt,t)||(xt[t]=Et&&b(Mt,t)?Mt[t]:kt(\\"Symbol.\\"+t)),xt[t]},Ft=M.f,It=_t(\\"toStringTag\\"),At=_t(\\"species\\"),Ct=function(t){if(\\"function\\"!=typeof t)throw TypeError(String(t)+\\" is not a function\\");return t},Lt={},Nt=_t(\\"iterator\\"),zt=Array.prototype,Dt=function(t,e,n){if(Ct(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}},Rt={};Rt[_t(\\"toStringTag\\")]=\\"z\\";var Wt=\\"[object z]\\"===String(Rt),qt=_t(\\"toStringTag\\"),Bt=\\"Arguments\\"==p(function(){return arguments}()),Gt=Wt?p:function(t){var e,n,r;return void 0===t?\\"Undefined\\":null===t?\\"Null\\":\\"string\\"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),qt))?n:Bt?p(e):\\"Object\\"==(r=p(e))&&\\"function\\"==typeof e.callee?\\"Arguments\\":r},Kt=_t(\\"iterator\\"),Ut=function(t,e,n,r){try{return r?e(T(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&T(o.call(t)),e}},Ht=n(function(t){var e=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,n,r,o,i){var c,u,f,a,s,l,p,v,h=Dt(n,r,o?2:1);if(i)c=t;else{if(\\"function\\"!=typeof(u=function(t){if(null!=t)return t[Kt]||t[\\"@@iterator\\"]||Lt[Gt(t)]}(t)))throw TypeError(\\"Target is not iterable\\");if(void 0!==(v=u)&&(Lt.Array===v||zt[Nt]===v)){for(f=0,a=it(t.length);a>f;f++)if((s=o?h(T(p=t[f])[0],p[1]):h(t[f]))&&s instanceof e)return s;return new e(!1)}c=u.call(t)}for(l=c.next;!(p=l.call(c)).done;)if(\\"object\\"==typeof(s=Ut(c,h,p.value,o))&&s&&s instanceof e)return s;return new e(!1)}).stop=function(t){return new e(!0,t)}}),Vt=_t(\\"iterator\\"),Yt=!1;try{var Jt=0,Qt={next:function(){return{done:!!Jt++}},return:function(){Yt=!0}};Qt[Vt]=function(){return this},Array.from(Qt,function(){throw 2})}catch(t){}var Xt,Zt,$t,te=_t(\\"species\\"),ee=tt(\\"document\\",\\"documentElement\\"),ne=tt(\\"navigator\\",\\"userAgent\\")||\\"\\",re=/(iphone|ipod|ipad).*applewebkit/i.test(ne),oe=o.location,ie=o.setImmediate,ce=o.clearImmediate,ue=o.process,fe=o.MessageChannel,ae=o.Dispatch,se=0,le={},pe=function(t){if(le.hasOwnProperty(t)){var e=le[t];delete le[t],e()}},ve=function(t){return function(){pe(t)}},he=function(t){pe(t.data)},de=function(t){o.postMessage(t+\\"\\",oe.protocol+\\"//\\"+oe.host)};ie&&ce||(ie=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return le[++se]=function(){(\\"function\\"==typeof t?t:Function(t)).apply(void 0,e)},Xt(se),se},ce=function(t){delete le[t]},\\"process\\"==p(ue)?Xt=function(t){ue.nextTick(ve(t))}:ae&&ae.now?Xt=function(t){ae.now(ve(t))}:fe&&!re?($t=(Zt=new fe).port2,Zt.port1.onmessage=he,Xt=Dt($t.postMessage,$t,1)):!o.addEventListener||\\"function\\"!=typeof postMessage||o.importScripts||i(de)?Xt=\\"onreadystatechange\\"in P(\\"script\\")?function(t){ee.appendChild(P(\\"script\\")).onreadystatechange=function(){ee.removeChild(this),pe(t)}}:function(t){setTimeout(ve(t),0)}:(Xt=de,o.addEventListener(\\"message\\",he,!1)));var ye,me,ge,be,we,je,Pe,Se,Oe={set:ie,clear:ce},Ee=E.f,Te=Oe.set,xe=o.MutationObserver||o.WebKitMutationObserver,Me=o.process,ke=o.Promise,_e=\\"process\\"==p(Me),Fe=Ee(o,\\"queueMicrotask\\"),Ie=Fe&&Fe.value;Ie||(ye=function(){var t,e;for(_e&&(t=Me.domain)&&t.exit();me;){e=me.fn,me=me.next;try{e()}catch(t){throw me?be():ge=void 0,t}}ge=void 0,t&&t.enter()},_e?be=function(){Me.nextTick(ye)}:xe&&!re?(we=!0,je=document.createTextNode(\\"\\"),new xe(ye).observe(je,{characterData:!0}),be=function(){je.data=we=!we}):ke&&ke.resolve?(Pe=ke.resolve(void 0),Se=Pe.then,be=function(){Se.call(Pe,ye)}):be=function(){Te.call(o,ye)});var Ae,Ce,Le=Ie||function(t){var e={fn:t,next:void 0};ge&&(ge.next=e),me||(me=e,be()),ge=e},Ne=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError(\\"Bad Promise constructor\\");e=t,n=r}),this.resolve=Ct(e),this.reject=Ct(n)},ze={f:function(t){return new Ne(t)}},De=function(t,e){if(T(t),y(e)&&e.constructor===t)return e;var n=ze.f(t);return(0,n.resolve)(e),n.promise},Re=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},We=o.process,qe=We&&We.versions,Be=qe&&qe.v8;Be?Ce=(Ae=Be.split(\\".\\"))[0]+Ae[1]:ne&&(!(Ae=ne.match(/Edge\\\\/(\\\\d+)/))||Ae[1]>=74)&&(Ae=ne.match(/Chrome\\\\/(\\\\d+)/))&&(Ce=Ae[1]);var Ge,Ke,Ue,He,Ve,Ye,Je=Ce&&+Ce,Qe=Oe.set,Xe=_t(\\"species\\"),Ze=Q.get,$e=Q.set,tn=Q.getterFor(\\"Promise\\"),en=Ot,nn=o.TypeError,rn=o.document,on=o.process,cn=tt(\\"fetch\\"),un=ze.f,fn=un,an=\\"process\\"==p(on),sn=!!(rn&&rn.createEvent&&o.dispatchEvent),ln=jt(\\"Promise\\",function(){if(N(en)===String(en)){if(66===Je)return!0;if(!an&&\\"function\\"!=typeof PromiseRejectionEvent)return!0}if(Je>=51&&/native code/.test(en))return!1;var t=en.resolve(1),e=function(t){t(function(){},function(){})};return(t.constructor={})[Xe]=e,!(t.then(function(){})instanceof e)}),pn=ln||!function(t,e){if(!Yt)return!1;var n=!1;try{var r={};r[Vt]=function(){return{next:function(){return{done:n=!0}}}},en.all(r).catch(function(){})}catch(t){}return n}(),vn=function(t){var e;return!(!y(t)||\\"function\\"!=typeof(e=t.then))&&e},hn=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;Le(function(){for(var o=e.value,i=1==e.state,c=0;r.length>c;){var u,f,a,s=r[c++],l=i?s.ok:s.fail,p=s.resolve,v=s.reject,h=s.domain;try{l?(i||(2===e.rejection&&gn(t,e),e.rejection=1),!0===l?u=o:(h&&h.enter(),u=l(o),h&&(h.exit(),a=!0)),u===s.promise?v(nn(\\"Promise-chain cycle\\")):(f=vn(u))?f.call(u,p,v):p(u)):v(o)}catch(t){h&&!a&&h.exit(),v(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&yn(t,e)})}},dn=function(t,e,n){var r,i;sn?((r=rn.createEvent(\\"Event\\")).promise=e,r.reason=n,r.initEvent(t,!1,!0),o.dispatchEvent(r)):r={promise:e,reason:n},(i=o[\\"on\\"+t])?i(r):\\"unhandledrejection\\"===t&&function(t,e){var n=o.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}(\\"Unhandled promise rejection\\",n)},yn=function(t,e){Qe.call(o,function(){var n,r=e.value;if(mn(e)&&(n=Re(function(){an?on.emit(\\"unhandledRejection\\",r,t):dn(\\"unhandledrejection\\",t,r)}),e.rejection=an||mn(e)?2:1,n.error))throw n.value})},mn=function(t){return 1!==t.rejection&&!t.parent},gn=function(t,e){Qe.call(o,function(){an?on.emit(\\"rejectionHandled\\",t):dn(\\"rejectionhandled\\",t,e.value)})},bn=function(t,e,n,r){return function(o){t(e,n,o,r)}},wn=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,hn(t,e,!0))},jn=function t(e,n,r,o){if(!n.done){n.done=!0,o&&(n=o);try{if(e===r)throw nn(\\"Promise can't be resolved itself\\");var i=vn(r);i?Le(function(){var o={done:!1};try{i.call(r,bn(t,e,o,n),bn(wn,e,o,n))}catch(t){wn(e,o,t,n)}}):(n.value=r,n.state=1,hn(e,n,!1))}catch(t){wn(e,{done:!1},t,n)}}};ln&&(en=function(t){!function(t,e,n){if(!(t instanceof e))throw TypeError(\\"Incorrect Promise invocation\\")}(this,en),Ct(t),Ge.call(this);var e=Ze(this);try{t(bn(jn,this,e),bn(wn,this,e))}catch(t){wn(this,e,t)}},(Ge=function(t){$e(this,{type:\\"Promise\\",done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(t,e,n){for(var r in e)X(t,r,e[r],void 0);return t}(en.prototype,{then:function(t,e){var n,r,o,i=tn(this),c=un((n=en,void 0===(o=T(this).constructor)||null==(r=T(o)[te])?n:Ct(r)));return c.ok=\\"function\\"!=typeof t||t,c.fail=\\"function\\"==typeof e&&e,c.domain=an?on.domain:void 0,i.parent=!0,i.reactions.push(c),0!=i.state&&hn(this,i,!1),c.promise},catch:function(t){return this.then(void 0,t)}}),Ke=function(){var t=new Ge,e=Ze(t);this.promise=t,this.resolve=bn(jn,t,e),this.reject=bn(wn,t,e)},ze.f=un=function(t){return t===en||t===Ue?new Ke(t):fn(t)},\\"function\\"==typeof Ot&&(He=Ot.prototype.then,X(Ot.prototype,\\"then\\",function(t,e){var n=this;return new en(function(t,e){He.call(n,t,e)}).then(t,e)},{unsafe:!0}),\\"function\\"==typeof cn&&St({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return De(en,cn.apply(o,arguments))}}))),St({global:!0,wrap:!0,forced:ln},{Promise:en}),(Ve=en)&&!b(Ve=Ve.prototype,It)&&Ft(Ve,It,{configurable:!0,value:\\"Promise\\"}),Ye=tt(\\"Promise\\"),c&&Ye&&!Ye[At]&&(0,M.f)(Ye,At,{configurable:!0,get:function(){return this}}),Ue=tt(\\"Promise\\"),St({target:\\"Promise\\",stat:!0,forced:ln},{reject:function(t){var e=un(this);return e.reject.call(void 0,t),e.promise}}),St({target:\\"Promise\\",stat:!0,forced:ln},{resolve:function(t){return De(this,t)}}),St({target:\\"Promise\\",stat:!0,forced:pn},{all:function(t){var e=this,n=un(e),r=n.resolve,o=n.reject,i=Re(function(){var n=Ct(e.resolve),i=[],c=0,u=1;Ht(t,function(t){var f=c++,a=!1;i.push(void 0),u++,n.call(e,t).then(function(t){a||(a=!0,i[f]=t,--u||r(i))},o)}),--u||r(i)});return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=un(e),r=n.reject,o=Re(function(){var o=Ct(e.resolve);Ht(t,function(t){o.call(e,t).then(n.resolve,r)})});return o.error&&r(o.value),n.promise}}),t.MyClass=class{constructor(){!function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,\\"myFields\\",[\\"foo\\",\\"bar\\"])}foo(){try{return Promise.resolve(this.myFields.find(t=>\\"bar\\"===t))}catch(t){return Promise.reject(t)}}}});
|
||
//# sourceMappingURL=custom-babelrc.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
custom-source
|
||
dist
|
||
custom-source.esm.js
|
||
custom-source.esm.js.map
|
||
custom-source.js
|
||
custom-source.js.map
|
||
custom-source.umd.js
|
||
custom-source.umd.js.map
|
||
package.json
|
||
src
|
||
custom-source.js
|
||
two.js
|
||
|
||
|
||
Build \\"customSource\\" to dist:
|
||
229 B: custom-source.js.gz
|
||
174 B: custom-source.js.br
|
||
230 B: custom-source.esm.js.gz
|
||
177 B: custom-source.esm.js.br
|
||
316 B: custom-source.umd.js.gz
|
||
247 B: custom-source.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build custom-source with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=custom-source.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=custom-source.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).customSource=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=custom-source.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source-with-cwd with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
custom-source
|
||
dist
|
||
custom-src.esm.js
|
||
custom-src.esm.js.map
|
||
custom-src.js
|
||
custom-src.js.map
|
||
custom-src.umd.js
|
||
custom-src.umd.js.map
|
||
package.json
|
||
src
|
||
custom-source.js
|
||
two.js
|
||
|
||
|
||
Build \\"customSrc\\" to dist:
|
||
229 B: custom-src.js.gz
|
||
174 B: custom-src.js.br
|
||
230 B: custom-src.esm.js.gz
|
||
177 B: custom-src.esm.js.br
|
||
314 B: custom-src.umd.js.gz
|
||
247 B: custom-src.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source-with-cwd with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build custom-source-with-cwd with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=custom-src.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source-with-cwd with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=custom-src.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build custom-source-with-cwd with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).customSrc=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=custom-src.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build default-named with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
default-named
|
||
dist
|
||
default-named.esm.js
|
||
default-named.esm.js.map
|
||
default-named.js
|
||
default-named.js.map
|
||
default-named.umd.js
|
||
default-named.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"defaultNamed\\" to dist:
|
||
60 B: default-named.js.gz
|
||
46 B: default-named.js.br
|
||
70 B: default-named.esm.js.gz
|
||
58 B: default-named.esm.js.br
|
||
170 B: default-named.umd.js.gz
|
||
124 B: default-named.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build default-named with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build default-named with microbundle 3`] = `
|
||
"var t=42;export default function(){}export{t as foo};
|
||
//# sourceMappingURL=default-named.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build default-named with microbundle 4`] = `
|
||
"exports.default=function(){},exports.foo=42;
|
||
//# sourceMappingURL=default-named.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build default-named with microbundle 5`] = `
|
||
"!function(e,f){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?f(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],f):f((e=e||self).defaultNamed={})}(this,function(e){e.default=function(){},e.foo=42});
|
||
//# sourceMappingURL=default-named.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build define with microbundle 1`] = `
|
||
"Used script: microbundle --no-sourcemap --define DEBUG=false
|
||
|
||
Directory tree:
|
||
|
||
define
|
||
dist
|
||
define.esm.js
|
||
define.js
|
||
define.umd.js
|
||
index.js
|
||
package.json
|
||
|
||
|
||
Build \\"define\\" to dist:
|
||
55 B: define.js.gz
|
||
37 B: define.js.br
|
||
55 B: define.esm.js.gz
|
||
37 B: define.esm.js.br
|
||
108 B: define.umd.js.gz
|
||
78 B: define.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build define with microbundle 2`] = `3`;
|
||
|
||
exports[`fixtures build define with microbundle 3`] = `
|
||
"console.log(\\"production mode\\",!1);
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build define with microbundle 4`] = `
|
||
"console.log(\\"production mode\\",!1);
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build define with microbundle 5`] = `
|
||
"!function(n){\\"function\\"==typeof define&&define.amd?define(n):n()}(function(){console.log(\\"production mode\\",!1)});
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 1`] = `
|
||
"Used script: microbundle --raw
|
||
|
||
Directory tree:
|
||
|
||
esnext-ts
|
||
dist
|
||
esnext-ts.esm.js
|
||
esnext-ts.esm.js.map
|
||
esnext-ts.js
|
||
esnext-ts.js.map
|
||
esnext-ts.umd.js
|
||
esnext-ts.umd.js.map
|
||
index.d.ts
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"esnextTs\\" to dist:
|
||
1012 B: esnext-ts.js.gz
|
||
913 B: esnext-ts.js.br
|
||
1013 B: esnext-ts.esm.js.gz
|
||
913 B: esnext-ts.esm.js.br
|
||
1072 B: esnext-ts.umd.js.gz
|
||
975 B: esnext-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 3`] = `
|
||
"var n=function(){function n(){}return n.prototype.then=function(r,e){var o=new n,i=this.s;if(i){var u=1&i?r:e;if(u){try{t(o,1,u(this.v))}catch(n){t(o,2,n)}return o}return this}return this.o=function(n){try{var i=n.v;1&n.s?t(o,1,r?r(i):i):e?t(o,1,e(i)):t(o,2,i)}catch(n){t(o,2,n)}},o},n}();function t(r,e,o){if(!r.s){if(o instanceof n){if(!o.s)return void(o.o=t.bind(null,r,e));1&e&&(e=o.s),o=o.v}if(o&&o.then)return void o.then(t.bind(null,r,e),t.bind(null,r,2));r.s=e,r.v=o;var i=r.o;i&&i(r)}}function r(t){return t instanceof n&&1&t.s}function e(n,t){try{var r=n()}catch(n){return t(!0,n)}return r&&r.then?r.then(t.bind(null,!1),t.bind(null,!0)):t(!1,r)}\\"undefined\\"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol(\\"Symbol.iterator\\"))),\\"undefined\\"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol(\\"Symbol.asyncIterator\\")));var o=function(){try{var o,i,u,f,h=[],c=!0,a=!1,l=e(function(){return function(e,f){try{var a=function(){o=function(n){var t;if(\\"undefined\\"!=typeof Symbol){if(Symbol.asyncIterator&&null!=(t=n[Symbol.asyncIterator]))return t.call(n);if(Symbol.iterator&&null!=(t=n[Symbol.iterator]))return t.call(n)}throw new TypeError(\\"Object is not async iterable\\")}([1,2]);var e=function(e,o,i){for(var u;;){var f=e();if(r(f)&&(f=f.v),!f)return h;if(f.then){u=0;break}var h=i();if(h&&h.then){if(!r(h)){u=1;break}h=h.s}if(o){var c=o();if(c&&c.then&&!r(c)){u=2;break}}}var a=new n,l=t.bind(null,a,2);return(0===u?f.then(s):1===u?h.then(v):c.then(y)).then(void 0,l),a;function v(n){h=n;do{if(o&&(c=o())&&c.then&&!r(c))return void c.then(y).then(void 0,l);if(!(f=e())||r(f)&&!f.v)return void t(a,1,h);if(f.then)return void f.then(s).then(void 0,l);r(h=i())&&(h=h.v)}while(!h||!h.then);h.then(v).then(void 0,l)}function s(n){n?(h=i())&&h.then?h.then(v).then(void 0,l):v(h):t(a,1,h)}function y(){(f=e())?f.then?f.then(s).then(void 0,l):s(f):t(a,1,h)}}(function(){return!!Promise.resolve(o.next()).then(function(n){return c=i.done,i=n,Promise.resolve(i.value).then(function(n){return u=n,!c})})},function(){return!!(c=!0)},function(){h.push(u)});if(e&&e.then)return e.then(function(){})}()}catch(n){return f(n)}return a&&a.then?a.then(void 0,f):a}(0,function(n){a=!0,f=n})},function(n,t){function r(r){if(n)throw t;return t}var i=e(function(){var n=function(){if(!c&&null!=o.return)return Promise.resolve(o.return()).then(function(){})}();if(n&&n.then)return n.then(function(){})},function(n,t){if(a)throw f;if(n)throw t;return t});return i&&i.then?i.then(r):r()});return Promise.resolve(l&&l.then?l.then(function(n){return h}):h)}catch(n){return Promise.reject(n)}};o().then(console.log);export default o;
|
||
//# sourceMappingURL=esnext-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 4`] = `
|
||
"var n=function(){function n(){}return n.prototype.then=function(r,e){var o=new n,i=this.s;if(i){var u=1&i?r:e;if(u){try{t(o,1,u(this.v))}catch(n){t(o,2,n)}return o}return this}return this.o=function(n){try{var i=n.v;1&n.s?t(o,1,r?r(i):i):e?t(o,1,e(i)):t(o,2,i)}catch(n){t(o,2,n)}},o},n}();function t(r,e,o){if(!r.s){if(o instanceof n){if(!o.s)return void(o.o=t.bind(null,r,e));1&e&&(e=o.s),o=o.v}if(o&&o.then)return void o.then(t.bind(null,r,e),t.bind(null,r,2));r.s=e,r.v=o;var i=r.o;i&&i(r)}}function r(t){return t instanceof n&&1&t.s}function e(n,t){try{var r=n()}catch(n){return t(!0,n)}return r&&r.then?r.then(t.bind(null,!1),t.bind(null,!0)):t(!1,r)}\\"undefined\\"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol(\\"Symbol.iterator\\"))),\\"undefined\\"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol(\\"Symbol.asyncIterator\\")));var o=function(){try{var o,i,u,f,h=[],c=!0,a=!1,l=e(function(){return function(e,f){try{var a=function(){o=function(n){var t;if(\\"undefined\\"!=typeof Symbol){if(Symbol.asyncIterator&&null!=(t=n[Symbol.asyncIterator]))return t.call(n);if(Symbol.iterator&&null!=(t=n[Symbol.iterator]))return t.call(n)}throw new TypeError(\\"Object is not async iterable\\")}([1,2]);var e=function(e,o,i){for(var u;;){var f=e();if(r(f)&&(f=f.v),!f)return h;if(f.then){u=0;break}var h=i();if(h&&h.then){if(!r(h)){u=1;break}h=h.s}if(o){var c=o();if(c&&c.then&&!r(c)){u=2;break}}}var a=new n,l=t.bind(null,a,2);return(0===u?f.then(s):1===u?h.then(v):c.then(y)).then(void 0,l),a;function v(n){h=n;do{if(o&&(c=o())&&c.then&&!r(c))return void c.then(y).then(void 0,l);if(!(f=e())||r(f)&&!f.v)return void t(a,1,h);if(f.then)return void f.then(s).then(void 0,l);r(h=i())&&(h=h.v)}while(!h||!h.then);h.then(v).then(void 0,l)}function s(n){n?(h=i())&&h.then?h.then(v).then(void 0,l):v(h):t(a,1,h)}function y(){(f=e())?f.then?f.then(s).then(void 0,l):s(f):t(a,1,h)}}(function(){return!!Promise.resolve(o.next()).then(function(n){return c=i.done,i=n,Promise.resolve(i.value).then(function(n){return u=n,!c})})},function(){return!!(c=!0)},function(){h.push(u)});if(e&&e.then)return e.then(function(){})}()}catch(n){return f(n)}return a&&a.then?a.then(void 0,f):a}(0,function(n){a=!0,f=n})},function(n,t){function r(r){if(n)throw t;return t}var i=e(function(){var n=function(){if(!c&&null!=o.return)return Promise.resolve(o.return()).then(function(){})}();if(n&&n.then)return n.then(function(){})},function(n,t){if(a)throw f;if(n)throw t;return t});return i&&i.then?i.then(r):r()});return Promise.resolve(l&&l.then?l.then(function(n){return h}):h)}catch(n){return Promise.reject(n)}};o().then(console.log),module.exports=o;
|
||
//# sourceMappingURL=esnext-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 5`] = `
|
||
"!function(n,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=t():\\"function\\"==typeof define&&define.amd?define(t):(n=n||self).esnextTs=t()}(this,function(){var n=function(){function n(){}return n.prototype.then=function(e,r){var o=new n,i=this.s;if(i){var u=1&i?e:r;if(u){try{t(o,1,u(this.v))}catch(n){t(o,2,n)}return o}return this}return this.o=function(n){try{var i=n.v;1&n.s?t(o,1,e?e(i):i):r?t(o,1,r(i)):t(o,2,i)}catch(n){t(o,2,n)}},o},n}();function t(e,r,o){if(!e.s){if(o instanceof n){if(!o.s)return void(o.o=t.bind(null,e,r));1&r&&(r=o.s),o=o.v}if(o&&o.then)return void o.then(t.bind(null,e,r),t.bind(null,e,2));e.s=r,e.v=o;var i=e.o;i&&i(e)}}function e(t){return t instanceof n&&1&t.s}function r(n,t){try{var e=n()}catch(n){return t(!0,n)}return e&&e.then?e.then(t.bind(null,!1),t.bind(null,!0)):t(!1,e)}\\"undefined\\"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol(\\"Symbol.iterator\\"))),\\"undefined\\"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol(\\"Symbol.asyncIterator\\")));var o=function(){try{var o,i,u,f,c=[],h=!0,a=!1,l=r(function(){return function(r,f){try{var a=function(){o=function(n){var t;if(\\"undefined\\"!=typeof Symbol){if(Symbol.asyncIterator&&null!=(t=n[Symbol.asyncIterator]))return t.call(n);if(Symbol.iterator&&null!=(t=n[Symbol.iterator]))return t.call(n)}throw new TypeError(\\"Object is not async iterable\\")}([1,2]);var r=function(r,o,i){for(var u;;){var f=r();if(e(f)&&(f=f.v),!f)return c;if(f.then){u=0;break}var c=i();if(c&&c.then){if(!e(c)){u=1;break}c=c.s}if(o){var h=o();if(h&&h.then&&!e(h)){u=2;break}}}var a=new n,l=t.bind(null,a,2);return(0===u?f.then(s):1===u?c.then(v):h.then(d)).then(void 0,l),a;function v(n){c=n;do{if(o&&(h=o())&&h.then&&!e(h))return void h.then(d).then(void 0,l);if(!(f=r())||e(f)&&!f.v)return void t(a,1,c);if(f.then)return void f.then(s).then(void 0,l);e(c=i())&&(c=c.v)}while(!c||!c.then);c.then(v).then(void 0,l)}function s(n){n?(c=i())&&c.then?c.then(v).then(void 0,l):v(c):t(a,1,c)}function d(){(f=r())?f.then?f.then(s).then(void 0,l):s(f):t(a,1,c)}}(function(){return!!Promise.resolve(o.next()).then(function(n){return h=i.done,i=n,Promise.resolve(i.value).then(function(n){return u=n,!h})})},function(){return!!(h=!0)},function(){c.push(u)});if(r&&r.then)return r.then(function(){})}()}catch(n){return f(n)}return a&&a.then?a.then(void 0,f):a}(0,function(n){a=!0,f=n})},function(n,t){function e(e){if(n)throw t;return t}var i=r(function(){var n=function(){if(!h&&null!=o.return)return Promise.resolve(o.return()).then(function(){})}();if(n&&n.then)return n.then(function(){})},function(n,t){if(a)throw f;if(n)throw t;return t});return i&&i.then?i.then(e):e()});return Promise.resolve(l&&l.then?l.then(function(n){return c}):c)}catch(n){return Promise.reject(n)}};return o().then(console.log),o});
|
||
//# sourceMappingURL=esnext-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build esnext-ts with microbundle 6`] = `
|
||
"export default function foo(): Promise<any[]>;
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build jsx with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
jsx
|
||
dist
|
||
jsx.esm.js
|
||
jsx.esm.js.map
|
||
jsx.js
|
||
jsx.js.map
|
||
jsx.umd.js
|
||
jsx.umd.js.map
|
||
index.js
|
||
package.json
|
||
|
||
|
||
Build \\"jsx\\" to dist:
|
||
262 B: jsx.js.gz
|
||
209 B: jsx.js.br
|
||
263 B: jsx.esm.js.gz
|
||
212 B: jsx.esm.js.br
|
||
335 B: jsx.umd.js.gz
|
||
278 B: jsx.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build jsx with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build jsx with microbundle 3`] = `
|
||
"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},e=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}();export default e;
|
||
//# sourceMappingURL=jsx.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build jsx with microbundle 4`] = `
|
||
"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}();
|
||
//# sourceMappingURL=jsx.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build jsx with microbundle 5`] = `
|
||
"!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}()});
|
||
//# sourceMappingURL=jsx.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build macro with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
macro
|
||
dist
|
||
macro-lib.esm.js
|
||
macro-lib.esm.js.map
|
||
macro-lib.js
|
||
macro-lib.js.map
|
||
macro-lib.umd.js
|
||
macro-lib.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
macro.js
|
||
|
||
|
||
Build \\"macroLib\\" to dist:
|
||
49 B: macro-lib.js.gz
|
||
33 B: macro-lib.js.br
|
||
48 B: macro-lib.esm.js.gz
|
||
32 B: macro-lib.esm.js.br
|
||
157 B: macro-lib.umd.js.gz
|
||
125 B: macro-lib.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build macro with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build macro with microbundle 3`] = `
|
||
"export default\\"name-macro\\";
|
||
//# sourceMappingURL=macro-lib.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build macro with microbundle 4`] = `
|
||
"module.exports=\\"name-macro\\";
|
||
//# sourceMappingURL=macro-lib.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build macro with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=\\"name-macro\\":\\"function\\"==typeof define&&define.amd?define(function(){return\\"name-macro\\"}):(e=e||self).macroLib=\\"name-macro\\"}(this);
|
||
//# sourceMappingURL=macro-lib.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build mangle-json-file with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
mangle-json-file
|
||
dist
|
||
mangle-json-file.esm.js
|
||
mangle-json-file.esm.js.map
|
||
mangle-json-file.js
|
||
mangle-json-file.js.map
|
||
mangle-json-file.umd.js
|
||
mangle-json-file.umd.js.map
|
||
mangle.json
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"mangleJsonFile\\" to dist:
|
||
103 B: mangle-json-file.js.gz
|
||
89 B: mangle-json-file.js.br
|
||
103 B: mangle-json-file.esm.js.gz
|
||
95 B: mangle-json-file.esm.js.br
|
||
198 B: mangle-json-file.umd.js.gz
|
||
164 B: mangle-json-file.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build mangle-json-file with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build mangle-json-file with microbundle 3`] = `
|
||
"var o={prop1:1,__p2:2};export default function(){return console.log(o.prop1),console.log(o.__p2),o}
|
||
//# sourceMappingURL=mangle-json-file.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build mangle-json-file with microbundle 4`] = `
|
||
"var o={prop1:1,__p2:2};module.exports=function(){return console.log(o.prop1),console.log(o.__p2),o};
|
||
//# sourceMappingURL=mangle-json-file.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build mangle-json-file with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).mangleJsonFile=n()}(this,function(){var e={prop1:1,__p2:2};return function(){return console.log(e.prop1),console.log(e.__p2),e}});
|
||
//# sourceMappingURL=mangle-json-file.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-config with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
minify-config
|
||
dist
|
||
minify-config.esm.js
|
||
minify-config.esm.js.map
|
||
minify-config.js
|
||
minify-config.js.map
|
||
minify-config.umd.js
|
||
minify-config.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"minifyConfig\\" to dist:
|
||
99 B: minify-config.js.gz
|
||
85 B: minify-config.js.br
|
||
99 B: minify-config.esm.js.gz
|
||
88 B: minify-config.esm.js.br
|
||
190 B: minify-config.umd.js.gz
|
||
144 B: minify-config.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build minify-config with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build minify-config with microbundle 3`] = `
|
||
"var o={prop1:1,o:2};export default function(){return console.log(o.prop1),console.log(o.o),o}
|
||
//# sourceMappingURL=minify-config.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-config with microbundle 4`] = `
|
||
"var o={prop1:1,o:2};module.exports=function(){return console.log(o.prop1),console.log(o.o),o};
|
||
//# sourceMappingURL=minify-config.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-config with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).minifyConfig=n()}(this,function(){var e={prop1:1,o:2};return function(){return console.log(e.prop1),console.log(e.o),e}});
|
||
//# sourceMappingURL=minify-config.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-config with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
minify-path-config
|
||
dist
|
||
minify-path-config.esm.js
|
||
minify-path-config.esm.js.map
|
||
minify-path-config.js
|
||
minify-path-config.js.map
|
||
minify-path-config.umd.js
|
||
minify-path-config.umd.js.map
|
||
minify.json
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"minifyPathConfig\\" to dist:
|
||
103 B: minify-path-config.js.gz
|
||
89 B: minify-path-config.js.br
|
||
103 B: minify-path-config.esm.js.gz
|
||
95 B: minify-path-config.esm.js.br
|
||
200 B: minify-path-config.umd.js.gz
|
||
155 B: minify-path-config.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-config with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build minify-path-config with microbundle 3`] = `
|
||
"var o={prop1:1,__p2:2};export default function(){return console.log(o.prop1),console.log(o.__p2),o}
|
||
//# sourceMappingURL=minify-path-config.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-config with microbundle 4`] = `
|
||
"var o={prop1:1,__p2:2};module.exports=function(){return console.log(o.prop1),console.log(o.__p2),o};
|
||
//# sourceMappingURL=minify-path-config.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-config with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).minifyPathConfig=n()}(this,function(){var e={prop1:1,__p2:2};return function(){return console.log(e.prop1),console.log(e.__p2),e}});
|
||
//# sourceMappingURL=minify-path-config.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-parent-dir-with-cwd with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
minify-path-parent-dir
|
||
dist
|
||
minify-path-parent-dir.esm.js
|
||
minify-path-parent-dir.esm.js.map
|
||
minify-path-parent-dir.js
|
||
minify-path-parent-dir.js.map
|
||
minify-path-parent-dir.umd.js
|
||
minify-path-parent-dir.umd.js.map
|
||
index.js
|
||
package.json
|
||
two.js
|
||
|
||
|
||
Build \\"minifyPathParentDir\\" to dist:
|
||
103 B: minify-path-parent-dir.js.gz
|
||
89 B: minify-path-parent-dir.js.br
|
||
103 B: minify-path-parent-dir.esm.js.gz
|
||
95 B: minify-path-parent-dir.esm.js.br
|
||
202 B: minify-path-parent-dir.umd.js.gz
|
||
169 B: minify-path-parent-dir.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-parent-dir-with-cwd with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build minify-path-parent-dir-with-cwd with microbundle 3`] = `
|
||
"var o={prop1:1,__p2:2};export default function(){return console.log(o.prop1),console.log(o.__p2),o}
|
||
//# sourceMappingURL=minify-path-parent-dir.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-parent-dir-with-cwd with microbundle 4`] = `
|
||
"var o={prop1:1,__p2:2};module.exports=function(){return console.log(o.prop1),console.log(o.__p2),o};
|
||
//# sourceMappingURL=minify-path-parent-dir.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build minify-path-parent-dir-with-cwd with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=n():\\"function\\"==typeof define&&define.amd?define(n):(e=e||self).minifyPathParentDir=n()}(this,function(){var e={prop1:1,__p2:2};return function(){return console.log(e.prop1),console.log(e.__p2),e}});
|
||
//# sourceMappingURL=minify-path-parent-dir.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build modern with microbundle 1`] = `
|
||
"Used script: microbundle -f modern
|
||
|
||
Directory tree:
|
||
|
||
modern
|
||
dist
|
||
modern-lib.modern.js
|
||
modern-lib.modern.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"modernLib\\" to dist:
|
||
159 B: modern-lib.modern.js.gz
|
||
114 B: modern-lib.modern.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build modern with microbundle 2`] = `2`;
|
||
|
||
exports[`fixtures build modern with microbundle 3`] = `
|
||
"async function n(){for(var n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];return r.reduce((n,r)=>n+r,0)}export default async function(){return[await n(...arguments),await n(...arguments)]}
|
||
//# sourceMappingURL=modern-lib.modern.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-amd with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
name-custom-amd
|
||
dist
|
||
name-custom-amd.esm.js
|
||
name-custom-amd.esm.js.map
|
||
name-custom-amd.js
|
||
name-custom-amd.js.map
|
||
name-custom-amd.umd.js
|
||
name-custom-amd.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"customNameAmd\\" to dist:
|
||
229 B: name-custom-amd.js.gz
|
||
174 B: name-custom-amd.js.br
|
||
230 B: name-custom-amd.esm.js.gz
|
||
177 B: name-custom-amd.esm.js.br
|
||
317 B: name-custom-amd.umd.js.gz
|
||
253 B: name-custom-amd.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-amd with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build name-custom-amd with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=name-custom-amd.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-amd with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=name-custom-amd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-amd with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).customNameAmd=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=name-custom-amd.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-cli with microbundle 1`] = `
|
||
"Used script: microbundle --name nameCustomCli
|
||
|
||
Directory tree:
|
||
|
||
name-custom-cli
|
||
dist
|
||
name-custom.esm.js
|
||
name-custom.esm.js.map
|
||
name-custom.js
|
||
name-custom.js.map
|
||
name-custom.umd.js
|
||
name-custom.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"nameCustomCli\\" to dist:
|
||
229 B: name-custom.js.gz
|
||
174 B: name-custom.js.br
|
||
230 B: name-custom.esm.js.gz
|
||
177 B: name-custom.esm.js.br
|
||
316 B: name-custom.umd.js.gz
|
||
255 B: name-custom.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-cli with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build name-custom-cli with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=name-custom.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-cli with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=name-custom.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build name-custom-cli with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).nameCustomCli=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=name-custom.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
no-pkg
|
||
dist
|
||
no-pkg.esm.js
|
||
no-pkg.esm.js.map
|
||
no-pkg.js
|
||
no-pkg.js.map
|
||
no-pkg.umd.js
|
||
no-pkg.umd.js.map
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"noPkg\\" to dist:
|
||
229 B: no-pkg.js.gz
|
||
174 B: no-pkg.js.br
|
||
230 B: no-pkg.esm.js.gz
|
||
177 B: no-pkg.esm.js.br
|
||
310 B: no-pkg.umd.js.gz
|
||
248 B: no-pkg.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build no-pkg with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=no-pkg.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=no-pkg.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).noPkg=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=no-pkg.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg-name with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
no-pkg-name
|
||
dist
|
||
no-pkg-name.esm.js
|
||
no-pkg-name.esm.js.map
|
||
no-pkg-name.js
|
||
no-pkg-name.js.map
|
||
no-pkg-name.umd.js
|
||
no-pkg-name.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
two.js
|
||
|
||
|
||
Build \\"noPkgName\\" to dist:
|
||
229 B: no-pkg-name.js.gz
|
||
174 B: no-pkg-name.js.br
|
||
230 B: no-pkg-name.esm.js.gz
|
||
177 B: no-pkg-name.esm.js.br
|
||
314 B: no-pkg-name.umd.js.gz
|
||
246 B: no-pkg-name.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg-name with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build no-pkg-name with microbundle 3`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};export default function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];try{return Promise.resolve(r.apply(void 0,t)).then(function(e){return Promise.resolve(r.apply(void 0,t)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}}
|
||
//# sourceMappingURL=no-pkg-name.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg-name with microbundle 4`] = `
|
||
"var r=function(){try{for(var r=arguments.length,e=new Array(r),n=0;n<r;n++)e[n]=arguments[n];return Promise.resolve(e.reduce(function(r,e){return r+e},0))}catch(r){return Promise.reject(r)}};module.exports=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];try{return Promise.resolve(r.apply(void 0,n)).then(function(e){return Promise.resolve(r.apply(void 0,n)).then(function(r){return[e,r]})})}catch(r){return Promise.reject(r)}};
|
||
//# sourceMappingURL=no-pkg-name.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build no-pkg-name with microbundle 5`] = `
|
||
"!function(e,r){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=r():\\"function\\"==typeof define&&define.amd?define(r):(e=e||self).noPkgName=r()}(this,function(){var e=function(){try{for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Promise.resolve(r.reduce(function(e,r){return e+r},0))}catch(e){return Promise.reject(e)}};return function(){for(var r=arguments.length,n=new Array(r),t=0;t<r;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(void 0,n)).then(function(r){return Promise.resolve(e.apply(void 0,n)).then(function(e){return[r,e]})})}catch(e){return Promise.reject(e)}}});
|
||
//# sourceMappingURL=no-pkg-name.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
optional-chaining-ts
|
||
dist
|
||
index.d.ts
|
||
optional-chaining-ts.esm.js
|
||
optional-chaining-ts.esm.js.map
|
||
optional-chaining-ts.js
|
||
optional-chaining-ts.js.map
|
||
optional-chaining-ts.umd.js
|
||
optional-chaining-ts.umd.js.map
|
||
node_modules
|
||
package.json
|
||
src
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"optionalChainingTs\\" to dist:
|
||
104 B: optional-chaining-ts.js.gz
|
||
77 B: optional-chaining-ts.js.br
|
||
108 B: optional-chaining-ts.esm.js.gz
|
||
92 B: optional-chaining-ts.esm.js.br
|
||
207 B: optional-chaining-ts.umd.js.gz
|
||
166 B: optional-chaining-ts.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 2`] = `7`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 3`] = `
|
||
"export declare function chain(test: {
|
||
maybeVar?: {
|
||
thing: string;
|
||
};
|
||
}): string | undefined;
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 4`] = `
|
||
"function n(n){var r;return null===(r=n.maybeVar)||void 0===r?void 0:r.thing}export{n as chain};
|
||
//# sourceMappingURL=optional-chaining-ts.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 5`] = `
|
||
"exports.chain=function(n){var i;return null===(i=n.maybeVar)||void 0===i?void 0:i.thing};
|
||
//# sourceMappingURL=optional-chaining-ts.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build optional-chaining-ts with microbundle 6`] = `
|
||
"!function(n,e){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?e(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],e):e((n=n||self).optionalChainingTs={})}(this,function(n){n.chain=function(n){var e;return null===(e=n.maybeVar)||void 0===e?void 0:e.thing}});
|
||
//# sourceMappingURL=optional-chaining-ts.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pretty with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
pretty
|
||
dist
|
||
pretty.esm.js
|
||
pretty.esm.js.map
|
||
pretty.js
|
||
pretty.js.map
|
||
pretty.umd.js
|
||
pretty.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"pretty\\" to dist:
|
||
6.33 kB: pretty.js.gz
|
||
5.19 kB: pretty.js.br
|
||
6.34 kB: pretty.esm.js.gz
|
||
5.21 kB: pretty.esm.js.br
|
||
6.47 kB: pretty.umd.js.gz
|
||
5.36 kB: pretty.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build pretty with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build pretty with microbundle 3`] = `
|
||
"var n=\\"\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces.\\\\n\\\\nTrees grow in all kinds of ways. They're not all perfectly straight. Not every limb is perfect. Now let's put some happy\\\\nlittle clouds in here. We have no limits to our world. We're only limited by our imagination. The first step to doing\\\\nanything is to believe you can do it. See it finished in your mind before you ever start. Even trees need a friend. We\\\\nall need friends. And that's when it becomes fun - you don't have to spend your time thinking about what's happening -\\\\nyou just let it happen.\\\\n\\\\nरिती संपादक बेंगलूर अन्तरराष्ट्रीयकरन शीघ्र भाषा चिदंश उद्योग विस्तरणक्षमता चिदंश एकएस तरहथा। प्रोत्साहित उपेक्ष बिन्दुओ\\\\nध्येय देने गुजरना ऎसाजीस निर्माण नवंबर लिए। एसेएवं उपलब्धता मुश्किले डाले। बहतर सहायता माध्यम भाषाओ समूह\\\\n\\\\n井待品亡写回横提和指生志考結。重特天県偏切運録広詳三人転者数代歳。秀天戦機広八型希金生作事国第。年米教止証車断級弘報安楽\\\\n銀必約現獲料切。点額講問課覧傷邸出送跡出懲。編米人験由社迷入解公著片法記択昇必崎掲清。摩出元自越食多県実間旅売主注理併間\\\\n話策。小政退時年福米越給新家入解美露方堀港朝。俊間髪物縦該高報見甲購形州日事。\\\\n\\\\n🌸🍂🌃🐧🍘🏧🍮 🌶👢🔗🐥🔼🎮 🐤🍲📆👧🎼🐒 💑🍖📴🐠🍼 🎱🔮🍦💳👹 💫🏮📅🍑📭🎎 🏭💿🏫🔢👚💩 👇🌄🌗🔵💦 🔺🔡🌍🐗🏀📫\\\\n📻🍵🐰🔜🕧 🌴🌞🕙🎨🎾🔊🏰 🎑🌆🔁🌂 🕐📣📉🌴🕠📢 🎀📖🎋🔱📒💰 🍅🐻🌃🌖. 🎁🕔👎🎷📀📞 🍁🔫🍀🌃📹 💈📂💶👕 🍡📰👛🐻\\\\n🍖🐽💫📼 🍆🎀💛👫🔹 🎷🕙🌱👸🕁🔝 🍸🔅👿🐡. 🐟🔐🏡🔅👾 🐱💱👺🍶 🎠🔆🎤🏥🌻🗾 👽🎯💈🏣🔊📴💆🏫 🔉🌉🍃🌻 🎅🔌🔻💣 🌸🍎🐀🌇\\\\n🗻👔📤💤🔶. 🍆👣🕕👦📦👑 🐍🐉🔶🕕 🍲👩🍍🌕📻👒📵 🔣🌋🌟👼 🔏📀🐆🍖🍮 🐁🌘🐻🏥🐡🔶🔘🏭 👡🔫🔗📊📻 🍂💧🌿📥🔚 📹💻🔌💠🌚\\\\n🐦💴🌎🌞🏤.\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces. That's why I paint - because I can create the kind of world I want - and I\\\\ncan make this world as happy as I want it. I was blessed with a very steady hand; and it comes in very handy when you're\\\\ndoing these little delicate things. We'll paint one happy little tree right here. These things happen automatically. All\\\\nyou have to do is just let them happen.\\\\n\\\\n🐻🍘💀🐪 🕧🎂🕃🍵🏠 💎🌄🐐📘🐄 🍂🏤👊🍖 👆🍂📫👪🐈🕢👓 👯🕞🏉🍚🎆🔠🌵 🎭🎎💵📮📭 🔪💨📢📕 🐔📬👪🏄🐙🗽📤.\\\\n💛👴💧🎁👗💟👡💎 🎷🕡👮🗾🍷 🎪🍇🍩💰 📫🐗🎄🍍🎃 🎯🌴🐍🔉📰 👼👧🐢🕔🔷📞🍩 🔘👑🌆🌒🔣 🔆👺📴👾 🔝💑💸💒🏡🔸 🔟👞📷🔱👠\\\\n📵🏠📕🕝🐂👪 💐🎾🕁🗾👊📪. 🍉🏁👰🏡🕔💒🐯 🐟🍡📴🌿👱👢 📵💄🌊🌵🐫🍏 🎎🕠🍍💭💀👖 🎵💘🔗🍖 📧🌘🍅🕚📘🔮 👤🌾👿🐍🎽🌹\\\\n🎲🎎💅📪🐐🍢📈 🏣🐑👇👼🐄🍔 🍠📧🌊🕁🔛🐩. 🌺📊🍼🐁💼 🔈💬🌱🎑🔊🐙💲👩 🍇👞📎👻🌔 💑🕁🎲💤 🎮📃🕖📖 📻💬🔢💔🐇👬 🔨🌃📈🔞\\\\n🌒🎈👙🔥🐊 📭👍📢👊📟.\\\\n\\\\n出死問民同歴術荘面族上自。窃指写氷名続球投込光試事樹増。作合副者扶実権守安展感意環待質出。告供体企紙勢構込君奪属仕子業戦\\\\n浮私。長論攻士踊再連公雪地約政近第公。界地島命党浮国沼出問気混心未独院。朝原妙画岡性制領子金次問無浦妥混口時研。道記険健\\\\n集立根聖間前設集族山要本覧。変注再悩式付療場図験問県家界月止収文。\\\\n\\\\nलेकिन उसके संपादक उपलब्ध दिनांक प्रति सम्पर्क प्राधिकरन नाकर मुक्त कलइस वेबजाल वर्तमान समस्याओ देखने भोगोलिक केन्द्रिय\\\\nकिया खयालात विज्ञान ध्येय गटको साधन चिदंश पासपाई व्याख्या मार्गदर्शन संदेश जिवन प्रतिबध वार्तालाप किके विश्व खरिदने\\\\nहुआआदी तकनीकी संदेश सारांश असरकारक वार्तालाप चाहे पहोच। अतित पुर्णता केन्द्रिय\\\\n\\\\n👅💾🐂🔙 🐂🎠👶🐮🐛 👛💗💶🌿💒 🐐🌱🐶🌴🏤🐒 🔪🍡🎸🐛🍖 📗🎓🏊🕀🎿 🔅📋📥👳🔝 🐗👝🏄🐲 📂🎷🐎🏯💎🐹 📲🍍🏥🔂🕚🐉🎤\\\\n🌕🐴📐🎪💋. 💔👂🐗📷🎐 🌹📔💒📝👎📭 🔖🍶💺🕘 🔡💘🎪🔚🔯👉 💯🎉👠🎁🐌💵 👌🔉🎹🕒💕🍁 🏡🍢🔹🔷👀💦🏉👀 👑🐺🐁🏤\\\\n🎺🍁🐙🐮🌃🕢🐟 🍶🎃🕕🔦 🐧🔝💔💚🔫👍 🌉🔁🌄📺 👓🎳📧🌆💖🍋🕔. 🍥🔘🗼📟 🍹🔸🔰🕣🌍 🏡💽🍬👗👧 📩👬🌻🐐🌞🌎🐵🔛 🏆🌹🍰🔬📕\\\\n👋🎩🍓🌏👙 🎁🏃🎌🍳🔋👎📔 🐈🌽🔘💮 🏬🐷💿🕕. 📕👖📦📡 🎅🎺🏭🍗💜💷🐦 💻💚🐪🕠🔀 💰🍹💶🍶🎥📄 🌛👕🐲🐣🍷🎬 🐥🎯🔵🎹\\\\n🌿👌🐚🍛🏪 🌵📞💃📗👱👩 📟🐸🌺🐅👮 💚🐦💉💞🌛 🔼🔤👓🏡💩.\\\\n\\\\n\\\\nयधपि बाजार तकरीबन आंतरजाल प्राधिकरन लगती संदेश एसलिये बिन्दुओ प्रोत्साहित जानकारी ढांचामात्रुभाषा बाजार बदले प्रमान\\\\nअनुवाद विकेन्द्रित पसंद ढांचा हमारि जोवे उद्योग संस्थान और्४५० विकसित उदेश लेकिन सकती वार्तालाप लाभान्वित संदेश उदेश\\\\nपहोच। लचकनहि अनुवाद सुविधा एकत्रित कीने सक्षम भीयह अत्यंत लचकनहि निरपेक्ष कराना हमारि प्राप्त पुर्णता प्रतिबध्दता होगा\\\\nउन्हे जाएन खयालात पहोचाना\\\\n\\\\n散待望会窮縮囲前賀理格顔欧製暮景初子加。首稿覧析回未帯則号医間本取退埋帯品。右歳約幻病護指極講賞京応。野受移供頑特公却報\\\\n法利務水提士政駐物際。角媛分地昧況面日残金真福方雨入顔作化。最刊情感売校見強移本説注辞。経必好以小球生音明優去験見政感治\\\\n報付。講刊切記勝帯載豪著転読金止。金子森午模移言兆埠関価亡出目載。\\\\n\\\\nWork on one thing at a time. Don't get carried away - we have plenty of time. Everything is happy if you choose to make\\\\nit that way. Happy painting, God bless. You can create anything that makes you happy. Just make a decision and let it\\\\ngo. Nice little clouds playing around in the sky.You can do anything here - the only pre-requisite is that it makes you\\\\nhappy. I'm going to mix up a little color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of Prussian Blue.\\\\nLet's make some happy little clouds in our world.\\\\n\\\\nपहेला गएआप स्वतंत्र प्राधिकरन सेऔर अनुकूल ब्रौशर बिन्दुओमे सदस्य गुजरना तकनिकल वैश्विक सकते बनाति चिदंश चाहे कुशलता\\\\nवर्तमान प्रोत्साहित देने विवरन पहोचाना विकेन्द्रियकरण अनुकूल विभाजनक्षमता औषधिक अन्य खरिदे दिये आवश्यक समस्याए कम्प्युटर\\\\nविनिमय अविरोधता लाभान्वित लाभो ढांचा\\\\n\\\\n抄聞調時得直決移警撃覧進聞滑公政央。日探劇票選伊追短青功書更将奈府成多。味治理育月漬安意散護良読京。芳豚大度面傾府山応著\\\\n器地捜志。止高棋戻管明証経処流自勝動続。装載聞視属王減通橋説主費事業情芸。追若得本臭稿事馬予治川劇覧記今竹犯破育食。参兆\\\\n徹括単写東家素講舞校食医咋存務代連子。球設国事検問周東集題聞供奈。\\\\n\\\\n🍊🌆📛🍛🌊🍡🍒 🔦🐟🐵🍚🌐🍛🐏 🔆💍📟🎧 🔐📤💺🐒 🔥🔬🐣💹🌻👚 🎰👯🎡🗻💯🐉🌗 🍐👣🐯🔖📚 💡📟👨🍮🍼💛📞 🕕🐁🌾🏧💻📷\\\\n💗🐢🏥🎵🐰🍉 🏥🔎💛💘🔧🍛🎿 🍟🌰🐴🏫🎀 🎷🌿🌴🏤🍢📳🍺 🐗👷🌳👦📩🌁 🐂🔜🔙📕. 🌎🍠📓📠🕡 🎽🔺🔱🌔📗🎤 🎫🍃👚🍤🐽🌰\\\\n🕠🌉📪🍒🐃💲 🎢🔯👶🔙🔚🕝 🍮📒🏉🏨🐝🌿 👔💫🏁🎺 🐸💞🌈🐸 📣🔯📅🐍🐴 🌑🌍🌛👀 🕂👟🐕📃🎇🔞 🍮🔏🍥👨 🐪📲🐐🎁 🍥🔁📑💮🌘.\\\\n🌏🎎🍛👯 🔈🎸💨🏧📚 🏪💼🎣🔚 🐤💳💁👓 👃🍆🕘🐋👬🐣 🕚🏃🌄🔷🌈🔖 💥💧🔴🌛🍁👦 💣🐐🕓🎠🕚🕞🏭 💨👓🏢🌓🔄. 📪🔜💹👤👂🐭\\\\n🕚🔎🐂🏂👍📻 👾💠🌕📻🎍 🐟🔬🏢💍 👓👠👤🎐💸👝 🔟💕🕛💊 🍩🌙👬🐘 🍪🔙📉💔🐝🕝 📭🕡🎼💈📇🔡 👓🍁🎾👯👨 🏇🍱🐢🌛\\\\n🎇🐩📴🎋🕁📎🎈 🐌👱📎🍹👆 👐🍐📗👽🐹💜 📭🌔🌅🍯👀.\\\\n\\\\n🔜🐰🏊🍃🐮 🔪🔐📇🐩 🐬👔🍙🍩💉 🏉👩👔🍞🍟🌂 🍺🕔🌖🔪🔩🍥 🎓🍒🌅🐘💛 🐔🐊📶🐊 👂📌👂🍺 💗🐳🎠📧🏭💧 🐝📅🍆🔞🏆\\\\n👇🔂🐺🔬🎯🔳🎐🎍 💖💅🐲🔭📔🏊🔋 🐨📫🕢🎁. 🐯💁🔘📰🐪 💥👭🍘🎴📣💂💄 🐏🔊🐚👔🎿🐙 🔕🐞💹📁 🔊👴👬👪 👠📱👃📍 🏢🐃🍯🍹🗻\\\\n🐩💮👲👠 🍏🎽📄🐋 🔣💉🔉📒💸🎭👎 💁🗾🔵🐪🍣 🍃🔝💥🔒👴. 📦🔟🔶💷🍥 🍚🕤👦🍻🔥🍹 👄🌜🐑🌀🐃🔪🕦 🌟🐶🍞🕥🌛 👮🐄🏬🎴👂💼📵\\\\n🌋📐🐲👥 🔒🏭🔭💿🎫🎄 💓🐓🎐🎁👔📟 💌🍇🎶👷🎬 🌌💀🎸💡 📔🐢💁🔊👘🐳🌞 🎩📝💟🍼💦🔄 🕒🍼🏧🎄🔃💐. 🎆🌜👗👿 🐁🌑💮👙🎌👞\\\\n🏫📙🌌🕙🐥 👓🌑💎💸📹📒 👋🐎🍡🎾👸🗽 📢📓🌍🏮📳🔈 👶🐷🐭🎿🔴🗾🏬 🌆🔈🍡💞💭🎨. \\";export{n as allTheIpsum};
|
||
//# sourceMappingURL=pretty.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pretty with microbundle 4`] = `
|
||
"exports.allTheIpsum=\\"\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces.\\\\n\\\\nTrees grow in all kinds of ways. They're not all perfectly straight. Not every limb is perfect. Now let's put some happy\\\\nlittle clouds in here. We have no limits to our world. We're only limited by our imagination. The first step to doing\\\\nanything is to believe you can do it. See it finished in your mind before you ever start. Even trees need a friend. We\\\\nall need friends. And that's when it becomes fun - you don't have to spend your time thinking about what's happening -\\\\nyou just let it happen.\\\\n\\\\nरिती संपादक बेंगलूर अन्तरराष्ट्रीयकरन शीघ्र भाषा चिदंश उद्योग विस्तरणक्षमता चिदंश एकएस तरहथा। प्रोत्साहित उपेक्ष बिन्दुओ\\\\nध्येय देने गुजरना ऎसाजीस निर्माण नवंबर लिए। एसेएवं उपलब्धता मुश्किले डाले। बहतर सहायता माध्यम भाषाओ समूह\\\\n\\\\n井待品亡写回横提和指生志考結。重特天県偏切運録広詳三人転者数代歳。秀天戦機広八型希金生作事国第。年米教止証車断級弘報安楽\\\\n銀必約現獲料切。点額講問課覧傷邸出送跡出懲。編米人験由社迷入解公著片法記択昇必崎掲清。摩出元自越食多県実間旅売主注理併間\\\\n話策。小政退時年福米越給新家入解美露方堀港朝。俊間髪物縦該高報見甲購形州日事。\\\\n\\\\n🌸🍂🌃🐧🍘🏧🍮 🌶👢🔗🐥🔼🎮 🐤🍲📆👧🎼🐒 💑🍖📴🐠🍼 🎱🔮🍦💳👹 💫🏮📅🍑📭🎎 🏭💿🏫🔢👚💩 👇🌄🌗🔵💦 🔺🔡🌍🐗🏀📫\\\\n📻🍵🐰🔜🕧 🌴🌞🕙🎨🎾🔊🏰 🎑🌆🔁🌂 🕐📣📉🌴🕠📢 🎀📖🎋🔱📒💰 🍅🐻🌃🌖. 🎁🕔👎🎷📀📞 🍁🔫🍀🌃📹 💈📂💶👕 🍡📰👛🐻\\\\n🍖🐽💫📼 🍆🎀💛👫🔹 🎷🕙🌱👸🕁🔝 🍸🔅👿🐡. 🐟🔐🏡🔅👾 🐱💱👺🍶 🎠🔆🎤🏥🌻🗾 👽🎯💈🏣🔊📴💆🏫 🔉🌉🍃🌻 🎅🔌🔻💣 🌸🍎🐀🌇\\\\n🗻👔📤💤🔶. 🍆👣🕕👦📦👑 🐍🐉🔶🕕 🍲👩🍍🌕📻👒📵 🔣🌋🌟👼 🔏📀🐆🍖🍮 🐁🌘🐻🏥🐡🔶🔘🏭 👡🔫🔗📊📻 🍂💧🌿📥🔚 📹💻🔌💠🌚\\\\n🐦💴🌎🌞🏤.\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces. That's why I paint - because I can create the kind of world I want - and I\\\\ncan make this world as happy as I want it. I was blessed with a very steady hand; and it comes in very handy when you're\\\\ndoing these little delicate things. We'll paint one happy little tree right here. These things happen automatically. All\\\\nyou have to do is just let them happen.\\\\n\\\\n🐻🍘💀🐪 🕧🎂🕃🍵🏠 💎🌄🐐📘🐄 🍂🏤👊🍖 👆🍂📫👪🐈🕢👓 👯🕞🏉🍚🎆🔠🌵 🎭🎎💵📮📭 🔪💨📢📕 🐔📬👪🏄🐙🗽📤.\\\\n💛👴💧🎁👗💟👡💎 🎷🕡👮🗾🍷 🎪🍇🍩💰 📫🐗🎄🍍🎃 🎯🌴🐍🔉📰 👼👧🐢🕔🔷📞🍩 🔘👑🌆🌒🔣 🔆👺📴👾 🔝💑💸💒🏡🔸 🔟👞📷🔱👠\\\\n📵🏠📕🕝🐂👪 💐🎾🕁🗾👊📪. 🍉🏁👰🏡🕔💒🐯 🐟🍡📴🌿👱👢 📵💄🌊🌵🐫🍏 🎎🕠🍍💭💀👖 🎵💘🔗🍖 📧🌘🍅🕚📘🔮 👤🌾👿🐍🎽🌹\\\\n🎲🎎💅📪🐐🍢📈 🏣🐑👇👼🐄🍔 🍠📧🌊🕁🔛🐩. 🌺📊🍼🐁💼 🔈💬🌱🎑🔊🐙💲👩 🍇👞📎👻🌔 💑🕁🎲💤 🎮📃🕖📖 📻💬🔢💔🐇👬 🔨🌃📈🔞\\\\n🌒🎈👙🔥🐊 📭👍📢👊📟.\\\\n\\\\n出死問民同歴術荘面族上自。窃指写氷名続球投込光試事樹増。作合副者扶実権守安展感意環待質出。告供体企紙勢構込君奪属仕子業戦\\\\n浮私。長論攻士踊再連公雪地約政近第公。界地島命党浮国沼出問気混心未独院。朝原妙画岡性制領子金次問無浦妥混口時研。道記険健\\\\n集立根聖間前設集族山要本覧。変注再悩式付療場図験問県家界月止収文。\\\\n\\\\nलेकिन उसके संपादक उपलब्ध दिनांक प्रति सम्पर्क प्राधिकरन नाकर मुक्त कलइस वेबजाल वर्तमान समस्याओ देखने भोगोलिक केन्द्रिय\\\\nकिया खयालात विज्ञान ध्येय गटको साधन चिदंश पासपाई व्याख्या मार्गदर्शन संदेश जिवन प्रतिबध वार्तालाप किके विश्व खरिदने\\\\nहुआआदी तकनीकी संदेश सारांश असरकारक वार्तालाप चाहे पहोच। अतित पुर्णता केन्द्रिय\\\\n\\\\n👅💾🐂🔙 🐂🎠👶🐮🐛 👛💗💶🌿💒 🐐🌱🐶🌴🏤🐒 🔪🍡🎸🐛🍖 📗🎓🏊🕀🎿 🔅📋📥👳🔝 🐗👝🏄🐲 📂🎷🐎🏯💎🐹 📲🍍🏥🔂🕚🐉🎤\\\\n🌕🐴📐🎪💋. 💔👂🐗📷🎐 🌹📔💒📝👎📭 🔖🍶💺🕘 🔡💘🎪🔚🔯👉 💯🎉👠🎁🐌💵 👌🔉🎹🕒💕🍁 🏡🍢🔹🔷👀💦🏉👀 👑🐺🐁🏤\\\\n🎺🍁🐙🐮🌃🕢🐟 🍶🎃🕕🔦 🐧🔝💔💚🔫👍 🌉🔁🌄📺 👓🎳📧🌆💖🍋🕔. 🍥🔘🗼📟 🍹🔸🔰🕣🌍 🏡💽🍬👗👧 📩👬🌻🐐🌞🌎🐵🔛 🏆🌹🍰🔬📕\\\\n👋🎩🍓🌏👙 🎁🏃🎌🍳🔋👎📔 🐈🌽🔘💮 🏬🐷💿🕕. 📕👖📦📡 🎅🎺🏭🍗💜💷🐦 💻💚🐪🕠🔀 💰🍹💶🍶🎥📄 🌛👕🐲🐣🍷🎬 🐥🎯🔵🎹\\\\n🌿👌🐚🍛🏪 🌵📞💃📗👱👩 📟🐸🌺🐅👮 💚🐦💉💞🌛 🔼🔤👓🏡💩.\\\\n\\\\n\\\\nयधपि बाजार तकरीबन आंतरजाल प्राधिकरन लगती संदेश एसलिये बिन्दुओ प्रोत्साहित जानकारी ढांचामात्रुभाषा बाजार बदले प्रमान\\\\nअनुवाद विकेन्द्रित पसंद ढांचा हमारि जोवे उद्योग संस्थान और्४५० विकसित उदेश लेकिन सकती वार्तालाप लाभान्वित संदेश उदेश\\\\nपहोच। लचकनहि अनुवाद सुविधा एकत्रित कीने सक्षम भीयह अत्यंत लचकनहि निरपेक्ष कराना हमारि प्राप्त पुर्णता प्रतिबध्दता होगा\\\\nउन्हे जाएन खयालात पहोचाना\\\\n\\\\n散待望会窮縮囲前賀理格顔欧製暮景初子加。首稿覧析回未帯則号医間本取退埋帯品。右歳約幻病護指極講賞京応。野受移供頑特公却報\\\\n法利務水提士政駐物際。角媛分地昧況面日残金真福方雨入顔作化。最刊情感売校見強移本説注辞。経必好以小球生音明優去験見政感治\\\\n報付。講刊切記勝帯載豪著転読金止。金子森午模移言兆埠関価亡出目載。\\\\n\\\\nWork on one thing at a time. Don't get carried away - we have plenty of time. Everything is happy if you choose to make\\\\nit that way. Happy painting, God bless. You can create anything that makes you happy. Just make a decision and let it\\\\ngo. Nice little clouds playing around in the sky.You can do anything here - the only pre-requisite is that it makes you\\\\nhappy. I'm going to mix up a little color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of Prussian Blue.\\\\nLet's make some happy little clouds in our world.\\\\n\\\\nपहेला गएआप स्वतंत्र प्राधिकरन सेऔर अनुकूल ब्रौशर बिन्दुओमे सदस्य गुजरना तकनिकल वैश्विक सकते बनाति चिदंश चाहे कुशलता\\\\nवर्तमान प्रोत्साहित देने विवरन पहोचाना विकेन्द्रियकरण अनुकूल विभाजनक्षमता औषधिक अन्य खरिदे दिये आवश्यक समस्याए कम्प्युटर\\\\nविनिमय अविरोधता लाभान्वित लाभो ढांचा\\\\n\\\\n抄聞調時得直決移警撃覧進聞滑公政央。日探劇票選伊追短青功書更将奈府成多。味治理育月漬安意散護良読京。芳豚大度面傾府山応著\\\\n器地捜志。止高棋戻管明証経処流自勝動続。装載聞視属王減通橋説主費事業情芸。追若得本臭稿事馬予治川劇覧記今竹犯破育食。参兆\\\\n徹括単写東家素講舞校食医咋存務代連子。球設国事検問周東集題聞供奈。\\\\n\\\\n🍊🌆📛🍛🌊🍡🍒 🔦🐟🐵🍚🌐🍛🐏 🔆💍📟🎧 🔐📤💺🐒 🔥🔬🐣💹🌻👚 🎰👯🎡🗻💯🐉🌗 🍐👣🐯🔖📚 💡📟👨🍮🍼💛📞 🕕🐁🌾🏧💻📷\\\\n💗🐢🏥🎵🐰🍉 🏥🔎💛💘🔧🍛🎿 🍟🌰🐴🏫🎀 🎷🌿🌴🏤🍢📳🍺 🐗👷🌳👦📩🌁 🐂🔜🔙📕. 🌎🍠📓📠🕡 🎽🔺🔱🌔📗🎤 🎫🍃👚🍤🐽🌰\\\\n🕠🌉📪🍒🐃💲 🎢🔯👶🔙🔚🕝 🍮📒🏉🏨🐝🌿 👔💫🏁🎺 🐸💞🌈🐸 📣🔯📅🐍🐴 🌑🌍🌛👀 🕂👟🐕📃🎇🔞 🍮🔏🍥👨 🐪📲🐐🎁 🍥🔁📑💮🌘.\\\\n🌏🎎🍛👯 🔈🎸💨🏧📚 🏪💼🎣🔚 🐤💳💁👓 👃🍆🕘🐋👬🐣 🕚🏃🌄🔷🌈🔖 💥💧🔴🌛🍁👦 💣🐐🕓🎠🕚🕞🏭 💨👓🏢🌓🔄. 📪🔜💹👤👂🐭\\\\n🕚🔎🐂🏂👍📻 👾💠🌕📻🎍 🐟🔬🏢💍 👓👠👤🎐💸👝 🔟💕🕛💊 🍩🌙👬🐘 🍪🔙📉💔🐝🕝 📭🕡🎼💈📇🔡 👓🍁🎾👯👨 🏇🍱🐢🌛\\\\n🎇🐩📴🎋🕁📎🎈 🐌👱📎🍹👆 👐🍐📗👽🐹💜 📭🌔🌅🍯👀.\\\\n\\\\n🔜🐰🏊🍃🐮 🔪🔐📇🐩 🐬👔🍙🍩💉 🏉👩👔🍞🍟🌂 🍺🕔🌖🔪🔩🍥 🎓🍒🌅🐘💛 🐔🐊📶🐊 👂📌👂🍺 💗🐳🎠📧🏭💧 🐝📅🍆🔞🏆\\\\n👇🔂🐺🔬🎯🔳🎐🎍 💖💅🐲🔭📔🏊🔋 🐨📫🕢🎁. 🐯💁🔘📰🐪 💥👭🍘🎴📣💂💄 🐏🔊🐚👔🎿🐙 🔕🐞💹📁 🔊👴👬👪 👠📱👃📍 🏢🐃🍯🍹🗻\\\\n🐩💮👲👠 🍏🎽📄🐋 🔣💉🔉📒💸🎭👎 💁🗾🔵🐪🍣 🍃🔝💥🔒👴. 📦🔟🔶💷🍥 🍚🕤👦🍻🔥🍹 👄🌜🐑🌀🐃🔪🕦 🌟🐶🍞🕥🌛 👮🐄🏬🎴👂💼📵\\\\n🌋📐🐲👥 🔒🏭🔭💿🎫🎄 💓🐓🎐🎁👔📟 💌🍇🎶👷🎬 🌌💀🎸💡 📔🐢💁🔊👘🐳🌞 🎩📝💟🍼💦🔄 🕒🍼🏧🎄🔃💐. 🎆🌜👗👿 🐁🌑💮👙🎌👞\\\\n🏫📙🌌🕙🐥 👓🌑💎💸📹📒 👋🐎🍡🎾👸🗽 📢📓🌍🏮📳🔈 👶🐷🐭🎿🔴🗾🏬 🌆🔈🍡💞💭🎨. \\";
|
||
//# sourceMappingURL=pretty.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pretty with microbundle 5`] = `
|
||
"!function(e,n){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?n(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],n):n((e=e||self).pretty={})}(this,function(e){e.allTheIpsum=\\"\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces.\\\\n\\\\nTrees grow in all kinds of ways. They're not all perfectly straight. Not every limb is perfect. Now let's put some happy\\\\nlittle clouds in here. We have no limits to our world. We're only limited by our imagination. The first step to doing\\\\nanything is to believe you can do it. See it finished in your mind before you ever start. Even trees need a friend. We\\\\nall need friends. And that's when it becomes fun - you don't have to spend your time thinking about what's happening -\\\\nyou just let it happen.\\\\n\\\\nरिती संपादक बेंगलूर अन्तरराष्ट्रीयकरन शीघ्र भाषा चिदंश उद्योग विस्तरणक्षमता चिदंश एकएस तरहथा। प्रोत्साहित उपेक्ष बिन्दुओ\\\\nध्येय देने गुजरना ऎसाजीस निर्माण नवंबर लिए। एसेएवं उपलब्धता मुश्किले डाले। बहतर सहायता माध्यम भाषाओ समूह\\\\n\\\\n井待品亡写回横提和指生志考結。重特天県偏切運録広詳三人転者数代歳。秀天戦機広八型希金生作事国第。年米教止証車断級弘報安楽\\\\n銀必約現獲料切。点額講問課覧傷邸出送跡出懲。編米人験由社迷入解公著片法記択昇必崎掲清。摩出元自越食多県実間旅売主注理併間\\\\n話策。小政退時年福米越給新家入解美露方堀港朝。俊間髪物縦該高報見甲購形州日事。\\\\n\\\\n🌸🍂🌃🐧🍘🏧🍮 🌶👢🔗🐥🔼🎮 🐤🍲📆👧🎼🐒 💑🍖📴🐠🍼 🎱🔮🍦💳👹 💫🏮📅🍑📭🎎 🏭💿🏫🔢👚💩 👇🌄🌗🔵💦 🔺🔡🌍🐗🏀📫\\\\n📻🍵🐰🔜🕧 🌴🌞🕙🎨🎾🔊🏰 🎑🌆🔁🌂 🕐📣📉🌴🕠📢 🎀📖🎋🔱📒💰 🍅🐻🌃🌖. 🎁🕔👎🎷📀📞 🍁🔫🍀🌃📹 💈📂💶👕 🍡📰👛🐻\\\\n🍖🐽💫📼 🍆🎀💛👫🔹 🎷🕙🌱👸🕁🔝 🍸🔅👿🐡. 🐟🔐🏡🔅👾 🐱💱👺🍶 🎠🔆🎤🏥🌻🗾 👽🎯💈🏣🔊📴💆🏫 🔉🌉🍃🌻 🎅🔌🔻💣 🌸🍎🐀🌇\\\\n🗻👔📤💤🔶. 🍆👣🕕👦📦👑 🐍🐉🔶🕕 🍲👩🍍🌕📻👒📵 🔣🌋🌟👼 🔏📀🐆🍖🍮 🐁🌘🐻🏥🐡🔶🔘🏭 👡🔫🔗📊📻 🍂💧🌿📥🔚 📹💻🔌💠🌚\\\\n🐦💴🌎🌞🏤.\\\\n\\\\nThere is immense joy in just watching - watching all the little creatures in nature. I'll go over the colors one more\\\\ntime that we use: Titanium white, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap green, Cad yellow,\\\\nand Permanent red. If you don't like it - change it. It's your world. Be brave. Sometimes you learn more from your\\\\nmistakes than you do from your masterpieces. That's why I paint - because I can create the kind of world I want - and I\\\\ncan make this world as happy as I want it. I was blessed with a very steady hand; and it comes in very handy when you're\\\\ndoing these little delicate things. We'll paint one happy little tree right here. These things happen automatically. All\\\\nyou have to do is just let them happen.\\\\n\\\\n🐻🍘💀🐪 🕧🎂🕃🍵🏠 💎🌄🐐📘🐄 🍂🏤👊🍖 👆🍂📫👪🐈🕢👓 👯🕞🏉🍚🎆🔠🌵 🎭🎎💵📮📭 🔪💨📢📕 🐔📬👪🏄🐙🗽📤.\\\\n💛👴💧🎁👗💟👡💎 🎷🕡👮🗾🍷 🎪🍇🍩💰 📫🐗🎄🍍🎃 🎯🌴🐍🔉📰 👼👧🐢🕔🔷📞🍩 🔘👑🌆🌒🔣 🔆👺📴👾 🔝💑💸💒🏡🔸 🔟👞📷🔱👠\\\\n📵🏠📕🕝🐂👪 💐🎾🕁🗾👊📪. 🍉🏁👰🏡🕔💒🐯 🐟🍡📴🌿👱👢 📵💄🌊🌵🐫🍏 🎎🕠🍍💭💀👖 🎵💘🔗🍖 📧🌘🍅🕚📘🔮 👤🌾👿🐍🎽🌹\\\\n🎲🎎💅📪🐐🍢📈 🏣🐑👇👼🐄🍔 🍠📧🌊🕁🔛🐩. 🌺📊🍼🐁💼 🔈💬🌱🎑🔊🐙💲👩 🍇👞📎👻🌔 💑🕁🎲💤 🎮📃🕖📖 📻💬🔢💔🐇👬 🔨🌃📈🔞\\\\n🌒🎈👙🔥🐊 📭👍📢👊📟.\\\\n\\\\n出死問民同歴術荘面族上自。窃指写氷名続球投込光試事樹増。作合副者扶実権守安展感意環待質出。告供体企紙勢構込君奪属仕子業戦\\\\n浮私。長論攻士踊再連公雪地約政近第公。界地島命党浮国沼出問気混心未独院。朝原妙画岡性制領子金次問無浦妥混口時研。道記険健\\\\n集立根聖間前設集族山要本覧。変注再悩式付療場図験問県家界月止収文。\\\\n\\\\nलेकिन उसके संपादक उपलब्ध दिनांक प्रति सम्पर्क प्राधिकरन नाकर मुक्त कलइस वेबजाल वर्तमान समस्याओ देखने भोगोलिक केन्द्रिय\\\\nकिया खयालात विज्ञान ध्येय गटको साधन चिदंश पासपाई व्याख्या मार्गदर्शन संदेश जिवन प्रतिबध वार्तालाप किके विश्व खरिदने\\\\nहुआआदी तकनीकी संदेश सारांश असरकारक वार्तालाप चाहे पहोच। अतित पुर्णता केन्द्रिय\\\\n\\\\n👅💾🐂🔙 🐂🎠👶🐮🐛 👛💗💶🌿💒 🐐🌱🐶🌴🏤🐒 🔪🍡🎸🐛🍖 📗🎓🏊🕀🎿 🔅📋📥👳🔝 🐗👝🏄🐲 📂🎷🐎🏯💎🐹 📲🍍🏥🔂🕚🐉🎤\\\\n🌕🐴📐🎪💋. 💔👂🐗📷🎐 🌹📔💒📝👎📭 🔖🍶💺🕘 🔡💘🎪🔚🔯👉 💯🎉👠🎁🐌💵 👌🔉🎹🕒💕🍁 🏡🍢🔹🔷👀💦🏉👀 👑🐺🐁🏤\\\\n🎺🍁🐙🐮🌃🕢🐟 🍶🎃🕕🔦 🐧🔝💔💚🔫👍 🌉🔁🌄📺 👓🎳📧🌆💖🍋🕔. 🍥🔘🗼📟 🍹🔸🔰🕣🌍 🏡💽🍬👗👧 📩👬🌻🐐🌞🌎🐵🔛 🏆🌹🍰🔬📕\\\\n👋🎩🍓🌏👙 🎁🏃🎌🍳🔋👎📔 🐈🌽🔘💮 🏬🐷💿🕕. 📕👖📦📡 🎅🎺🏭🍗💜💷🐦 💻💚🐪🕠🔀 💰🍹💶🍶🎥📄 🌛👕🐲🐣🍷🎬 🐥🎯🔵🎹\\\\n🌿👌🐚🍛🏪 🌵📞💃📗👱👩 📟🐸🌺🐅👮 💚🐦💉💞🌛 🔼🔤👓🏡💩.\\\\n\\\\n\\\\nयधपि बाजार तकरीबन आंतरजाल प्राधिकरन लगती संदेश एसलिये बिन्दुओ प्रोत्साहित जानकारी ढांचामात्रुभाषा बाजार बदले प्रमान\\\\nअनुवाद विकेन्द्रित पसंद ढांचा हमारि जोवे उद्योग संस्थान और्४५० विकसित उदेश लेकिन सकती वार्तालाप लाभान्वित संदेश उदेश\\\\nपहोच। लचकनहि अनुवाद सुविधा एकत्रित कीने सक्षम भीयह अत्यंत लचकनहि निरपेक्ष कराना हमारि प्राप्त पुर्णता प्रतिबध्दता होगा\\\\nउन्हे जाएन खयालात पहोचाना\\\\n\\\\n散待望会窮縮囲前賀理格顔欧製暮景初子加。首稿覧析回未帯則号医間本取退埋帯品。右歳約幻病護指極講賞京応。野受移供頑特公却報\\\\n法利務水提士政駐物際。角媛分地昧況面日残金真福方雨入顔作化。最刊情感売校見強移本説注辞。経必好以小球生音明優去験見政感治\\\\n報付。講刊切記勝帯載豪著転読金止。金子森午模移言兆埠関価亡出目載。\\\\n\\\\nWork on one thing at a time. Don't get carried away - we have plenty of time. Everything is happy if you choose to make\\\\nit that way. Happy painting, God bless. You can create anything that makes you happy. Just make a decision and let it\\\\ngo. Nice little clouds playing around in the sky.You can do anything here - the only pre-requisite is that it makes you\\\\nhappy. I'm going to mix up a little color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of Prussian Blue.\\\\nLet's make some happy little clouds in our world.\\\\n\\\\nपहेला गएआप स्वतंत्र प्राधिकरन सेऔर अनुकूल ब्रौशर बिन्दुओमे सदस्य गुजरना तकनिकल वैश्विक सकते बनाति चिदंश चाहे कुशलता\\\\nवर्तमान प्रोत्साहित देने विवरन पहोचाना विकेन्द्रियकरण अनुकूल विभाजनक्षमता औषधिक अन्य खरिदे दिये आवश्यक समस्याए कम्प्युटर\\\\nविनिमय अविरोधता लाभान्वित लाभो ढांचा\\\\n\\\\n抄聞調時得直決移警撃覧進聞滑公政央。日探劇票選伊追短青功書更将奈府成多。味治理育月漬安意散護良読京。芳豚大度面傾府山応著\\\\n器地捜志。止高棋戻管明証経処流自勝動続。装載聞視属王減通橋説主費事業情芸。追若得本臭稿事馬予治川劇覧記今竹犯破育食。参兆\\\\n徹括単写東家素講舞校食医咋存務代連子。球設国事検問周東集題聞供奈。\\\\n\\\\n🍊🌆📛🍛🌊🍡🍒 🔦🐟🐵🍚🌐🍛🐏 🔆💍📟🎧 🔐📤💺🐒 🔥🔬🐣💹🌻👚 🎰👯🎡🗻💯🐉🌗 🍐👣🐯🔖📚 💡📟👨🍮🍼💛📞 🕕🐁🌾🏧💻📷\\\\n💗🐢🏥🎵🐰🍉 🏥🔎💛💘🔧🍛🎿 🍟🌰🐴🏫🎀 🎷🌿🌴🏤🍢📳🍺 🐗👷🌳👦📩🌁 🐂🔜🔙📕. 🌎🍠📓📠🕡 🎽🔺🔱🌔📗🎤 🎫🍃👚🍤🐽🌰\\\\n🕠🌉📪🍒🐃💲 🎢🔯👶🔙🔚🕝 🍮📒🏉🏨🐝🌿 👔💫🏁🎺 🐸💞🌈🐸 📣🔯📅🐍🐴 🌑🌍🌛👀 🕂👟🐕📃🎇🔞 🍮🔏🍥👨 🐪📲🐐🎁 🍥🔁📑💮🌘.\\\\n🌏🎎🍛👯 🔈🎸💨🏧📚 🏪💼🎣🔚 🐤💳💁👓 👃🍆🕘🐋👬🐣 🕚🏃🌄🔷🌈🔖 💥💧🔴🌛🍁👦 💣🐐🕓🎠🕚🕞🏭 💨👓🏢🌓🔄. 📪🔜💹👤👂🐭\\\\n🕚🔎🐂🏂👍📻 👾💠🌕📻🎍 🐟🔬🏢💍 👓👠👤🎐💸👝 🔟💕🕛💊 🍩🌙👬🐘 🍪🔙📉💔🐝🕝 📭🕡🎼💈📇🔡 👓🍁🎾👯👨 🏇🍱🐢🌛\\\\n🎇🐩📴🎋🕁📎🎈 🐌👱📎🍹👆 👐🍐📗👽🐹💜 📭🌔🌅🍯👀.\\\\n\\\\n🔜🐰🏊🍃🐮 🔪🔐📇🐩 🐬👔🍙🍩💉 🏉👩👔🍞🍟🌂 🍺🕔🌖🔪🔩🍥 🎓🍒🌅🐘💛 🐔🐊📶🐊 👂📌👂🍺 💗🐳🎠📧🏭💧 🐝📅🍆🔞🏆\\\\n👇🔂🐺🔬🎯🔳🎐🎍 💖💅🐲🔭📔🏊🔋 🐨📫🕢🎁. 🐯💁🔘📰🐪 💥👭🍘🎴📣💂💄 🐏🔊🐚👔🎿🐙 🔕🐞💹📁 🔊👴👬👪 👠📱👃📍 🏢🐃🍯🍹🗻\\\\n🐩💮👲👠 🍏🎽📄🐋 🔣💉🔉📒💸🎭👎 💁🗾🔵🐪🍣 🍃🔝💥🔒👴. 📦🔟🔶💷🍥 🍚🕤👦🍻🔥🍹 👄🌜🐑🌀🐃🔪🕦 🌟🐶🍞🕥🌛 👮🐄🏬🎴👂💼📵\\\\n🌋📐🐲👥 🔒🏭🔭💿🎫🎄 💓🐓🎐🎁👔📟 💌🍇🎶👷🎬 🌌💀🎸💡 📔🐢💁🔊👘🐳🌞 🎩📝💟🍼💦🔄 🕒🍼🏧🎄🔃💐. 🎆🌜👗👿 🐁🌑💮👙🎌👞\\\\n🏫📙🌌🕙🐥 👓🌑💎💸📹📒 👋🐎🍡🎾👸🗽 📢📓🌍🏮📳🔈 👶🐷🐭🎿🔴🗾🏬 🌆🔈🍡💞💭🎨. \\"});
|
||
//# sourceMappingURL=pretty.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pure with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
pure
|
||
dist
|
||
pure.esm.js
|
||
pure.esm.js.map
|
||
pure.js
|
||
pure.js.map
|
||
pure.umd.js
|
||
pure.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"pure\\" to dist:
|
||
65 B: pure.js.gz
|
||
44 B: pure.js.br
|
||
71 B: pure.esm.js.gz
|
||
49 B: pure.esm.js.br
|
||
168 B: pure.umd.js.gz
|
||
127 B: pure.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build pure with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build pure with microbundle 3`] = `
|
||
"function o(){return\\"hello world\\"}export{o as foo};
|
||
//# sourceMappingURL=pure.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pure with microbundle 4`] = `
|
||
"exports.foo=function(){return\\"hello world\\"};
|
||
//# sourceMappingURL=pure.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build pure with microbundle 5`] = `
|
||
"!function(e,o){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?o(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],o):o((e=e||self).pure={})}(this,function(e){e.foo=function(){return\\"hello world\\"}});
|
||
//# sourceMappingURL=pure.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build raw with microbundle 1`] = `
|
||
"Used script: microbundle --raw
|
||
|
||
Directory tree:
|
||
|
||
raw
|
||
dist
|
||
raw.esm.js
|
||
raw.esm.js.map
|
||
raw.js
|
||
raw.js.map
|
||
raw.umd.js
|
||
raw.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"raw\\" to dist:
|
||
1389 B: raw.js.gz
|
||
1160 B: raw.js.br
|
||
1398 B: raw.esm.js.gz
|
||
1169 B: raw.esm.js.br
|
||
1502 B: raw.umd.js.gz
|
||
1250 B: raw.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build raw with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build raw with microbundle 3`] = `
|
||
"var e=\\"\\\\n\\\\tWe might as well make some Almighty mountains today as well, what the heck.\\\\n\\\\tIn your imagination you can go anywhere you want. Nice little fluffy clouds\\\\n\\\\tlaying around in the sky being lazy. You have to make those little noises or\\\\n\\\\tit won't work. Clouds are free they come and go as they please.\\\\n\\\\n\\\\tTrees grow in all kinds of ways. They're not all perfectly straight. Not\\\\n\\\\tevery limb is perfect. Now let's put some happy little clouds in here. We\\\\n\\\\thave no limits to our world. We're only limited by our imagination. The\\\\n\\\\tfirst step to doing anything is to believe you can do it. See it finished\\\\n\\\\tin your mind before you ever start. Even trees need a friend. We all need\\\\n\\\\tfriends. And that's when it becomes fun - you don't have to spend your\\\\n\\\\ttime thinking about what's happening - you just let it happen.\\\\n\\\\n\\\\tI thought today we would do a happy little picture. We don't have to be\\\\n\\\\tconcerned about it. We just have to let it fall where it will. I'm gonna\\\\n\\\\tstart with a little Alizarin crimson and a touch of Prussian blue Be so\\\\n\\\\tvery light. Be a gentle whisper. The only prerequisite is that it makes\\\\n\\\\tyou happy. If it makes you happy then it's good. This is truly an almighty\\\\n\\\\tmountain.\\\\n\\\\n\\\\tThat's why I paint - because I can create the kind of world I want - and I\\\\n\\\\tcan make this world as happy as I want it. I was blessed with a very steady\\\\n\\\\thand; and it comes in very handy when you're doing these little delicate\\\\n\\\\tthings. We'll paint one happy little tree right here. These things happen\\\\n\\\\tautomatically. All you have to do is just let them happen.\\\\n\\\\n\\\\tYou can do anything here - the only pre-requisite is that it makes you\\\\n\\\\thappy. I'm going to mix up a little color. We’ll use Van Dyke Brown,\\\\n\\\\tPermanent Red, and a little bit of Prussian Blue. Let's make some happy\\\\n\\\\tlittle clouds in our world.\\\\n\\\\n\\\\tWork on one thing at a time. Don't get carried away - we have plenty of\\\\n\\\\ttime. Everything is happy if you choose to make it that way. Happy\\\\n\\\\tpainting, God bless. You can create anything that makes you happy. Just\\\\n\\\\tmake a decision and let it go. Nice little clouds playing around in the\\\\n\\\\tsky.\\\\n\\\\n\\\\tAnytime you learn something your time and energy are not wasted. Van Dyke\\\\n\\\\tBrown is a very nice brown, it's almost like a chocolate brown. It's\\\\n\\\\timportant to me that you're happy. In nature, dead trees are just as normal\\\\n\\\\tas live trees. Painting should do one thing. It should put happiness in\\\\n\\\\tyour heart.\\\\n\\\\n\\\\tThere is immense joy in just watching - watching all the little creatures\\\\n\\\\tin nature. I'll go over the colors one more time that we use: Titanium\\\\n\\\\twhite, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap\\\\n\\\\tgreen, Cad yellow, and Permanent red. If you don't like it - change it.\\\\n\\\\tIt's your world. Be brave. Sometimes you learn more from your mistakes than\\\\n\\\\tyou do from your masterpieces.\\";export{e as OneKilobyteOfBobRoss};
|
||
//# sourceMappingURL=raw.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build raw with microbundle 4`] = `
|
||
"exports.OneKilobyteOfBobRoss=\\"\\\\n\\\\tWe might as well make some Almighty mountains today as well, what the heck.\\\\n\\\\tIn your imagination you can go anywhere you want. Nice little fluffy clouds\\\\n\\\\tlaying around in the sky being lazy. You have to make those little noises or\\\\n\\\\tit won't work. Clouds are free they come and go as they please.\\\\n\\\\n\\\\tTrees grow in all kinds of ways. They're not all perfectly straight. Not\\\\n\\\\tevery limb is perfect. Now let's put some happy little clouds in here. We\\\\n\\\\thave no limits to our world. We're only limited by our imagination. The\\\\n\\\\tfirst step to doing anything is to believe you can do it. See it finished\\\\n\\\\tin your mind before you ever start. Even trees need a friend. We all need\\\\n\\\\tfriends. And that's when it becomes fun - you don't have to spend your\\\\n\\\\ttime thinking about what's happening - you just let it happen.\\\\n\\\\n\\\\tI thought today we would do a happy little picture. We don't have to be\\\\n\\\\tconcerned about it. We just have to let it fall where it will. I'm gonna\\\\n\\\\tstart with a little Alizarin crimson and a touch of Prussian blue Be so\\\\n\\\\tvery light. Be a gentle whisper. The only prerequisite is that it makes\\\\n\\\\tyou happy. If it makes you happy then it's good. This is truly an almighty\\\\n\\\\tmountain.\\\\n\\\\n\\\\tThat's why I paint - because I can create the kind of world I want - and I\\\\n\\\\tcan make this world as happy as I want it. I was blessed with a very steady\\\\n\\\\thand; and it comes in very handy when you're doing these little delicate\\\\n\\\\tthings. We'll paint one happy little tree right here. These things happen\\\\n\\\\tautomatically. All you have to do is just let them happen.\\\\n\\\\n\\\\tYou can do anything here - the only pre-requisite is that it makes you\\\\n\\\\thappy. I'm going to mix up a little color. We’ll use Van Dyke Brown,\\\\n\\\\tPermanent Red, and a little bit of Prussian Blue. Let's make some happy\\\\n\\\\tlittle clouds in our world.\\\\n\\\\n\\\\tWork on one thing at a time. Don't get carried away - we have plenty of\\\\n\\\\ttime. Everything is happy if you choose to make it that way. Happy\\\\n\\\\tpainting, God bless. You can create anything that makes you happy. Just\\\\n\\\\tmake a decision and let it go. Nice little clouds playing around in the\\\\n\\\\tsky.\\\\n\\\\n\\\\tAnytime you learn something your time and energy are not wasted. Van Dyke\\\\n\\\\tBrown is a very nice brown, it's almost like a chocolate brown. It's\\\\n\\\\timportant to me that you're happy. In nature, dead trees are just as normal\\\\n\\\\tas live trees. Painting should do one thing. It should put happiness in\\\\n\\\\tyour heart.\\\\n\\\\n\\\\tThere is immense joy in just watching - watching all the little creatures\\\\n\\\\tin nature. I'll go over the colors one more time that we use: Titanium\\\\n\\\\twhite, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap\\\\n\\\\tgreen, Cad yellow, and Permanent red. If you don't like it - change it.\\\\n\\\\tIt's your world. Be brave. Sometimes you learn more from your mistakes than\\\\n\\\\tyou do from your masterpieces.\\";
|
||
//# sourceMappingURL=raw.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build raw with microbundle 5`] = `
|
||
"!function(e,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?t(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],t):t((e=e||self).raw={})}(this,function(e){e.OneKilobyteOfBobRoss=\\"\\\\n\\\\tWe might as well make some Almighty mountains today as well, what the heck.\\\\n\\\\tIn your imagination you can go anywhere you want. Nice little fluffy clouds\\\\n\\\\tlaying around in the sky being lazy. You have to make those little noises or\\\\n\\\\tit won't work. Clouds are free they come and go as they please.\\\\n\\\\n\\\\tTrees grow in all kinds of ways. They're not all perfectly straight. Not\\\\n\\\\tevery limb is perfect. Now let's put some happy little clouds in here. We\\\\n\\\\thave no limits to our world. We're only limited by our imagination. The\\\\n\\\\tfirst step to doing anything is to believe you can do it. See it finished\\\\n\\\\tin your mind before you ever start. Even trees need a friend. We all need\\\\n\\\\tfriends. And that's when it becomes fun - you don't have to spend your\\\\n\\\\ttime thinking about what's happening - you just let it happen.\\\\n\\\\n\\\\tI thought today we would do a happy little picture. We don't have to be\\\\n\\\\tconcerned about it. We just have to let it fall where it will. I'm gonna\\\\n\\\\tstart with a little Alizarin crimson and a touch of Prussian blue Be so\\\\n\\\\tvery light. Be a gentle whisper. The only prerequisite is that it makes\\\\n\\\\tyou happy. If it makes you happy then it's good. This is truly an almighty\\\\n\\\\tmountain.\\\\n\\\\n\\\\tThat's why I paint - because I can create the kind of world I want - and I\\\\n\\\\tcan make this world as happy as I want it. I was blessed with a very steady\\\\n\\\\thand; and it comes in very handy when you're doing these little delicate\\\\n\\\\tthings. We'll paint one happy little tree right here. These things happen\\\\n\\\\tautomatically. All you have to do is just let them happen.\\\\n\\\\n\\\\tYou can do anything here - the only pre-requisite is that it makes you\\\\n\\\\thappy. I'm going to mix up a little color. We’ll use Van Dyke Brown,\\\\n\\\\tPermanent Red, and a little bit of Prussian Blue. Let's make some happy\\\\n\\\\tlittle clouds in our world.\\\\n\\\\n\\\\tWork on one thing at a time. Don't get carried away - we have plenty of\\\\n\\\\ttime. Everything is happy if you choose to make it that way. Happy\\\\n\\\\tpainting, God bless. You can create anything that makes you happy. Just\\\\n\\\\tmake a decision and let it go. Nice little clouds playing around in the\\\\n\\\\tsky.\\\\n\\\\n\\\\tAnytime you learn something your time and energy are not wasted. Van Dyke\\\\n\\\\tBrown is a very nice brown, it's almost like a chocolate brown. It's\\\\n\\\\timportant to me that you're happy. In nature, dead trees are just as normal\\\\n\\\\tas live trees. Painting should do one thing. It should put happiness in\\\\n\\\\tyour heart.\\\\n\\\\n\\\\tThere is immense joy in just watching - watching all the little creatures\\\\n\\\\tin nature. I'll go over the colors one more time that we use: Titanium\\\\n\\\\twhite, Thalo green, Prussian blue, Van Dyke brown, Alizarin crimson, Sap\\\\n\\\\tgreen, Cad yellow, and Permanent red. If you don't like it - change it.\\\\n\\\\tIt's your world. Be brave. Sometimes you learn more from your mistakes than\\\\n\\\\tyou do from your masterpieces.\\"});
|
||
//# sourceMappingURL=raw.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build shebang with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
shebang
|
||
dist
|
||
shebang.esm.js
|
||
shebang.esm.js.map
|
||
shebang.js
|
||
shebang.js.map
|
||
shebang.umd.js
|
||
shebang.umd.js.map
|
||
package.json
|
||
src
|
||
index.js
|
||
|
||
|
||
Build \\"shebang\\" to dist:
|
||
85 B: shebang.js.gz
|
||
62 B: shebang.js.br
|
||
89 B: shebang.esm.js.gz
|
||
70 B: shebang.esm.js.br
|
||
185 B: shebang.umd.js.gz
|
||
146 B: shebang.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build shebang with microbundle 2`] = `6`;
|
||
|
||
exports[`fixtures build shebang with microbundle 3`] = `
|
||
"#!/usr/bin/env node
|
||
function o(){return\\"hello world\\"}export{o as foo};
|
||
//# sourceMappingURL=shebang.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build shebang with microbundle 4`] = `
|
||
"#!/usr/bin/env node
|
||
exports.foo=function(){return\\"hello world\\"};
|
||
//# sourceMappingURL=shebang.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build shebang with microbundle 5`] = `
|
||
"#!/usr/bin/env node
|
||
!function(e,o){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?o(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],o):o((e=e||self).shebang={})}(this,function(e){e.foo=function(){return\\"hello world\\"}});
|
||
//# sourceMappingURL=shebang.umd.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 1`] = `
|
||
"Used script: microbundle
|
||
|
||
Directory tree:
|
||
|
||
ts-mixed-exports
|
||
dist
|
||
car.d.ts
|
||
index.d.ts
|
||
ts-mixed-exports.esm.js
|
||
ts-mixed-exports.esm.js.map
|
||
ts-mixed-exports.js
|
||
ts-mixed-exports.js.map
|
||
ts-mixed-exports.umd.js
|
||
ts-mixed-exports.umd.js.map
|
||
node_modules
|
||
package.json
|
||
src
|
||
car.ts
|
||
index.ts
|
||
tsconfig.json
|
||
|
||
|
||
Build \\"tsMixedExports\\" to dist:
|
||
112 B: ts-mixed-exports.js.gz
|
||
89 B: ts-mixed-exports.js.br
|
||
115 B: ts-mixed-exports.esm.js.gz
|
||
100 B: ts-mixed-exports.esm.js.br
|
||
213 B: ts-mixed-exports.umd.js.gz
|
||
171 B: ts-mixed-exports.umd.js.br"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 2`] = `8`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 3`] = `
|
||
"export interface Driveable {
|
||
drive(distance: number): boolean;
|
||
}
|
||
export default class Car implements Driveable {
|
||
drive(distance: number): boolean;
|
||
}
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 4`] = `
|
||
"import Car from './car';
|
||
declare let Ferrari: Car;
|
||
export { Car };
|
||
export default Ferrari;
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 5`] = `
|
||
"var t=function(){function t(){}return t.prototype.drive=function(t){return!0},t}(),n=new t;export default n;export{t as Car};
|
||
//# sourceMappingURL=ts-mixed-exports.esm.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 6`] = `
|
||
"var r=function(){function r(){}return r.prototype.drive=function(r){return!0},r}(),t=new r;exports.Car=r,exports.default=t;
|
||
//# sourceMappingURL=ts-mixed-exports.js.map
|
||
"
|
||
`;
|
||
|
||
exports[`fixtures build ts-mixed-exports with microbundle 7`] = `
|
||
"!function(e,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?t(exports):\\"function\\"==typeof define&&define.amd?define([\\"exports\\"],t):t((e=e||self).tsMixedExports={})}(this,function(e){var t=function(){function e(){}return e.prototype.drive=function(e){return!0},e}(),n=new t;e.Car=t,e.default=n});
|
||
//# sourceMappingURL=ts-mixed-exports.umd.js.map
|
||
"
|
||
`;
|