Skip to content

feat: support switch filter model #126

feat: support switch filter model

feat: support switch filter model #126

Re-run triggered January 19, 2025 10:27
Status Failure
Total duration 59s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 1 warning
test/e2e-rolldown.test.ts > E2E > test - "treemap": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e-rolldown.test.ts > E2E > test - "sunburst": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
test/e2e-rolldown.test.ts > E2E > test - "network": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i>=0){if((f
test/e2e-rolldown.test.ts > E2E > test - "flamegraph": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-le
test/e2e-rolldown.test.ts > E2E sourcemap > test - "treemap": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - ma
test/e2e-rolldown.test.ts > E2E sourcemap > test - "sunburst": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - m
test/e2e-rolldown.test.ts > E2E sourcemap > test - "network": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i
test/e2e-rolldown.test.ts > E2E sourcemap > test - "flamegraph": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; -
test/e2e.test.ts > E2E > test - "treemap": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e.test.ts > E2E > test - "sunburst": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
build (18.x)
The job was canceled because "_20_x" failed.
test/e2e-rolldown.test.ts > E2E > test - "treemap": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e-rolldown.test.ts > E2E > test - "sunburst": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
test/e2e-rolldown.test.ts > E2E > test - "network": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i>=0){if((f
test/e2e-rolldown.test.ts > E2E > test - "flamegraph": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-le
test/e2e-rolldown.test.ts > E2E sourcemap > test - "treemap": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - ma
test/e2e-rolldown.test.ts > E2E sourcemap > test - "sunburst": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - m
test/e2e-rolldown.test.ts > E2E sourcemap > test - "network": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i
test/e2e-rolldown.test.ts > E2E sourcemap > test - "flamegraph": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; -
test/e2e.test.ts > E2E > test - "treemap": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e.test.ts > E2E > test - "sunburst": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
build (22.x)
The job was canceled because "_20_x" failed.
test/e2e-rolldown.test.ts > E2E > test - "treemap": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e-rolldown.test.ts > E2E > test - "sunburst": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
test/e2e-rolldown.test.ts > E2E > test - "network": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i>=0){if((f
test/e2e-rolldown.test.ts > E2E > test - "flamegraph": test/e2e-rolldown.test.ts#L44
Error: Snapshot `E2E > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-le
test/e2e-rolldown.test.ts > E2E sourcemap > test - "treemap": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - ma
test/e2e-rolldown.test.ts > E2E sourcemap > test - "sunburst": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - m
test/e2e-rolldown.test.ts > E2E sourcemap > test - "network": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "network" 1` mismatched - Expected + Received @@ -7,12 +7,12 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Rollup Visualizer</title> <style> :root { --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; --background-color: #2b2d42; --text-color: #edf2f4; } html { @@ -145,5263 +145,5271 @@ <body> <main></main> <script> /*<!--*/ var drawChart = (function (exports) { - 'use strict'; + 'use strict'; - var n,l$1,u$2,i$1,r$1,o$1,e$1,f$2,c$2,s$1,a$2,h$1,p$1={},v$1=[],y$3=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$1=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m$2(l,e,i,r,null)}function m$2(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u$2:o,__i:-1,__u:0};return null==o&&null!=l$1.vnode&&l$1.vnode(e),e}function k$1(n){return n.children}function x$3(n,l){this.props=n,this.context=l;}function C$1(n,l){if(null==l)return n.__?C$1(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C$1(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i$1.push(n)&&!P.__r++||r$1!==l$1.debounceRendering)&&((r$1=l$1.debounceRendering)||o$1)(P);}function P(){var n,u,t,r,o,f,c,s;for(i$1.sort(e$1);n=i$1.shift();)n.__d&&(u=i$1.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w$1({},o)).__v=o.__v+1,l$1.vnode&&l$1.vnode(r),j$1(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C$1(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z$1(c,r,s),r.__e!=f&&S(r)),i$1.length>u&&i$1.sort(e$1));P.__r=0;}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$1,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$1:g[y.__i]||p$1,y.__i=a,_=j$1(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m$2(null,o,null,null,null):d$1(o)?m$2(k$1,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$2(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C$1(e)),q$1(e,e));return t}function A$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C$1(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8==l.nodeType);return l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i
test/e2e-rolldown.test.ts > E2E sourcemap > test - "flamegraph": test/e2e-rolldown.test.ts#L83
Error: Snapshot `E2E sourcemap > test - "flamegraph" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; -
test/e2e.test.ts > E2E > test - "treemap": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "treemap" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left:
test/e2e.test.ts > E2E > test - "sunburst": test/e2e.test.ts#L44
Error: Snapshot `E2E > test - "sunburst" 1` mismatched - Expected + Received " <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Rollup Visualizer</title> - <style> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Rollup Visualizer</title> + <style> :root { - --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, - "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; - --background-color: #2b2d42; - --text-color: #edf2f4; + --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji"; + --background-color: #2b2d42; + --text-color: #edf2f4; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } html { - background-color: var(--background-color); - color: var(--text-color); - font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + font-family: var(--font-family); } body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } html, body { - height: 100%; - width: 100%; - overflow: hidden; + height: 100%; + width: 100%; + overflow: hidden; } body { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } svg { - vertical-align: middle; - width: 100%; - height: 100%; - max-height: 100vh; + vertical-align: middle; + width: 100%; + height: 100%; + max-height: 100vh; } main { - flex-grow: 1; - height: 100vh; - padding: 20px; + flex-grow: 1; + height: 100vh; + padding: 20px; } .tooltip { - position: absolute; - z-index: 1070; - border: 2px solid; - border-radius: 5px; - padding: 5px; - font-size: 0.875rem; - background-color: var(--background-color); - color: var(--text-color); + position: absolute; + z-index: 1070; + border: 2px solid; + border-radius: 5px; + padding: 5px; + font-size: 0.875rem; + background-color: var(--background-color); + color: var(--text-color); } .tooltip-hidden { - visibility: hidden; - opacity: 0; + visibility: hidden; + opacity: 0; } .sidebar { - position: fixed; - top: 0; - left: 0; - right: 0; - display: flex; - flex-direction: row; - font-size: 0.7rem; - align-items: center; - margin: 0 50px; - height: 20px; + position: fixed; + top: 0; + left: 0; + right: 0; + display: flex; + flex-direction: row; + font-size: 0.7rem; + align-items: center; + margin: 0 50px; + height: 20px; } .size-selectors { - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; } .size-selector { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - margin-right: 1rem; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + margin-right: 1rem; } .size-selector input { - margin: 0 0.3rem 0 0; + margin: 0 0.3rem 0 0; } .filters { - flex: 1; - display: flex; - flex-direction: row; - align-items: center; + flex: 1; + display: flex; + flex-direction: row; + align-items: center; } .module-filters { - display: flex; - flex-grow: 1; + display: flex; + flex-grow: 1; } .module-filter { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - flex: 1; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + flex: 1; } .module-filter input { - flex: 1; - height: 1rem; - padding: 0.01rem; - font-size: 0.7rem; - margin-left
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636