testplane 9.0.1 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/package.json +2 -2
- package/build/src/browser/client-scripts/browser-utils/tsc-out/isomorphic/types.js +5 -6
- package/build/src/browser/client-scripts/screen-shooter/build/bundle.compat.js +2 -2
- package/build/src/browser/client-scripts/screen-shooter/build/bundle.native.js +2 -2
- package/build/src/browser/client-scripts/screen-shooter/tsc-out/client-scripts/screen-shooter/operations.js +11 -2
- package/build/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/types.js +5 -6
- package/build/src/browser/isomorphic/tsconfig.tsbuildinfo +1 -1
- package/build/src/browser/isomorphic/types.d.ts +6 -5
- package/build/src/browser/isomorphic/types.js +5 -6
- package/build/src/browser/isomorphic/types.js.map +1 -1
- package/build/src/browser/screen-shooter/composite-image/index.js +4 -2
- package/build/src/browser/screen-shooter/composite-image/index.js.map +1 -1
- package/build/src/browser/screen-shooter/elements-screen-shooter.js +4 -0
- package/build/src/browser/screen-shooter/elements-screen-shooter.js.map +1 -1
- package/build/src/config/defaults.d.ts +1 -2
- package/package.json +2 -2
package/build/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testplane",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Tests framework based on mocha and wdio",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test-e2e-testplane": "npm run test-e2e-testplane:generate-fixtures && npm run test-e2e-testplane:run-tests",
|
|
41
41
|
"test-e2e-testplane:run-tests": "node bin/testplane --config test/e2e/testplane.config.ts",
|
|
42
42
|
"test-e2e-testplane:generate-fixtures": "node bin/testplane --config test/e2e/fixtures/basic-report/testplane.config.ts || true",
|
|
43
|
-
"test-e2e:gui": "node bin/testplane --config test/e2e/testplane.config.ts gui",
|
|
43
|
+
"test-e2e-testplane:gui": "node bin/testplane --config test/e2e/testplane.config.ts gui",
|
|
44
44
|
"test-browser-env": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
|
|
45
45
|
"test-browser-env:gui": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane gui -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
|
|
46
46
|
"toc": "doctoc docs --title '### Contents'",
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.isBrowserSideError = exports.BrowserSideErrorCode = exports.DisableHoverMode = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(DisableHoverMode || (exports.DisableHoverMode = DisableHoverMode = {}));
|
|
4
|
+
exports.DisableHoverMode = {
|
|
5
|
+
Always: "always",
|
|
6
|
+
WhenScrollingNeeded: "when-scrolling-needed",
|
|
7
|
+
Never: "never"
|
|
8
|
+
};
|
|
10
9
|
var BrowserSideErrorCode;
|
|
11
10
|
(function (BrowserSideErrorCode) {
|
|
12
11
|
BrowserSideErrorCode["JS"] = "JS";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},{"../shared/logger":16,"./operations":5,"./utils/descriptions":7,"./utils/dom":8,"./utils/scroll":11,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":22}],4:[function(require,module,exports){
|
|
8
8
|
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,i,n){n===undefined&&(n=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&("get"in r?t.__esModule:!r.writable&&!r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,n,r)}:function(e,t,i,n){n===undefined&&(n=i),e[n]=t[i]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e["default"]=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&__createBinding(t,e,i);return __setModuleDefault(t,e),t};exports.__esModule=!0;var implementation=__importStar(require("./implementation")),globalObj="undefined"==typeof window?globalThis:window;globalObj.__geminiCore||(globalObj.__geminiCore={}),globalObj.__geminiCore[__geminiNamespace]=implementation;
|
|
9
9
|
},{"./implementation":3}],5:[function(require,module,exports){
|
|
10
|
-
"use strict";function computeScrollOffset(e){return(0,scroll_1.isRootLikeElement)(e)?window.scrollY:e.scrollTop}function computeViewportSize(){return{width:window.innerWidth,height:window.innerHeight}}function computeViewportOffset(){return{left:window.scrollX,top:window.scrollY}}function getProbeAxisCoordinates(e,t){var o=Math.max(1,Math.floor(e));if(t<=1)return[0];for(var r=o-1,n=o/(t-1),i=[],l=0;l<t;l++)i.push(Math.min(r,Math.round(l*n)));return i}function computeElementPositionsProbe(e){void 0===e&&(e=ELEMENT_POSITIONS_PROBE_GRID_SIZE);for(var t=computeViewportSize(),o=getProbeAxisCoordinates(t.width,e),r=getProbeAxisCoordinates(t.height,e),n=[],i=0;i<r.length;i++)for(var l=0;l<o.length;l++){var s=o[l],a=r[i],c=document.elementFromPoint(s,a);c?n.push(__assign(__assign({},(0,_isomorphic_1.fromBcrToRect)(c.getBoundingClientRect())),{elementDescr:(0,descriptions_1.getReadableElementDescriptor)(c)})):n.push(null)}return n}function computeCaptureSpecs(e,t){if(0===e.length)throw new Error("No selectors to compute capture area");null===t||void 0===t||t("========== <computeCaptureSpecs> =========="),null===t||void 0===t||t("selectors:",e);for(var o=performance.now(),r=[],n=0;n<e.length;n++){var i=(0,pseudo_element_rect_1.parseCaptureSelector)(e[n]),l=document.querySelector(i.elementSelector);l&&r.push({element:l,pseudoElement:i.pseudoElement})}for(var s=[],a=0,c=r;a<c.length;a++){var u=c[a],l=u.element,p=u.pseudoElement,m=function(e,o){var r,n=o?(0,element_rect_1.getPseudoElementCaptureRect)(e,o):(0,element_rect_1.getElementCaptureRect)(e,t);if(!n)return null;var i=(0,clip_rect_1.getClipRect)(e,t);return{full:n,visible:null!==(r=(0,_isomorphic_1.getIntersection)(n,i))&&void 0!==r?r:{top:n.top,left:n.left,width:0,height:0},clip:i}}(l,p);m&&s.push(m)}return null===t||void 0===t||t("captureSpecs:",s),null===t||void 0===t||t("computeCaptureSpecs time taken:",(performance.now()-o).toFixed(1)+"ms"),null===t||void 0===t||t("========== </computeCaptureSpecs> =========="),s}function computeIgnoreAreas(e){void 0===e&&(e=[]);for(var t=[],o=0;o<e.length;o++)for(var r=(0,pseudo_element_rect_1.parseCaptureSelector)(e[o]),n=document.querySelectorAll(r.elementSelector),i=0;i<n.length;i++){var l=r.pseudoElement?(0,element_rect_1.getPseudoElementCaptureRect)(n[i],r.pseudoElement):(0,element_rect_1.getElementCaptureRect)(n[i]);null!==l&&t.push(l)}return t}function computeSafeArea(e,t,o){var r,n;null===o||void 0===o||o("========== <computeSafeArea> ==========");var i=performance.now(),l=computeViewportSize(),s={left:0,top:0,width:l.width,height:l.height},a=e.map(function(e){return document.querySelector((0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector)}).filter(function(e){return null!==e}),c=computeCaptureSpecs(e).map(function(e){return e.full});if(0===c.length)return{top:s.top,height:s.height};var u,p=null!==t&&void 0!==t?t:document.documentElement;if(p===document.documentElement)null===o||void 0===o||o("setting base safe area to viewport rect"),u=__assign({},s);else{var m=(0,element_rect_1.getBoundingClientContentRect)(p);null===o||void 0===o||o("setting base safe area to visible part of scroll container:",(0,descriptions_1.getReadableElementDescriptor)(p),"contentRect:",m),u=null!==(r=(0,_isomorphic_1.getIntersection)(m,s))&&void 0!==r?r:__assign({},s);var d=(0,element_rect_1.getVerticalRadiusInsets)(p),f=d.top,h=d.bottom;if(f>0||h>0){var _=u.height,g=Math.min(f,_),v=Math.min(h,_-g);null===o||void 0===o||o("applying radius insets to safe area:",{topInset:g,bottomInset:v}),u=__assign(__assign({},u),{top:u.top+g,height:_-g-v})}}var S=__assign({},u);if(a.every(function(e){return"fixed"===getComputedStyle(e).position||null!==(0,dom_1.findFixedPositionedParent)(e)&&null===(0,scroll_1.getScrollParent)(e)}))return null===o||void 0===o||o("all capture elements are fixed or inside non-scrollable fixed subtree, skipping interferences"),{top:S.top,height:S.height};for(var w=(0,_isomorphic_1.getCoveringRect)(c),E=a.map(function(e){return(0,z_index_1.buildZChain)(e)}),C=w.left,P=C+w.width,x=[],b=document.documentElement.querySelectorAll("*"),y=1===a.length?a[0]:null,A=0;A<b.length;A++)!function(e){var t=b[e];if(p===t||t.contains(p))return"continue";if(y&&(t===y||t.contains(y)))return"continue";var r=getComputedStyle(t),i=r.position,l=t.getBoundingClientRect();if(l.width<1||l.height<1||1===l.width&&1===l.height||"hidden"===r.visibility||"none"===r.display||parseFloat(r.opacity)<1e-4||/opacity\(\s*0(?:\.0+)?%?\s*\)/.test(r.filter))return"continue";if(l.right<=C||l.left>=P)return"continue";if(null===(0,_isomorphic_1.getIntersection)((0,_isomorphic_1.fromBcrToRect)(l),s))return"continue";var c=!1,m=!1,d=(0,element_rect_1.domRectToViewportCss)(l),f=(0,dom_1.findFixedPositionedParent)(t),h=null!==f&&(f===p||f.contains(p));if("fixed"===i||f&&!h)c=!0,m=a.some(function(e){return e.contains(t)});else if("absolute"===i){if(a.some(function(e){return e.contains(t)}))return"continue";var _=(0,dom_1.findContainingBlock)(t);p===document.documentElement||p.contains(_)||(c=!0)}else if("sticky"===i){var g=parseFloat(r.top),v=parseFloat(r.bottom),S=null!==(n=(0,scroll_1.getScrollParent)(t))&&void 0!==n?n:document.documentElement;null===o||void 0===o||o("scrollParent:",(0,descriptions_1.getReadableElementDescriptor)(S));var w=S.getBoundingClientRect();if(g+=(0,scroll_1.isRootLikeElement)(S)?0:w.top,m=S===p||(0,scroll_1.isRootLikeElement)(S)&&(0,scroll_1.isRootLikeElement)(p),isNaN(g)){if(!isNaN(v)){var A=p===document.documentElement,T=A?s.height:u.top+u.height;d={left:l.left,top:T-v-l.height,width:l.width,height:l.height},c=!0}}else d={left:l.left,top:g,width:l.width,height:l.height},c=!0}if(!c)return"continue";var R=(0,z_index_1.buildZChain)(t);if(m||!E.every(function(e){return(0,z_index_1.isChainBehind)(R,e)})){var I=(0,element_rect_1.getExtRect)(r,d),N=I.left;if(N+I.width<=C||N>=P)return"continue";x.push({element:t,rect:I})}}(A);for(var T=u.top,R=u.height,I=S.height,N=0,D=x;N<D.length;N++){var O=D[N];null===o||void 0===o||o("processing interference:",{element:(0,descriptions_1.getReadableElementDescriptor)(O.element),rect:O.rect});var q=O.rect,M=(0,_isomorphic_1.getBottom)({top:T,height:R}),k=(0,_isomorphic_1.getBottom)(q),B=k-T,F=M-q.top,V=T,z=R;B<F?(V=Math.max(k,T),z=(0,_isomorphic_1.getHeight)(M,V),null===o||void 0===o||o("decided to shrink top")):F&&(z=Math.min(R,q.top-T),null===o||void 0===o||o("decided to shrink bottom")),z<.3*I?null===o||void 0===o||o("decided to skip, because shrinking is too large"):(null===o||void 0===o||o("resulting safe area top:",V,"resulting safe area height:",z),T=V,R=z)}R<.3*I&&(T=S.top,R=S.height),(0,user_agent_1.isSafariMobile)()&&l.height-(T+R)<40&&(R-=40);var L={top:T,height:R};return null===o||void 0===o||o("final safe area:",L),null===o||void 0===o||o("computeSafeArea time taken:",(performance.now()-i).toFixed(1)+"ms"),null===o||void 0===o||o("========== </computeSafeArea> =========="),L}function computeDocumentSize(){var e=(0,dom_1.getMainDocumentElem)();return{width:e.scrollWidth,height:e.scrollHeight}}function computeCanHaveCaret(){var e=document.activeElement;return e instanceof HTMLElement&&(/^(input|textarea)$/i.test(e.tagName)||e.isContentEditable)}function computePixelRatio(e){return void 0===e&&(e=!0),!1===e?1:window.devicePixelRatio?window.devicePixelRatio:window.screen.deviceXDPI/window.screen.logicalXDPI||1}function scrollToCaptureAreaIfNeeded(e,t,o,r,n){var i=computeViewportSize(),l=__assign({top:0,left:0},i),s=computeCaptureSpecs(e);if(!s)return{};var a=r?document.querySelector(r):null,c=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),u=null!==a&&void 0!==a?a:(0,scroll_1.getCommonScrollParent)(c),p=null!==r&&void 0!==r?r:(0,descriptions_1.getReadableElementDescriptor)(u),m=(0,_isomorphic_1.getCoveringRect)(s.map(function(e){return e.full})),d=computeSafeArea(e,u,n),f=(0,_isomorphic_1.getIntersection)(m,d),h=(0,_isomorphic_1.getIntersection)(m,l),_=Math.min(m.height,d.height),g=!f||f.height<_/2,v=m.top>=d.top;if(null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: intersection check",{captureArea:m,safeArea:d,viewport:l,hasViewportIntersection:Boolean(h),hasSafeAreaIntersection:Boolean(f),isIntersectionWithSafeAreaTooSmall:g,captureElementFromTop:Boolean(t)}),!t&&!h)throw null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: throwing OutsideOfViewportError because captureElementFromTop is disabled and target is outside viewport"),new outside_of_viewport_1.OutsideOfViewportError;if((!t||!g)&&v)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll",{reason:t?"target already has enough safe area visibility":"captureElementFromTop is disabled"}),{};if(!t&&o)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll because allowViewportOverflow is true and captureElementFromTop is false"),{};null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling is required",{scrollElement:p,requestedSelectorToScroll:null!==r&&void 0!==r?r:null,selectorMatched:Boolean(a)});var S=__spreadArray([],(0,scroll_1.getScrollParentsChain)(u),!0);S[S.length-1]!==u&&S.push(u);for(var w=1;w<S.length;w++){var E=computeSafeArea(e,S[w-1]),C=S[w].getBoundingClientRect().top,P=C-E.top;null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling chain element",{scrollElement:(0,descriptions_1.getReadableElementDescriptor)(S[w-1]),childElement:(0,descriptions_1.getReadableElementDescriptor)(S[w]),scrollDelta:P}),(0,scroll_1.scrollElementBy)(S[w-1],P,n)}var x=(0,_isomorphic_1.getCoveringRect)(computeCaptureSpecs(e).map(function(e){return e.full}));if(!x)return{};var b=computeSafeArea(e,u),y=x.top-b.top;return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: final alignment scroll",{scrollElement:p,finalScrollDelta:y}),(0,scroll_1.scrollElementBy)(u,y,n),{readableSelectorToScrollDescr:p}}function saveElementScrollPosition(e){var t=(0,dom_1.getScreenshooterNamespaceData)();if(t.savedScrollPositions||(t.savedScrollPositions=[]),!t.savedScrollPositions.some(function(t){return t.element===e})){var o=(0,scroll_1.isRootLikeElement)(e)?{element:e,left:window.scrollX,top:window.scrollY}:{element:e,left:e.scrollLeft,top:e.scrollTop};t.savedScrollPositions.push(o)}}function saveScrollPositions(e,t){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[];var o=t?document.querySelector(t):null,r=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),n=null!==o&&void 0!==o?o:(0,scroll_1.getCommonScrollParent)(r),i=__spreadArray([],(0,scroll_1.getScrollParentsChain)(n),!0);i[i.length-1]!==n&&i.push(n);for(var l=0,s=i;l<s.length;l++){saveElementScrollPosition(s[l])}}function prepareFullPageScrollCleanup(){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[],saveElementScrollPosition(document.documentElement)}function restoreScrollPosition(e){if((0,scroll_1.isRootLikeElement)(e.element))return(0,scroll_1.performScrollFixForSafariIfNeeded)(e.top),void window.scrollTo(e.left,e.top);var t=e.element;if("function"==typeof t.scrollTo)return void t.scrollTo(e.left,e.top);"number"==typeof t.scrollLeft&&(t.scrollLeft=e.left),"number"==typeof t.scrollTop&&(t.scrollTop=e.top)}function cleanupSavedScrolls(){var e;try{var t=(0,dom_1.getScreenshooterNamespaceData)(),o=null!==(e=t.savedScrollPositions)&&void 0!==e?e:[];t.savedScrollPositions=[];for(var r=0,n=o;r<n.length;r++){var i=n[r];try{restoreScrollPosition(i)}catch(l){}}}catch(l){}}function disableAnimations(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," animation-delay: 0ms !important;"," animation-duration: 0ms !important;"," animation-timing-function: step-start !important;"," transition-timing-function: step-start !important;"," scroll-behavior: auto !important;"," transition: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),window.__cleanupAnimation=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e]);delete window.__cleanupAnimation}}function disablePointerEvents(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," pointer-events: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),(0,dom_1.getScreenshooterNamespaceData)().cleanupPointerEventsCb=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e])}}var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(e){for(var t,o=1,r=arguments.length;o<r;o++){t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},__assign.apply(this,arguments)},__spreadArray=this&&this.__spreadArray||function(e,t,o){if(o||2===arguments.length)for(var r,n=0,i=t.length;n<i;n++)!r&&n in t||(r||(r=Array.prototype.slice.call(t,0,n)),r[n]=t[n]);return e.concat(r||Array.prototype.slice.call(t))};exports.__esModule=!0,exports.disablePointerEvents=exports.disableAnimations=exports.cleanupSavedScrolls=exports.prepareFullPageScrollCleanup=exports.saveScrollPositions=exports.scrollToCaptureAreaIfNeeded=exports.computePixelRatio=exports.computeCanHaveCaret=exports.computeDocumentSize=exports.computeSafeArea=exports.computeIgnoreAreas=exports.computeCaptureSpecs=exports.computeElementPositionsProbe=exports.computeViewportOffset=exports.computeViewportSize=exports.computeScrollOffset=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),outside_of_viewport_1=require("./errors/outside-of-viewport"),descriptions_1=require("./utils/descriptions"),dom_1=require("./utils/dom"),element_rect_1=require("./utils/element-rect"),clip_rect_1=require("./utils/clip-rect"),scroll_1=require("./utils/scroll"),trusted_types_1=require("./utils/trusted-types"),z_index_1=require("./utils/z-index"),pseudo_element_rect_1=require("./utils/pseudo-element-rect"),user_agent_1=require("./utils/user-agent");exports.computeScrollOffset=computeScrollOffset,exports.computeViewportSize=computeViewportSize,exports.computeViewportOffset=computeViewportOffset;var ELEMENT_POSITIONS_PROBE_GRID_SIZE=5;exports.computeElementPositionsProbe=computeElementPositionsProbe,exports.computeCaptureSpecs=computeCaptureSpecs,exports.computeIgnoreAreas=computeIgnoreAreas,exports.computeSafeArea=computeSafeArea,exports.computeDocumentSize=computeDocumentSize,exports.computeCanHaveCaret=computeCanHaveCaret,exports.computePixelRatio=computePixelRatio,exports.scrollToCaptureAreaIfNeeded=scrollToCaptureAreaIfNeeded,exports.saveScrollPositions=saveScrollPositions,exports.prepareFullPageScrollCleanup=prepareFullPageScrollCleanup,exports.cleanupSavedScrolls=cleanupSavedScrolls,exports.disableAnimations=disableAnimations,exports.disablePointerEvents=disablePointerEvents;
|
|
10
|
+
"use strict";function computeScrollOffset(e){return(0,scroll_1.isRootLikeElement)(e)?window.scrollY:e.scrollTop}function computeViewportSize(){var e=window.visualViewport;return e&&e.width>0&&e.height>0?{width:e.width,height:e.height}:{width:window.innerWidth,height:window.innerHeight}}function computeViewportOffset(){return{left:window.scrollX,top:window.scrollY}}function getProbeAxisCoordinates(e,t){var o=Math.max(1,Math.floor(e));if(t<=1)return[0];for(var r=o-1,n=o/(t-1),i=[],l=0;l<t;l++)i.push(Math.min(r,Math.round(l*n)));return i}function computeElementPositionsProbe(e){void 0===e&&(e=ELEMENT_POSITIONS_PROBE_GRID_SIZE);for(var t=computeViewportSize(),o=getProbeAxisCoordinates(t.width,e),r=getProbeAxisCoordinates(t.height,e),n=[],i=0;i<r.length;i++)for(var l=0;l<o.length;l++){var s=o[l],a=r[i],c=document.elementFromPoint(s,a);c?n.push(__assign(__assign({},(0,_isomorphic_1.fromBcrToRect)(c.getBoundingClientRect())),{elementDescr:(0,descriptions_1.getReadableElementDescriptor)(c)})):n.push(null)}return n}function computeCaptureSpecs(e,t){if(0===e.length)throw new Error("No selectors to compute capture area");null===t||void 0===t||t("========== <computeCaptureSpecs> =========="),null===t||void 0===t||t("selectors:",e);for(var o=performance.now(),r=[],n=0;n<e.length;n++){var i=(0,pseudo_element_rect_1.parseCaptureSelector)(e[n]),l=document.querySelector(i.elementSelector);l&&r.push({element:l,pseudoElement:i.pseudoElement})}for(var s=[],a=0,c=r;a<c.length;a++){var u=c[a],l=u.element,p=u.pseudoElement,m=function(e,o){var r,n=o?(0,element_rect_1.getPseudoElementCaptureRect)(e,o):(0,element_rect_1.getElementCaptureRect)(e,t);if(!n)return null;var i=(0,clip_rect_1.getClipRect)(e,t);return{full:n,visible:null!==(r=(0,_isomorphic_1.getIntersection)(n,i))&&void 0!==r?r:{top:n.top,left:n.left,width:0,height:0},clip:i}}(l,p);m&&s.push(m)}return null===t||void 0===t||t("captureSpecs:",s),null===t||void 0===t||t("computeCaptureSpecs time taken:",(performance.now()-o).toFixed(1)+"ms"),null===t||void 0===t||t("========== </computeCaptureSpecs> =========="),s}function computeIgnoreAreas(e){void 0===e&&(e=[]);for(var t=[],o=0;o<e.length;o++)for(var r=(0,pseudo_element_rect_1.parseCaptureSelector)(e[o]),n=document.querySelectorAll(r.elementSelector),i=0;i<n.length;i++){var l=r.pseudoElement?(0,element_rect_1.getPseudoElementCaptureRect)(n[i],r.pseudoElement):(0,element_rect_1.getElementCaptureRect)(n[i]);null!==l&&t.push(l)}return t}function computeSafeArea(e,t,o){var r,n;null===o||void 0===o||o("========== <computeSafeArea> ==========");var i=performance.now(),l=computeViewportSize(),s={left:0,top:0,width:l.width,height:l.height},a=e.map(function(e){return document.querySelector((0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector)}).filter(function(e){return null!==e}),c=computeCaptureSpecs(e).map(function(e){return e.full});if(0===c.length)return{top:s.top,height:s.height};var u,p=null!==t&&void 0!==t?t:document.documentElement;if(p===document.documentElement)null===o||void 0===o||o("setting base safe area to viewport rect"),u=__assign({},s);else{var m=(0,element_rect_1.getBoundingClientContentRect)(p);null===o||void 0===o||o("setting base safe area to visible part of scroll container:",(0,descriptions_1.getReadableElementDescriptor)(p),"contentRect:",m),u=null!==(r=(0,_isomorphic_1.getIntersection)(m,s))&&void 0!==r?r:__assign({},s);var d=(0,element_rect_1.getVerticalRadiusInsets)(p),f=d.top,h=d.bottom;if(f>0||h>0){var _=u.height,g=Math.min(f,_),v=Math.min(h,_-g);null===o||void 0===o||o("applying radius insets to safe area:",{topInset:g,bottomInset:v}),u=__assign(__assign({},u),{top:u.top+g,height:_-g-v})}}var S=__assign({},u);if(a.every(function(e){return"fixed"===getComputedStyle(e).position||null!==(0,dom_1.findFixedPositionedParent)(e)&&null===(0,scroll_1.getScrollParent)(e)}))return null===o||void 0===o||o("all capture elements are fixed or inside non-scrollable fixed subtree, skipping interferences"),{top:S.top,height:S.height};for(var w=(0,_isomorphic_1.getCoveringRect)(c),E=a.map(function(e){return(0,z_index_1.buildZChain)(e)}),C=w.left,P=C+w.width,x=[],b=document.documentElement.querySelectorAll("*"),y=1===a.length?a[0]:null,A=0;A<b.length;A++)!function(e){var t=b[e];if(p===t||t.contains(p))return"continue";if(y&&(t===y||t.contains(y)))return"continue";var r=getComputedStyle(t),i=r.position,l=t.getBoundingClientRect();if(l.width<1||l.height<1||1===l.width&&1===l.height||"hidden"===r.visibility||"none"===r.display||parseFloat(r.opacity)<1e-4||/opacity\(\s*0(?:\.0+)?%?\s*\)/.test(r.filter))return"continue";if(l.right<=C||l.left>=P)return"continue";if(null===(0,_isomorphic_1.getIntersection)((0,_isomorphic_1.fromBcrToRect)(l),s))return"continue";var c=!1,m=!1,d=(0,element_rect_1.domRectToViewportCss)(l),f=(0,dom_1.findFixedPositionedParent)(t),h=null!==f&&(f===p||f.contains(p));if("fixed"===i||f&&!h)c=!0,m=a.some(function(e){return e.contains(t)});else if("absolute"===i){if(a.some(function(e){return e.contains(t)}))return"continue";var _=(0,dom_1.findContainingBlock)(t);p===document.documentElement||p.contains(_)||(c=!0)}else if("sticky"===i){var g=parseFloat(r.top),v=parseFloat(r.bottom),S=null!==(n=(0,scroll_1.getScrollParent)(t))&&void 0!==n?n:document.documentElement;null===o||void 0===o||o("scrollParent:",(0,descriptions_1.getReadableElementDescriptor)(S));var w=S.getBoundingClientRect();if(g+=(0,scroll_1.isRootLikeElement)(S)?0:w.top,m=a.some(function(e){return e===t||e.contains(t)})&&(S===p||(0,scroll_1.isRootLikeElement)(S)&&(0,scroll_1.isRootLikeElement)(p)),isNaN(g)){if(!isNaN(v)){var A=p===document.documentElement,T=A?s.height:u.top+u.height;d={left:l.left,top:T-v-l.height,width:l.width,height:l.height},c=!0}}else d={left:l.left,top:g,width:l.width,height:l.height},c=!0}if(!c)return"continue";var R=(0,z_index_1.buildZChain)(t);if(m||!E.every(function(e){return(0,z_index_1.isChainBehind)(R,e)})){var I=(0,element_rect_1.getExtRect)(r,d),N=I.left;if(N+I.width<=C||N>=P)return"continue";x.push({element:t,rect:I})}}(A);for(var T=u.top,R=u.height,I=S.height,N=0,D=x;N<D.length;N++){var O=D[N];null===o||void 0===o||o("processing interference:",{element:(0,descriptions_1.getReadableElementDescriptor)(O.element),rect:O.rect});var q=O.rect,M=(0,_isomorphic_1.getBottom)({top:T,height:R}),k=(0,_isomorphic_1.getBottom)(q),B=k-T,F=M-q.top,V=T,z=R;B<F?(V=Math.max(k,T),z=Math.max(0,M-V),null===o||void 0===o||o("decided to shrink top")):F&&(z=Math.min(R,q.top-T),null===o||void 0===o||o("decided to shrink bottom")),z<.3*I?null===o||void 0===o||o("decided to skip, because shrinking is too large"):(null===o||void 0===o||o("resulting safe area top:",V,"resulting safe area height:",z),T=V,R=z)}R<.3*I&&(T=S.top,R=S.height),(0,user_agent_1.isSafariMobile)()&&l.height-(T+R)<40&&(R-=40);var L={top:T,height:R};return null===o||void 0===o||o("final safe area:",L),null===o||void 0===o||o("computeSafeArea time taken:",(performance.now()-i).toFixed(1)+"ms"),null===o||void 0===o||o("========== </computeSafeArea> =========="),L}function computeDocumentSize(){var e=(0,dom_1.getMainDocumentElem)();return{width:e.scrollWidth,height:e.scrollHeight}}function computeCanHaveCaret(){var e=document.activeElement;return e instanceof HTMLElement&&(/^(input|textarea)$/i.test(e.tagName)||e.isContentEditable)}function computePixelRatio(e){return void 0===e&&(e=!0),!1===e?1:window.devicePixelRatio?window.devicePixelRatio:window.screen.deviceXDPI/window.screen.logicalXDPI||1}function scrollToCaptureAreaIfNeeded(e,t,o,r,n){var i=computeViewportSize(),l=__assign({top:0,left:0},i),s=computeCaptureSpecs(e);if(!s)return{};var a=r?document.querySelector(r):null,c=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),u=null!==a&&void 0!==a?a:(0,scroll_1.getCommonScrollParent)(c),p=null!==r&&void 0!==r?r:(0,descriptions_1.getReadableElementDescriptor)(u),m=(0,_isomorphic_1.getCoveringRect)(s.map(function(e){return e.full})),d=computeSafeArea(e,u,n),f=(0,_isomorphic_1.getIntersection)(m,d),h=(0,_isomorphic_1.getIntersection)(m,l),_=Math.min(m.height,d.height),g=!f||f.height<_/2,v=m.top>=d.top;if(null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: intersection check",{captureArea:m,safeArea:d,viewport:l,hasViewportIntersection:Boolean(h),hasSafeAreaIntersection:Boolean(f),isIntersectionWithSafeAreaTooSmall:g,captureElementFromTop:Boolean(t)}),!t&&!h)throw null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: throwing OutsideOfViewportError because captureElementFromTop is disabled and target is outside viewport"),new outside_of_viewport_1.OutsideOfViewportError;if((!t||!g)&&v)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll",{reason:t?"target already has enough safe area visibility":"captureElementFromTop is disabled"}),{};if(!t&&o)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll because allowViewportOverflow is true and captureElementFromTop is false"),{};null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling is required",{scrollElement:p,requestedSelectorToScroll:null!==r&&void 0!==r?r:null,selectorMatched:Boolean(a)});var S=__spreadArray([],(0,scroll_1.getScrollParentsChain)(u),!0);S[S.length-1]!==u&&S.push(u);for(var w=1;w<S.length;w++){var E=computeSafeArea(e,S[w-1]),C=S[w].getBoundingClientRect().top,P=C-E.top;null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling chain element",{scrollElement:(0,descriptions_1.getReadableElementDescriptor)(S[w-1]),childElement:(0,descriptions_1.getReadableElementDescriptor)(S[w]),scrollDelta:P}),(0,scroll_1.scrollElementBy)(S[w-1],P,n)}var x=(0,_isomorphic_1.getCoveringRect)(computeCaptureSpecs(e).map(function(e){return e.full}));if(!x)return{};var b=computeSafeArea(e,u),y=x.top-b.top;return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: final alignment scroll",{scrollElement:p,finalScrollDelta:y}),(0,scroll_1.scrollElementBy)(u,y,n),{readableSelectorToScrollDescr:p}}function saveElementScrollPosition(e){var t=(0,dom_1.getScreenshooterNamespaceData)();if(t.savedScrollPositions||(t.savedScrollPositions=[]),!t.savedScrollPositions.some(function(t){return t.element===e})){var o=(0,scroll_1.isRootLikeElement)(e)?{element:e,left:window.scrollX,top:window.scrollY}:{element:e,left:e.scrollLeft,top:e.scrollTop};t.savedScrollPositions.push(o)}}function saveScrollPositions(e,t){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[];var o=t?document.querySelector(t):null,r=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),n=null!==o&&void 0!==o?o:(0,scroll_1.getCommonScrollParent)(r),i=__spreadArray([],(0,scroll_1.getScrollParentsChain)(n),!0);i[i.length-1]!==n&&i.push(n);for(var l=0,s=i;l<s.length;l++){saveElementScrollPosition(s[l])}}function prepareFullPageScrollCleanup(){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[],saveElementScrollPosition(document.documentElement)}function restoreScrollPosition(e){if((0,scroll_1.isRootLikeElement)(e.element))return(0,scroll_1.performScrollFixForSafariIfNeeded)(e.top),void window.scrollTo(e.left,e.top);var t=e.element;if("function"==typeof t.scrollTo)return void t.scrollTo(e.left,e.top);"number"==typeof t.scrollLeft&&(t.scrollLeft=e.left),"number"==typeof t.scrollTop&&(t.scrollTop=e.top)}function cleanupSavedScrolls(){var e;try{var t=(0,dom_1.getScreenshooterNamespaceData)(),o=null!==(e=t.savedScrollPositions)&&void 0!==e?e:[];t.savedScrollPositions=[];for(var r=0,n=o;r<n.length;r++){var i=n[r];try{restoreScrollPosition(i)}catch(l){}}}catch(l){}}function disableAnimations(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," animation-delay: 0ms !important;"," animation-duration: 0ms !important;"," animation-timing-function: step-start !important;"," transition-timing-function: step-start !important;"," scroll-behavior: auto !important;"," transition: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),window.__cleanupAnimation=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e]);delete window.__cleanupAnimation}}function disablePointerEvents(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," pointer-events: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),(0,dom_1.getScreenshooterNamespaceData)().cleanupPointerEventsCb=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e])}}var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(e){for(var t,o=1,r=arguments.length;o<r;o++){t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},__assign.apply(this,arguments)},__spreadArray=this&&this.__spreadArray||function(e,t,o){if(o||2===arguments.length)for(var r,n=0,i=t.length;n<i;n++)!r&&n in t||(r||(r=Array.prototype.slice.call(t,0,n)),r[n]=t[n]);return e.concat(r||Array.prototype.slice.call(t))};exports.__esModule=!0,exports.disablePointerEvents=exports.disableAnimations=exports.cleanupSavedScrolls=exports.prepareFullPageScrollCleanup=exports.saveScrollPositions=exports.scrollToCaptureAreaIfNeeded=exports.computePixelRatio=exports.computeCanHaveCaret=exports.computeDocumentSize=exports.computeSafeArea=exports.computeIgnoreAreas=exports.computeCaptureSpecs=exports.computeElementPositionsProbe=exports.computeViewportOffset=exports.computeViewportSize=exports.computeScrollOffset=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),outside_of_viewport_1=require("./errors/outside-of-viewport"),descriptions_1=require("./utils/descriptions"),dom_1=require("./utils/dom"),element_rect_1=require("./utils/element-rect"),clip_rect_1=require("./utils/clip-rect"),scroll_1=require("./utils/scroll"),trusted_types_1=require("./utils/trusted-types"),z_index_1=require("./utils/z-index"),pseudo_element_rect_1=require("./utils/pseudo-element-rect"),user_agent_1=require("./utils/user-agent");exports.computeScrollOffset=computeScrollOffset,exports.computeViewportSize=computeViewportSize,exports.computeViewportOffset=computeViewportOffset;var ELEMENT_POSITIONS_PROBE_GRID_SIZE=5;exports.computeElementPositionsProbe=computeElementPositionsProbe,exports.computeCaptureSpecs=computeCaptureSpecs,exports.computeIgnoreAreas=computeIgnoreAreas,exports.computeSafeArea=computeSafeArea,exports.computeDocumentSize=computeDocumentSize,exports.computeCanHaveCaret=computeCanHaveCaret,exports.computePixelRatio=computePixelRatio,exports.scrollToCaptureAreaIfNeeded=scrollToCaptureAreaIfNeeded,exports.saveScrollPositions=saveScrollPositions,exports.prepareFullPageScrollCleanup=prepareFullPageScrollCleanup,exports.cleanupSavedScrolls=cleanupSavedScrolls,exports.disableAnimations=disableAnimations,exports.disablePointerEvents=disablePointerEvents;
|
|
11
11
|
},{"./errors/outside-of-viewport":2,"./utils/clip-rect":6,"./utils/descriptions":7,"./utils/dom":8,"./utils/element-rect":9,"./utils/pseudo-element-rect":10,"./utils/scroll":11,"./utils/trusted-types":12,"./utils/user-agent":13,"./utils/z-index":14,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":22}],6:[function(require,module,exports){
|
|
12
12
|
"use strict";function getViewportRect(){return{top:0,left:0,width:window.innerWidth,height:window.innerHeight}}function hasOverflowClipping(e){return"visible"!==e.overflow||"visible"!==e.overflowX||"visible"!==e.overflowY}function getAbsoluteContainingBlocks(e){for(var t=[],n=e;n&&!(0,scroll_1.isRootLikeElement)(n);){if("absolute"===getComputedStyle(n).position){var i=(0,dom_1.findContainingBlock)(n);t.push({absoluteAncestor:n,containingBlock:i})}n=n.parentElement}return t}function getFixedAncestors(e){for(var t=[],n=e;n&&!(0,scroll_1.isRootLikeElement)(n);)"fixed"===getComputedStyle(n).position&&t.push(n),n=n.parentElement;return t}function escapesOverflowClippingViaAbsoluteContainingBlocks(e,t){return t.some(function(t){var n=t.absoluteAncestor,i=t.containingBlock;return!(n===e||!e.contains(n))&&(i!==e&&i.contains(e))})}function escapesOverflowClippingViaFixedAncestors(e,t){return t.some(function(t){return t!==e&&e.contains(t)})}function getClipRect(e,t){for(var n=getViewportRect(),i=getAbsoluteContainingBlocks(e),o=getFixedAncestors(e),r=n,s=e.parentElement;s&&!(0,scroll_1.isRootLikeElement)(s);){if(hasOverflowClipping(getComputedStyle(s))){if(escapesOverflowClippingViaAbsoluteContainingBlocks(s,i)||escapesOverflowClippingViaFixedAncestors(s,o)){s=s.parentElement;continue}var l=(0,element_rect_1.getBoundingClientContentRect)(s);null===t||void 0===t||t("intersecting with:",(0,descriptions_1.getReadableElementDescriptor)(s),"contentBox:",l);var c=(0,_isomorphic_1.getIntersection)(r,l);if(!c)return null===t||void 0===t||t("no intersection found for:",(0,descriptions_1.getReadableElementDescriptor)(s)),{top:r.top,left:r.left,width:0,height:0};r=c}s=s.parentElement}return r}exports.__esModule=!0,exports.getClipRect=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),element_rect_1=require("./element-rect"),scroll_1=require("./scroll"),dom_1=require("./dom"),descriptions_1=require("./descriptions");exports.getClipRect=getClipRect;
|
|
13
13
|
},{"./descriptions":7,"./dom":8,"./element-rect":9,"./scroll":11,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":22}],7:[function(require,module,exports){
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},{"./assign":20}],22:[function(require,module,exports){
|
|
46
46
|
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,i){i===undefined&&(i=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,n)}:function(e,t,r,i){i===undefined&&(i=r),e[i]=t[r]}),__exportStar=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||__createBinding(t,e,r)};exports.__esModule=!0,__exportStar(require("./assign"),exports),__exportStar(require("./geometry"),exports),__exportStar(require("./types"),exports);
|
|
47
47
|
},{"./assign":20,"./geometry":21,"./types":23}],23:[function(require,module,exports){
|
|
48
|
-
"use strict";exports.__esModule=!0,exports.isBrowserSideError=exports.BrowserSideErrorCode=exports.DisableHoverMode=void 0
|
|
48
|
+
"use strict";exports.__esModule=!0,exports.isBrowserSideError=exports.BrowserSideErrorCode=exports.DisableHoverMode=void 0,exports.DisableHoverMode={Always:"always",WhenScrollingNeeded:"when-scrolling-needed",Never:"never"};var BrowserSideErrorCode;!function(r){r.JS="JS",r.OUTSIDE_OF_VIEWPORT="OUTSIDE_OF_VIEWPORT"}(BrowserSideErrorCode||(exports.BrowserSideErrorCode=BrowserSideErrorCode={}));var isBrowserSideError=function(r){return Boolean(r&&r.errorCode&&r.message)};exports.isBrowserSideError=isBrowserSideError;
|
|
49
49
|
},{}]},{},[4]);
|
|
50
50
|
})(arguments[0])
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},{"../shared/logger":15,"./operations":4,"./utils/descriptions":6,"./utils/dom":7,"./utils/scroll":10,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":19}],3:[function(require,module,exports){
|
|
6
6
|
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,i,n){n===undefined&&(n=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&("get"in r?t.__esModule:!r.writable&&!r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,n,r)}:function(e,t,i,n){n===undefined&&(n=i),e[n]=t[i]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e["default"]=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&__createBinding(t,e,i);return __setModuleDefault(t,e),t};exports.__esModule=!0;var implementation=__importStar(require("./implementation")),globalObj="undefined"==typeof window?globalThis:window;globalObj.__geminiCore||(globalObj.__geminiCore={}),globalObj.__geminiCore[__geminiNamespace]=implementation;
|
|
7
7
|
},{"./implementation":2}],4:[function(require,module,exports){
|
|
8
|
-
"use strict";function computeScrollOffset(e){return(0,scroll_1.isRootLikeElement)(e)?window.scrollY:e.scrollTop}function computeViewportSize(){return{width:window.innerWidth,height:window.innerHeight}}function computeViewportOffset(){return{left:window.scrollX,top:window.scrollY}}function getProbeAxisCoordinates(e,t){var o=Math.max(1,Math.floor(e));if(t<=1)return[0];for(var r=o-1,n=o/(t-1),i=[],l=0;l<t;l++)i.push(Math.min(r,Math.round(l*n)));return i}function computeElementPositionsProbe(e){void 0===e&&(e=ELEMENT_POSITIONS_PROBE_GRID_SIZE);for(var t=computeViewportSize(),o=getProbeAxisCoordinates(t.width,e),r=getProbeAxisCoordinates(t.height,e),n=[],i=0;i<r.length;i++)for(var l=0;l<o.length;l++){var s=o[l],a=r[i],c=document.elementFromPoint(s,a);c?n.push(__assign(__assign({},(0,_isomorphic_1.fromBcrToRect)(c.getBoundingClientRect())),{elementDescr:(0,descriptions_1.getReadableElementDescriptor)(c)})):n.push(null)}return n}function computeCaptureSpecs(e,t){if(0===e.length)throw new Error("No selectors to compute capture area");null===t||void 0===t||t("========== <computeCaptureSpecs> =========="),null===t||void 0===t||t("selectors:",e);for(var o=performance.now(),r=[],n=0;n<e.length;n++){var i=(0,pseudo_element_rect_1.parseCaptureSelector)(e[n]),l=document.querySelector(i.elementSelector);l&&r.push({element:l,pseudoElement:i.pseudoElement})}for(var s=[],a=0,c=r;a<c.length;a++){var u=c[a],l=u.element,p=u.pseudoElement,m=function(e,o){var r,n=o?(0,element_rect_1.getPseudoElementCaptureRect)(e,o):(0,element_rect_1.getElementCaptureRect)(e,t);if(!n)return null;var i=(0,clip_rect_1.getClipRect)(e,t);return{full:n,visible:null!==(r=(0,_isomorphic_1.getIntersection)(n,i))&&void 0!==r?r:{top:n.top,left:n.left,width:0,height:0},clip:i}}(l,p);m&&s.push(m)}return null===t||void 0===t||t("captureSpecs:",s),null===t||void 0===t||t("computeCaptureSpecs time taken:",(performance.now()-o).toFixed(1)+"ms"),null===t||void 0===t||t("========== </computeCaptureSpecs> =========="),s}function computeIgnoreAreas(e){void 0===e&&(e=[]);for(var t=[],o=0;o<e.length;o++)for(var r=(0,pseudo_element_rect_1.parseCaptureSelector)(e[o]),n=document.querySelectorAll(r.elementSelector),i=0;i<n.length;i++){var l=r.pseudoElement?(0,element_rect_1.getPseudoElementCaptureRect)(n[i],r.pseudoElement):(0,element_rect_1.getElementCaptureRect)(n[i]);null!==l&&t.push(l)}return t}function computeSafeArea(e,t,o){var r,n;null===o||void 0===o||o("========== <computeSafeArea> ==========");var i=performance.now(),l=computeViewportSize(),s={left:0,top:0,width:l.width,height:l.height},a=e.map(function(e){return document.querySelector((0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector)}).filter(function(e){return null!==e}),c=computeCaptureSpecs(e).map(function(e){return e.full});if(0===c.length)return{top:s.top,height:s.height};var u,p=null!==t&&void 0!==t?t:document.documentElement;if(p===document.documentElement)null===o||void 0===o||o("setting base safe area to viewport rect"),u=__assign({},s);else{var m=(0,element_rect_1.getBoundingClientContentRect)(p);null===o||void 0===o||o("setting base safe area to visible part of scroll container:",(0,descriptions_1.getReadableElementDescriptor)(p),"contentRect:",m),u=null!==(r=(0,_isomorphic_1.getIntersection)(m,s))&&void 0!==r?r:__assign({},s);var d=(0,element_rect_1.getVerticalRadiusInsets)(p),f=d.top,h=d.bottom;if(f>0||h>0){var _=u.height,g=Math.min(f,_),v=Math.min(h,_-g);null===o||void 0===o||o("applying radius insets to safe area:",{topInset:g,bottomInset:v}),u=__assign(__assign({},u),{top:u.top+g,height:_-g-v})}}var S=__assign({},u);if(a.every(function(e){return"fixed"===getComputedStyle(e).position||null!==(0,dom_1.findFixedPositionedParent)(e)&&null===(0,scroll_1.getScrollParent)(e)}))return null===o||void 0===o||o("all capture elements are fixed or inside non-scrollable fixed subtree, skipping interferences"),{top:S.top,height:S.height};for(var w=(0,_isomorphic_1.getCoveringRect)(c),E=a.map(function(e){return(0,z_index_1.buildZChain)(e)}),C=w.left,P=C+w.width,x=[],b=document.documentElement.querySelectorAll("*"),y=1===a.length?a[0]:null,A=0;A<b.length;A++)!function(e){var t=b[e];if(p===t||t.contains(p))return"continue";if(y&&(t===y||t.contains(y)))return"continue";var r=getComputedStyle(t),i=r.position,l=t.getBoundingClientRect();if(l.width<1||l.height<1||1===l.width&&1===l.height||"hidden"===r.visibility||"none"===r.display||parseFloat(r.opacity)<1e-4||/opacity\(\s*0(?:\.0+)?%?\s*\)/.test(r.filter))return"continue";if(l.right<=C||l.left>=P)return"continue";if(null===(0,_isomorphic_1.getIntersection)((0,_isomorphic_1.fromBcrToRect)(l),s))return"continue";var c=!1,m=!1,d=(0,element_rect_1.domRectToViewportCss)(l),f=(0,dom_1.findFixedPositionedParent)(t),h=null!==f&&(f===p||f.contains(p));if("fixed"===i||f&&!h)c=!0,m=a.some(function(e){return e.contains(t)});else if("absolute"===i){if(a.some(function(e){return e.contains(t)}))return"continue";var _=(0,dom_1.findContainingBlock)(t);p===document.documentElement||p.contains(_)||(c=!0)}else if("sticky"===i){var g=parseFloat(r.top),v=parseFloat(r.bottom),S=null!==(n=(0,scroll_1.getScrollParent)(t))&&void 0!==n?n:document.documentElement;null===o||void 0===o||o("scrollParent:",(0,descriptions_1.getReadableElementDescriptor)(S));var w=S.getBoundingClientRect();if(g+=(0,scroll_1.isRootLikeElement)(S)?0:w.top,m=S===p||(0,scroll_1.isRootLikeElement)(S)&&(0,scroll_1.isRootLikeElement)(p),isNaN(g)){if(!isNaN(v)){var A=p===document.documentElement,T=A?s.height:u.top+u.height;d={left:l.left,top:T-v-l.height,width:l.width,height:l.height},c=!0}}else d={left:l.left,top:g,width:l.width,height:l.height},c=!0}if(!c)return"continue";var R=(0,z_index_1.buildZChain)(t);if(m||!E.every(function(e){return(0,z_index_1.isChainBehind)(R,e)})){var I=(0,element_rect_1.getExtRect)(r,d),N=I.left;if(N+I.width<=C||N>=P)return"continue";x.push({element:t,rect:I})}}(A);for(var T=u.top,R=u.height,I=S.height,N=0,D=x;N<D.length;N++){var O=D[N];null===o||void 0===o||o("processing interference:",{element:(0,descriptions_1.getReadableElementDescriptor)(O.element),rect:O.rect});var q=O.rect,M=(0,_isomorphic_1.getBottom)({top:T,height:R}),k=(0,_isomorphic_1.getBottom)(q),B=k-T,F=M-q.top,V=T,z=R;B<F?(V=Math.max(k,T),z=(0,_isomorphic_1.getHeight)(M,V),null===o||void 0===o||o("decided to shrink top")):F&&(z=Math.min(R,q.top-T),null===o||void 0===o||o("decided to shrink bottom")),z<.3*I?null===o||void 0===o||o("decided to skip, because shrinking is too large"):(null===o||void 0===o||o("resulting safe area top:",V,"resulting safe area height:",z),T=V,R=z)}R<.3*I&&(T=S.top,R=S.height),(0,user_agent_1.isSafariMobile)()&&l.height-(T+R)<40&&(R-=40);var L={top:T,height:R};return null===o||void 0===o||o("final safe area:",L),null===o||void 0===o||o("computeSafeArea time taken:",(performance.now()-i).toFixed(1)+"ms"),null===o||void 0===o||o("========== </computeSafeArea> =========="),L}function computeDocumentSize(){var e=(0,dom_1.getMainDocumentElem)();return{width:e.scrollWidth,height:e.scrollHeight}}function computeCanHaveCaret(){var e=document.activeElement;return e instanceof HTMLElement&&(/^(input|textarea)$/i.test(e.tagName)||e.isContentEditable)}function computePixelRatio(e){return void 0===e&&(e=!0),!1===e?1:window.devicePixelRatio?window.devicePixelRatio:window.screen.deviceXDPI/window.screen.logicalXDPI||1}function scrollToCaptureAreaIfNeeded(e,t,o,r,n){var i=computeViewportSize(),l=__assign({top:0,left:0},i),s=computeCaptureSpecs(e);if(!s)return{};var a=r?document.querySelector(r):null,c=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),u=null!==a&&void 0!==a?a:(0,scroll_1.getCommonScrollParent)(c),p=null!==r&&void 0!==r?r:(0,descriptions_1.getReadableElementDescriptor)(u),m=(0,_isomorphic_1.getCoveringRect)(s.map(function(e){return e.full})),d=computeSafeArea(e,u,n),f=(0,_isomorphic_1.getIntersection)(m,d),h=(0,_isomorphic_1.getIntersection)(m,l),_=Math.min(m.height,d.height),g=!f||f.height<_/2,v=m.top>=d.top;if(null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: intersection check",{captureArea:m,safeArea:d,viewport:l,hasViewportIntersection:Boolean(h),hasSafeAreaIntersection:Boolean(f),isIntersectionWithSafeAreaTooSmall:g,captureElementFromTop:Boolean(t)}),!t&&!h)throw null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: throwing OutsideOfViewportError because captureElementFromTop is disabled and target is outside viewport"),new outside_of_viewport_1.OutsideOfViewportError;if((!t||!g)&&v)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll",{reason:t?"target already has enough safe area visibility":"captureElementFromTop is disabled"}),{};if(!t&&o)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll because allowViewportOverflow is true and captureElementFromTop is false"),{};null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling is required",{scrollElement:p,requestedSelectorToScroll:null!==r&&void 0!==r?r:null,selectorMatched:Boolean(a)});var S=__spreadArray([],(0,scroll_1.getScrollParentsChain)(u),!0);S[S.length-1]!==u&&S.push(u);for(var w=1;w<S.length;w++){var E=computeSafeArea(e,S[w-1]),C=S[w].getBoundingClientRect().top,P=C-E.top;null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling chain element",{scrollElement:(0,descriptions_1.getReadableElementDescriptor)(S[w-1]),childElement:(0,descriptions_1.getReadableElementDescriptor)(S[w]),scrollDelta:P}),(0,scroll_1.scrollElementBy)(S[w-1],P,n)}var x=(0,_isomorphic_1.getCoveringRect)(computeCaptureSpecs(e).map(function(e){return e.full}));if(!x)return{};var b=computeSafeArea(e,u),y=x.top-b.top;return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: final alignment scroll",{scrollElement:p,finalScrollDelta:y}),(0,scroll_1.scrollElementBy)(u,y,n),{readableSelectorToScrollDescr:p}}function saveElementScrollPosition(e){var t=(0,dom_1.getScreenshooterNamespaceData)();if(t.savedScrollPositions||(t.savedScrollPositions=[]),!t.savedScrollPositions.some(function(t){return t.element===e})){var o=(0,scroll_1.isRootLikeElement)(e)?{element:e,left:window.scrollX,top:window.scrollY}:{element:e,left:e.scrollLeft,top:e.scrollTop};t.savedScrollPositions.push(o)}}function saveScrollPositions(e,t){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[];var o=t?document.querySelector(t):null,r=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),n=null!==o&&void 0!==o?o:(0,scroll_1.getCommonScrollParent)(r),i=__spreadArray([],(0,scroll_1.getScrollParentsChain)(n),!0);i[i.length-1]!==n&&i.push(n);for(var l=0,s=i;l<s.length;l++){saveElementScrollPosition(s[l])}}function prepareFullPageScrollCleanup(){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[],saveElementScrollPosition(document.documentElement)}function restoreScrollPosition(e){if((0,scroll_1.isRootLikeElement)(e.element))return(0,scroll_1.performScrollFixForSafariIfNeeded)(e.top),void window.scrollTo(e.left,e.top);var t=e.element;if("function"==typeof t.scrollTo)return void t.scrollTo(e.left,e.top);"number"==typeof t.scrollLeft&&(t.scrollLeft=e.left),"number"==typeof t.scrollTop&&(t.scrollTop=e.top)}function cleanupSavedScrolls(){var e;try{var t=(0,dom_1.getScreenshooterNamespaceData)(),o=null!==(e=t.savedScrollPositions)&&void 0!==e?e:[];t.savedScrollPositions=[];for(var r=0,n=o;r<n.length;r++){var i=n[r];try{restoreScrollPosition(i)}catch(l){}}}catch(l){}}function disableAnimations(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," animation-delay: 0ms !important;"," animation-duration: 0ms !important;"," animation-timing-function: step-start !important;"," transition-timing-function: step-start !important;"," scroll-behavior: auto !important;"," transition: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),window.__cleanupAnimation=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e]);delete window.__cleanupAnimation}}function disablePointerEvents(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," pointer-events: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),(0,dom_1.getScreenshooterNamespaceData)().cleanupPointerEventsCb=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e])}}var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(e){for(var t,o=1,r=arguments.length;o<r;o++){t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},__assign.apply(this,arguments)},__spreadArray=this&&this.__spreadArray||function(e,t,o){if(o||2===arguments.length)for(var r,n=0,i=t.length;n<i;n++)!r&&n in t||(r||(r=Array.prototype.slice.call(t,0,n)),r[n]=t[n]);return e.concat(r||Array.prototype.slice.call(t))};exports.__esModule=!0,exports.disablePointerEvents=exports.disableAnimations=exports.cleanupSavedScrolls=exports.prepareFullPageScrollCleanup=exports.saveScrollPositions=exports.scrollToCaptureAreaIfNeeded=exports.computePixelRatio=exports.computeCanHaveCaret=exports.computeDocumentSize=exports.computeSafeArea=exports.computeIgnoreAreas=exports.computeCaptureSpecs=exports.computeElementPositionsProbe=exports.computeViewportOffset=exports.computeViewportSize=exports.computeScrollOffset=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),outside_of_viewport_1=require("./errors/outside-of-viewport"),descriptions_1=require("./utils/descriptions"),dom_1=require("./utils/dom"),element_rect_1=require("./utils/element-rect"),clip_rect_1=require("./utils/clip-rect"),scroll_1=require("./utils/scroll"),trusted_types_1=require("./utils/trusted-types"),z_index_1=require("./utils/z-index"),pseudo_element_rect_1=require("./utils/pseudo-element-rect"),user_agent_1=require("./utils/user-agent");exports.computeScrollOffset=computeScrollOffset,exports.computeViewportSize=computeViewportSize,exports.computeViewportOffset=computeViewportOffset;var ELEMENT_POSITIONS_PROBE_GRID_SIZE=5;exports.computeElementPositionsProbe=computeElementPositionsProbe,exports.computeCaptureSpecs=computeCaptureSpecs,exports.computeIgnoreAreas=computeIgnoreAreas,exports.computeSafeArea=computeSafeArea,exports.computeDocumentSize=computeDocumentSize,exports.computeCanHaveCaret=computeCanHaveCaret,exports.computePixelRatio=computePixelRatio,exports.scrollToCaptureAreaIfNeeded=scrollToCaptureAreaIfNeeded,exports.saveScrollPositions=saveScrollPositions,exports.prepareFullPageScrollCleanup=prepareFullPageScrollCleanup,exports.cleanupSavedScrolls=cleanupSavedScrolls,exports.disableAnimations=disableAnimations,exports.disablePointerEvents=disablePointerEvents;
|
|
8
|
+
"use strict";function computeScrollOffset(e){return(0,scroll_1.isRootLikeElement)(e)?window.scrollY:e.scrollTop}function computeViewportSize(){var e=window.visualViewport;return e&&e.width>0&&e.height>0?{width:e.width,height:e.height}:{width:window.innerWidth,height:window.innerHeight}}function computeViewportOffset(){return{left:window.scrollX,top:window.scrollY}}function getProbeAxisCoordinates(e,t){var o=Math.max(1,Math.floor(e));if(t<=1)return[0];for(var r=o-1,n=o/(t-1),i=[],l=0;l<t;l++)i.push(Math.min(r,Math.round(l*n)));return i}function computeElementPositionsProbe(e){void 0===e&&(e=ELEMENT_POSITIONS_PROBE_GRID_SIZE);for(var t=computeViewportSize(),o=getProbeAxisCoordinates(t.width,e),r=getProbeAxisCoordinates(t.height,e),n=[],i=0;i<r.length;i++)for(var l=0;l<o.length;l++){var s=o[l],a=r[i],c=document.elementFromPoint(s,a);c?n.push(__assign(__assign({},(0,_isomorphic_1.fromBcrToRect)(c.getBoundingClientRect())),{elementDescr:(0,descriptions_1.getReadableElementDescriptor)(c)})):n.push(null)}return n}function computeCaptureSpecs(e,t){if(0===e.length)throw new Error("No selectors to compute capture area");null===t||void 0===t||t("========== <computeCaptureSpecs> =========="),null===t||void 0===t||t("selectors:",e);for(var o=performance.now(),r=[],n=0;n<e.length;n++){var i=(0,pseudo_element_rect_1.parseCaptureSelector)(e[n]),l=document.querySelector(i.elementSelector);l&&r.push({element:l,pseudoElement:i.pseudoElement})}for(var s=[],a=0,c=r;a<c.length;a++){var u=c[a],l=u.element,p=u.pseudoElement,m=function(e,o){var r,n=o?(0,element_rect_1.getPseudoElementCaptureRect)(e,o):(0,element_rect_1.getElementCaptureRect)(e,t);if(!n)return null;var i=(0,clip_rect_1.getClipRect)(e,t);return{full:n,visible:null!==(r=(0,_isomorphic_1.getIntersection)(n,i))&&void 0!==r?r:{top:n.top,left:n.left,width:0,height:0},clip:i}}(l,p);m&&s.push(m)}return null===t||void 0===t||t("captureSpecs:",s),null===t||void 0===t||t("computeCaptureSpecs time taken:",(performance.now()-o).toFixed(1)+"ms"),null===t||void 0===t||t("========== </computeCaptureSpecs> =========="),s}function computeIgnoreAreas(e){void 0===e&&(e=[]);for(var t=[],o=0;o<e.length;o++)for(var r=(0,pseudo_element_rect_1.parseCaptureSelector)(e[o]),n=document.querySelectorAll(r.elementSelector),i=0;i<n.length;i++){var l=r.pseudoElement?(0,element_rect_1.getPseudoElementCaptureRect)(n[i],r.pseudoElement):(0,element_rect_1.getElementCaptureRect)(n[i]);null!==l&&t.push(l)}return t}function computeSafeArea(e,t,o){var r,n;null===o||void 0===o||o("========== <computeSafeArea> ==========");var i=performance.now(),l=computeViewportSize(),s={left:0,top:0,width:l.width,height:l.height},a=e.map(function(e){return document.querySelector((0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector)}).filter(function(e){return null!==e}),c=computeCaptureSpecs(e).map(function(e){return e.full});if(0===c.length)return{top:s.top,height:s.height};var u,p=null!==t&&void 0!==t?t:document.documentElement;if(p===document.documentElement)null===o||void 0===o||o("setting base safe area to viewport rect"),u=__assign({},s);else{var m=(0,element_rect_1.getBoundingClientContentRect)(p);null===o||void 0===o||o("setting base safe area to visible part of scroll container:",(0,descriptions_1.getReadableElementDescriptor)(p),"contentRect:",m),u=null!==(r=(0,_isomorphic_1.getIntersection)(m,s))&&void 0!==r?r:__assign({},s);var d=(0,element_rect_1.getVerticalRadiusInsets)(p),f=d.top,h=d.bottom;if(f>0||h>0){var _=u.height,g=Math.min(f,_),v=Math.min(h,_-g);null===o||void 0===o||o("applying radius insets to safe area:",{topInset:g,bottomInset:v}),u=__assign(__assign({},u),{top:u.top+g,height:_-g-v})}}var S=__assign({},u);if(a.every(function(e){return"fixed"===getComputedStyle(e).position||null!==(0,dom_1.findFixedPositionedParent)(e)&&null===(0,scroll_1.getScrollParent)(e)}))return null===o||void 0===o||o("all capture elements are fixed or inside non-scrollable fixed subtree, skipping interferences"),{top:S.top,height:S.height};for(var w=(0,_isomorphic_1.getCoveringRect)(c),E=a.map(function(e){return(0,z_index_1.buildZChain)(e)}),C=w.left,P=C+w.width,x=[],b=document.documentElement.querySelectorAll("*"),y=1===a.length?a[0]:null,A=0;A<b.length;A++)!function(e){var t=b[e];if(p===t||t.contains(p))return"continue";if(y&&(t===y||t.contains(y)))return"continue";var r=getComputedStyle(t),i=r.position,l=t.getBoundingClientRect();if(l.width<1||l.height<1||1===l.width&&1===l.height||"hidden"===r.visibility||"none"===r.display||parseFloat(r.opacity)<1e-4||/opacity\(\s*0(?:\.0+)?%?\s*\)/.test(r.filter))return"continue";if(l.right<=C||l.left>=P)return"continue";if(null===(0,_isomorphic_1.getIntersection)((0,_isomorphic_1.fromBcrToRect)(l),s))return"continue";var c=!1,m=!1,d=(0,element_rect_1.domRectToViewportCss)(l),f=(0,dom_1.findFixedPositionedParent)(t),h=null!==f&&(f===p||f.contains(p));if("fixed"===i||f&&!h)c=!0,m=a.some(function(e){return e.contains(t)});else if("absolute"===i){if(a.some(function(e){return e.contains(t)}))return"continue";var _=(0,dom_1.findContainingBlock)(t);p===document.documentElement||p.contains(_)||(c=!0)}else if("sticky"===i){var g=parseFloat(r.top),v=parseFloat(r.bottom),S=null!==(n=(0,scroll_1.getScrollParent)(t))&&void 0!==n?n:document.documentElement;null===o||void 0===o||o("scrollParent:",(0,descriptions_1.getReadableElementDescriptor)(S));var w=S.getBoundingClientRect();if(g+=(0,scroll_1.isRootLikeElement)(S)?0:w.top,m=a.some(function(e){return e===t||e.contains(t)})&&(S===p||(0,scroll_1.isRootLikeElement)(S)&&(0,scroll_1.isRootLikeElement)(p)),isNaN(g)){if(!isNaN(v)){var A=p===document.documentElement,T=A?s.height:u.top+u.height;d={left:l.left,top:T-v-l.height,width:l.width,height:l.height},c=!0}}else d={left:l.left,top:g,width:l.width,height:l.height},c=!0}if(!c)return"continue";var R=(0,z_index_1.buildZChain)(t);if(m||!E.every(function(e){return(0,z_index_1.isChainBehind)(R,e)})){var I=(0,element_rect_1.getExtRect)(r,d),N=I.left;if(N+I.width<=C||N>=P)return"continue";x.push({element:t,rect:I})}}(A);for(var T=u.top,R=u.height,I=S.height,N=0,D=x;N<D.length;N++){var O=D[N];null===o||void 0===o||o("processing interference:",{element:(0,descriptions_1.getReadableElementDescriptor)(O.element),rect:O.rect});var q=O.rect,M=(0,_isomorphic_1.getBottom)({top:T,height:R}),k=(0,_isomorphic_1.getBottom)(q),B=k-T,F=M-q.top,V=T,z=R;B<F?(V=Math.max(k,T),z=Math.max(0,M-V),null===o||void 0===o||o("decided to shrink top")):F&&(z=Math.min(R,q.top-T),null===o||void 0===o||o("decided to shrink bottom")),z<.3*I?null===o||void 0===o||o("decided to skip, because shrinking is too large"):(null===o||void 0===o||o("resulting safe area top:",V,"resulting safe area height:",z),T=V,R=z)}R<.3*I&&(T=S.top,R=S.height),(0,user_agent_1.isSafariMobile)()&&l.height-(T+R)<40&&(R-=40);var L={top:T,height:R};return null===o||void 0===o||o("final safe area:",L),null===o||void 0===o||o("computeSafeArea time taken:",(performance.now()-i).toFixed(1)+"ms"),null===o||void 0===o||o("========== </computeSafeArea> =========="),L}function computeDocumentSize(){var e=(0,dom_1.getMainDocumentElem)();return{width:e.scrollWidth,height:e.scrollHeight}}function computeCanHaveCaret(){var e=document.activeElement;return e instanceof HTMLElement&&(/^(input|textarea)$/i.test(e.tagName)||e.isContentEditable)}function computePixelRatio(e){return void 0===e&&(e=!0),!1===e?1:window.devicePixelRatio?window.devicePixelRatio:window.screen.deviceXDPI/window.screen.logicalXDPI||1}function scrollToCaptureAreaIfNeeded(e,t,o,r,n){var i=computeViewportSize(),l=__assign({top:0,left:0},i),s=computeCaptureSpecs(e);if(!s)return{};var a=r?document.querySelector(r):null,c=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),u=null!==a&&void 0!==a?a:(0,scroll_1.getCommonScrollParent)(c),p=null!==r&&void 0!==r?r:(0,descriptions_1.getReadableElementDescriptor)(u),m=(0,_isomorphic_1.getCoveringRect)(s.map(function(e){return e.full})),d=computeSafeArea(e,u,n),f=(0,_isomorphic_1.getIntersection)(m,d),h=(0,_isomorphic_1.getIntersection)(m,l),_=Math.min(m.height,d.height),g=!f||f.height<_/2,v=m.top>=d.top;if(null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: intersection check",{captureArea:m,safeArea:d,viewport:l,hasViewportIntersection:Boolean(h),hasSafeAreaIntersection:Boolean(f),isIntersectionWithSafeAreaTooSmall:g,captureElementFromTop:Boolean(t)}),!t&&!h)throw null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: throwing OutsideOfViewportError because captureElementFromTop is disabled and target is outside viewport"),new outside_of_viewport_1.OutsideOfViewportError;if((!t||!g)&&v)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll",{reason:t?"target already has enough safe area visibility":"captureElementFromTop is disabled"}),{};if(!t&&o)return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: skipping scroll because allowViewportOverflow is true and captureElementFromTop is false"),{};null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling is required",{scrollElement:p,requestedSelectorToScroll:null!==r&&void 0!==r?r:null,selectorMatched:Boolean(a)});var S=__spreadArray([],(0,scroll_1.getScrollParentsChain)(u),!0);S[S.length-1]!==u&&S.push(u);for(var w=1;w<S.length;w++){var E=computeSafeArea(e,S[w-1]),C=S[w].getBoundingClientRect().top,P=C-E.top;null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: scrolling chain element",{scrollElement:(0,descriptions_1.getReadableElementDescriptor)(S[w-1]),childElement:(0,descriptions_1.getReadableElementDescriptor)(S[w]),scrollDelta:P}),(0,scroll_1.scrollElementBy)(S[w-1],P,n)}var x=(0,_isomorphic_1.getCoveringRect)(computeCaptureSpecs(e).map(function(e){return e.full}));if(!x)return{};var b=computeSafeArea(e,u),y=x.top-b.top;return null===n||void 0===n||n("scrollToCaptureAreaIfNeeded: final alignment scroll",{scrollElement:p,finalScrollDelta:y}),(0,scroll_1.scrollElementBy)(u,y,n),{readableSelectorToScrollDescr:p}}function saveElementScrollPosition(e){var t=(0,dom_1.getScreenshooterNamespaceData)();if(t.savedScrollPositions||(t.savedScrollPositions=[]),!t.savedScrollPositions.some(function(t){return t.element===e})){var o=(0,scroll_1.isRootLikeElement)(e)?{element:e,left:window.scrollX,top:window.scrollY}:{element:e,left:e.scrollLeft,top:e.scrollTop};t.savedScrollPositions.push(o)}}function saveScrollPositions(e,t){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[];var o=t?document.querySelector(t):null,r=e.map(function(e){return(0,pseudo_element_rect_1.parseCaptureSelector)(e).elementSelector}),n=null!==o&&void 0!==o?o:(0,scroll_1.getCommonScrollParent)(r),i=__spreadArray([],(0,scroll_1.getScrollParentsChain)(n),!0);i[i.length-1]!==n&&i.push(n);for(var l=0,s=i;l<s.length;l++){saveElementScrollPosition(s[l])}}function prepareFullPageScrollCleanup(){(0,dom_1.getScreenshooterNamespaceData)().savedScrollPositions=[],saveElementScrollPosition(document.documentElement)}function restoreScrollPosition(e){if((0,scroll_1.isRootLikeElement)(e.element))return(0,scroll_1.performScrollFixForSafariIfNeeded)(e.top),void window.scrollTo(e.left,e.top);var t=e.element;if("function"==typeof t.scrollTo)return void t.scrollTo(e.left,e.top);"number"==typeof t.scrollLeft&&(t.scrollLeft=e.left),"number"==typeof t.scrollTop&&(t.scrollTop=e.top)}function cleanupSavedScrolls(){var e;try{var t=(0,dom_1.getScreenshooterNamespaceData)(),o=null!==(e=t.savedScrollPositions)&&void 0!==e?e:[];t.savedScrollPositions=[];for(var r=0,n=o;r<n.length;r++){var i=n[r];try{restoreScrollPosition(i)}catch(l){}}}catch(l){}}function disableAnimations(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," animation-delay: 0ms !important;"," animation-duration: 0ms !important;"," animation-timing-function: step-start !important;"," transition-timing-function: step-start !important;"," scroll-behavior: auto !important;"," transition: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),window.__cleanupAnimation=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e]);delete window.__cleanupAnimation}}function disablePointerEvents(){function e(e){var r=document.createElement("style");r.innerHTML=t+["{"," pointer-events: none !important;","}"].join("\n"),e.appendChild(r),o.push(r)}var t=["","::before","::after"].map(function(e){return"*:not(#testplane-q.testplane-w.testplane-e.testplane-r.testplane-t.testplane-y)"+e}).join(", "),o=[];(0,dom_1.forEachRoot)(function(t){try{e(t)}catch(o){if(!o||!o.message||-1===o.message.indexOf("This document requires 'TrustedHTML' assignment"))throw o;(0,trusted_types_1.createDefaultTrustedTypesPolicy)(),e(t)}}),(0,dom_1.getScreenshooterNamespaceData)().cleanupPointerEventsCb=function(){for(var e=0;e<o.length;e++)o[e].parentNode.removeChild(o[e])}}var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(e){for(var t,o=1,r=arguments.length;o<r;o++){t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},__assign.apply(this,arguments)},__spreadArray=this&&this.__spreadArray||function(e,t,o){if(o||2===arguments.length)for(var r,n=0,i=t.length;n<i;n++)!r&&n in t||(r||(r=Array.prototype.slice.call(t,0,n)),r[n]=t[n]);return e.concat(r||Array.prototype.slice.call(t))};exports.__esModule=!0,exports.disablePointerEvents=exports.disableAnimations=exports.cleanupSavedScrolls=exports.prepareFullPageScrollCleanup=exports.saveScrollPositions=exports.scrollToCaptureAreaIfNeeded=exports.computePixelRatio=exports.computeCanHaveCaret=exports.computeDocumentSize=exports.computeSafeArea=exports.computeIgnoreAreas=exports.computeCaptureSpecs=exports.computeElementPositionsProbe=exports.computeViewportOffset=exports.computeViewportSize=exports.computeScrollOffset=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),outside_of_viewport_1=require("./errors/outside-of-viewport"),descriptions_1=require("./utils/descriptions"),dom_1=require("./utils/dom"),element_rect_1=require("./utils/element-rect"),clip_rect_1=require("./utils/clip-rect"),scroll_1=require("./utils/scroll"),trusted_types_1=require("./utils/trusted-types"),z_index_1=require("./utils/z-index"),pseudo_element_rect_1=require("./utils/pseudo-element-rect"),user_agent_1=require("./utils/user-agent");exports.computeScrollOffset=computeScrollOffset,exports.computeViewportSize=computeViewportSize,exports.computeViewportOffset=computeViewportOffset;var ELEMENT_POSITIONS_PROBE_GRID_SIZE=5;exports.computeElementPositionsProbe=computeElementPositionsProbe,exports.computeCaptureSpecs=computeCaptureSpecs,exports.computeIgnoreAreas=computeIgnoreAreas,exports.computeSafeArea=computeSafeArea,exports.computeDocumentSize=computeDocumentSize,exports.computeCanHaveCaret=computeCanHaveCaret,exports.computePixelRatio=computePixelRatio,exports.scrollToCaptureAreaIfNeeded=scrollToCaptureAreaIfNeeded,exports.saveScrollPositions=saveScrollPositions,exports.prepareFullPageScrollCleanup=prepareFullPageScrollCleanup,exports.cleanupSavedScrolls=cleanupSavedScrolls,exports.disableAnimations=disableAnimations,exports.disablePointerEvents=disablePointerEvents;
|
|
9
9
|
},{"./errors/outside-of-viewport":1,"./utils/clip-rect":5,"./utils/descriptions":6,"./utils/dom":7,"./utils/element-rect":8,"./utils/pseudo-element-rect":9,"./utils/scroll":10,"./utils/trusted-types":11,"./utils/user-agent":12,"./utils/z-index":13,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":19}],5:[function(require,module,exports){
|
|
10
10
|
"use strict";function getViewportRect(){return{top:0,left:0,width:window.innerWidth,height:window.innerHeight}}function hasOverflowClipping(e){return"visible"!==e.overflow||"visible"!==e.overflowX||"visible"!==e.overflowY}function getAbsoluteContainingBlocks(e){for(var t=[],n=e;n&&!(0,scroll_1.isRootLikeElement)(n);){if("absolute"===getComputedStyle(n).position){var i=(0,dom_1.findContainingBlock)(n);t.push({absoluteAncestor:n,containingBlock:i})}n=n.parentElement}return t}function getFixedAncestors(e){for(var t=[],n=e;n&&!(0,scroll_1.isRootLikeElement)(n);)"fixed"===getComputedStyle(n).position&&t.push(n),n=n.parentElement;return t}function escapesOverflowClippingViaAbsoluteContainingBlocks(e,t){return t.some(function(t){var n=t.absoluteAncestor,i=t.containingBlock;return!(n===e||!e.contains(n))&&(i!==e&&i.contains(e))})}function escapesOverflowClippingViaFixedAncestors(e,t){return t.some(function(t){return t!==e&&e.contains(t)})}function getClipRect(e,t){for(var n=getViewportRect(),i=getAbsoluteContainingBlocks(e),o=getFixedAncestors(e),r=n,s=e.parentElement;s&&!(0,scroll_1.isRootLikeElement)(s);){if(hasOverflowClipping(getComputedStyle(s))){if(escapesOverflowClippingViaAbsoluteContainingBlocks(s,i)||escapesOverflowClippingViaFixedAncestors(s,o)){s=s.parentElement;continue}var l=(0,element_rect_1.getBoundingClientContentRect)(s);null===t||void 0===t||t("intersecting with:",(0,descriptions_1.getReadableElementDescriptor)(s),"contentBox:",l);var c=(0,_isomorphic_1.getIntersection)(r,l);if(!c)return null===t||void 0===t||t("no intersection found for:",(0,descriptions_1.getReadableElementDescriptor)(s)),{top:r.top,left:r.left,width:0,height:0};r=c}s=s.parentElement}return r}exports.__esModule=!0,exports.getClipRect=void 0;var _isomorphic_1=require("/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js"),element_rect_1=require("./element-rect"),scroll_1=require("./scroll"),dom_1=require("./dom"),descriptions_1=require("./descriptions");exports.getClipRect=getClipRect;
|
|
11
11
|
},{"./descriptions":6,"./dom":7,"./element-rect":8,"./scroll":10,"/home/runner/work/testplane/testplane/src/browser/client-scripts/screen-shooter/tsc-out/isomorphic/index.js":19}],6:[function(require,module,exports){
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
},{"./assign":17}],19:[function(require,module,exports){
|
|
38
38
|
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,i){i===undefined&&(i=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,n)}:function(e,t,r,i){i===undefined&&(i=r),e[i]=t[r]}),__exportStar=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||__createBinding(t,e,r)};exports.__esModule=!0,__exportStar(require("./assign"),exports),__exportStar(require("./geometry"),exports),__exportStar(require("./types"),exports);
|
|
39
39
|
},{"./assign":17,"./geometry":18,"./types":20}],20:[function(require,module,exports){
|
|
40
|
-
"use strict";exports.__esModule=!0,exports.isBrowserSideError=exports.BrowserSideErrorCode=exports.DisableHoverMode=void 0
|
|
40
|
+
"use strict";exports.__esModule=!0,exports.isBrowserSideError=exports.BrowserSideErrorCode=exports.DisableHoverMode=void 0,exports.DisableHoverMode={Always:"always",WhenScrollingNeeded:"when-scrolling-needed",Never:"never"};var BrowserSideErrorCode;!function(r){r.JS="JS",r.OUTSIDE_OF_VIEWPORT="OUTSIDE_OF_VIEWPORT"}(BrowserSideErrorCode||(exports.BrowserSideErrorCode=BrowserSideErrorCode={}));var isBrowserSideError=function(r){return Boolean(r&&r.errorCode&&r.message)};exports.isBrowserSideError=isBrowserSideError;
|
|
41
41
|
},{}]},{},[3]);
|
|
42
42
|
})(arguments[0])
|
|
@@ -37,6 +37,14 @@ function computeScrollOffset(element) {
|
|
|
37
37
|
}
|
|
38
38
|
exports.computeScrollOffset = computeScrollOffset;
|
|
39
39
|
function computeViewportSize() {
|
|
40
|
+
var visualViewport = window.visualViewport;
|
|
41
|
+
// Visual viewport occasionally returns more correct values than innerWidth/Height, but may not be available in older browsers
|
|
42
|
+
if (visualViewport && visualViewport.width > 0 && visualViewport.height > 0) {
|
|
43
|
+
return {
|
|
44
|
+
width: visualViewport.width,
|
|
45
|
+
height: visualViewport.height
|
|
46
|
+
};
|
|
47
|
+
}
|
|
40
48
|
return {
|
|
41
49
|
width: window.innerWidth,
|
|
42
50
|
height: window.innerHeight
|
|
@@ -264,7 +272,8 @@ function computeSafeArea(selectorsToCapture, scrollElement, logger) {
|
|
|
264
272
|
var scrollParentBcr = scrollParent.getBoundingClientRect();
|
|
265
273
|
topValue += (0, scroll_1.isRootLikeElement)(scrollParent) ? 0 : scrollParentBcr.top;
|
|
266
274
|
shouldSkipZIndexCheck =
|
|
267
|
-
|
|
275
|
+
captureElements.some(function (capEl) { return capEl === el || capEl.contains(el); }) &&
|
|
276
|
+
(scrollParent === scrollEl || ((0, scroll_1.isRootLikeElement)(scrollParent) && (0, scroll_1.isRootLikeElement)(scrollEl)));
|
|
268
277
|
if (!isNaN(topValue)) {
|
|
269
278
|
adjustedRect = {
|
|
270
279
|
left: bcr.left,
|
|
@@ -323,7 +332,7 @@ function computeSafeArea(selectorsToCapture, scrollElement, logger) {
|
|
|
323
332
|
var resultingHeight = safeHeight;
|
|
324
333
|
if (shrinkTop < shrinkBottom) {
|
|
325
334
|
resultingTop = Math.max(brBottom, safeTop);
|
|
326
|
-
resultingHeight = (0,
|
|
335
|
+
resultingHeight = Math.max(0, safeBottom - resultingTop);
|
|
327
336
|
logger === null || logger === void 0 ? void 0 : logger("decided to shrink top");
|
|
328
337
|
}
|
|
329
338
|
else if (shrinkBottom) {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.isBrowserSideError = exports.BrowserSideErrorCode = exports.DisableHoverMode = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(DisableHoverMode || (exports.DisableHoverMode = DisableHoverMode = {}));
|
|
4
|
+
exports.DisableHoverMode = {
|
|
5
|
+
Always: "always",
|
|
6
|
+
WhenScrollingNeeded: "when-scrolling-needed",
|
|
7
|
+
Never: "never"
|
|
8
|
+
};
|
|
10
9
|
var BrowserSideErrorCode;
|
|
11
10
|
(function (BrowserSideErrorCode) {
|
|
12
11
|
BrowserSideErrorCode["JS"] = "JS";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../src/browser/isomorphic/assign.ts","../../../../src/browser/isomorphic/geometry.ts","../../../../src/browser/isomorphic/types.ts","../../../../src/browser/isomorphic/index.ts","../../../../node_modules/@types/babel__code-frame/index.d.ts","../../../../node_modules/@types/braces/index.d.ts","../../../../node_modules/@types/node/ts5.6/compatibility/float16array.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/round-robin-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/inspector.generated.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/ts5.6/index.d.ts","../../../../node_modules/@types/insert-module-globals/index.d.ts","../../../../node_modules/@types/browserify/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/chai-as-promised/index.d.ts","../../../../node_modules/@types/cli-progress/index.d.ts","../../../../node_modules/@types/conventional-commits-parser/index.d.ts","../../../../node_modules/@types/cookie/index.d.ts","../../../../node_modules/@types/cors/index.d.ts","../../../../node_modules/@types/css-font-loading-module/index.d.ts","../../../../node_modules/@types/ms/index.d.ts","../../../../node_modules/@types/debug/index.d.ts","../../../../node_modules/@types/estree/index.d.ts","../../../../node_modules/@types/jsonfile/index.d.ts","../../../../node_modules/@types/jsonfile/utils.d.ts","../../../../node_modules/@types/fs-extra/index.d.ts","../../../../node_modules/@types/http-cache-semantics/index.d.ts","../../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../../node_modules/@types/istanbul-reports/index.d.ts","../../../../node_modules/@types/js-levenshtein/index.d.ts","../../../../node_modules/parse5/dist/common/html.d.ts","../../../../node_modules/parse5/dist/common/token.d.ts","../../../../node_modules/parse5/dist/common/error-codes.d.ts","../../../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../../../node_modules/parse5/dist/tokenizer/index.d.ts","../../../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../../../node_modules/parse5/dist/parser/index.d.ts","../../../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../../../node_modules/parse5/dist/serializer/index.d.ts","../../../../node_modules/parse5/dist/common/foreign-content.d.ts","../../../../node_modules/parse5/dist/index.d.ts","../../../../node_modules/@types/tough-cookie/index.d.ts","../../../../node_modules/@types/jsdom/base.d.ts","../../../../node_modules/@types/jsdom/index.d.ts","../../../../node_modules/@types/json-schema/index.d.ts","../../../../node_modules/@types/lodash/common/common.d.ts","../../../../node_modules/@types/lodash/common/array.d.ts","../../../../node_modules/@types/lodash/common/collection.d.ts","../../../../node_modules/@types/lodash/common/date.d.ts","../../../../node_modules/@types/lodash/common/function.d.ts","../../../../node_modules/@types/lodash/common/lang.d.ts","../../../../node_modules/@types/lodash/common/math.d.ts","../../../../node_modules/@types/lodash/common/number.d.ts","../../../../node_modules/@types/lodash/common/object.d.ts","../../../../node_modules/@types/lodash/common/seq.d.ts","../../../../node_modules/@types/lodash/common/string.d.ts","../../../../node_modules/@types/lodash/common/util.d.ts","../../../../node_modules/@types/lodash/index.d.ts","../../../../node_modules/@types/unist/index.d.ts","../../../../node_modules/@types/mdast/index.d.ts","../../../../node_modules/@types/micromatch/index.d.ts","../../../../node_modules/@types/minimist/index.d.ts","../../../../node_modules/@types/mocha/index.d.ts","../../../../node_modules/@types/normalize-package-data/index.d.ts","../../../../node_modules/@types/retry/index.d.ts","../../../../node_modules/@types/proper-lockfile/index.d.ts","../../../../node_modules/@types/proxyquire/index.d.ts","../../../../node_modules/@types/semver/classes/semver.d.ts","../../../../node_modules/@types/semver/functions/parse.d.ts","../../../../node_modules/@types/semver/functions/valid.d.ts","../../../../node_modules/@types/semver/functions/clean.d.ts","../../../../node_modules/@types/semver/functions/inc.d.ts","../../../../node_modules/@types/semver/functions/diff.d.ts","../../../../node_modules/@types/semver/functions/major.d.ts","../../../../node_modules/@types/semver/functions/minor.d.ts","../../../../node_modules/@types/semver/functions/patch.d.ts","../../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../../node_modules/@types/semver/functions/compare.d.ts","../../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../../node_modules/@types/semver/functions/sort.d.ts","../../../../node_modules/@types/semver/functions/rsort.d.ts","../../../../node_modules/@types/semver/functions/gt.d.ts","../../../../node_modules/@types/semver/functions/lt.d.ts","../../../../node_modules/@types/semver/functions/eq.d.ts","../../../../node_modules/@types/semver/functions/neq.d.ts","../../../../node_modules/@types/semver/functions/gte.d.ts","../../../../node_modules/@types/semver/functions/lte.d.ts","../../../../node_modules/@types/semver/functions/cmp.d.ts","../../../../node_modules/@types/semver/functions/coerce.d.ts","../../../../node_modules/@types/semver/classes/comparator.d.ts","../../../../node_modules/@types/semver/classes/range.d.ts","../../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../../node_modules/@types/semver/ranges/valid.d.ts","../../../../node_modules/@types/semver/ranges/outside.d.ts","../../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../../node_modules/@types/semver/ranges/subset.d.ts","../../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../../node_modules/@types/semver/index.d.ts","../../../../node_modules/@types/set-cookie-parser/index.d.ts","../../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../../node_modules/@types/sinon/index.d.ts","../../../../node_modules/@types/stack-utils/index.d.ts","../../../../node_modules/@types/strftime/index.d.ts","../../../../node_modules/@types/urijs/dom-monkeypatch.d.ts","../../../../node_modules/@types/urijs/index.d.ts","../../../../node_modules/@types/url-join/index.d.ts","../../../../node_modules/@types/which/index.d.ts","../../../../node_modules/@types/ws/index.d.ts","../../../../node_modules/@types/yallist/index.d.ts","../../../../node_modules/@types/yargs-parser/index.d.ts","../../../../node_modules/@types/yargs/index.d.ts","../../../../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"9449ab0449215ce18d86534b7887814afd068717b7049a0437e34b2ca033c86d","signature":"4e2e667b83a53e84db4161491ca47f06cc0d69b510a51430e51e6faa754c42c1"},{"version":"4663c2a2834f8aea015645e6aff1780456efc3cc1b714af0ad0eae4594843cb6","signature":"608470cdb0c47e478bd65d0537b087897164d63fec6f2301b371ec131c58c5c3"},{"version":"b06d9c337187e2e2e8173708a4f8c8576643ef189b3133ce92f2243991b378a1","signature":"05c146a1faf0e758a389369b0456c78eabd5a74f94268b89d64f634e290ad831"},{"version":"713113447847ab7065104c745df231af223ef60f244da7a15f261b3866ec54c7","signature":"13502e12c711b6963206f9249716ef3c0e22a1caf225838c8653708f906cfd53"},"3dcefe176e6dce7a06bd345522e19f631f7fdb370335e2e93bc225b3afbb0bd0","9837b03c1d83ad529d419be65655a1cb85c097f13703936ec6be1ee43ec9ef5f",{"version":"394fda71d5d6bd00a372437dff510feab37b92f345861e592f956d6995e9c1ce","affectsGlobalScope":true},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true},{"version":"6f2442c0ca5e7fcb9d51ebbd7d43079844bcbfd947bb679b9419900745f871d5","affectsGlobalScope":true},{"version":"a98aedd64ad81793f146d36d1611ed9ba61b8b49ff040f0d13a103ed626595d9","affectsGlobalScope":true},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true},"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","24371e69a38fc33e268d4a8716dbcda430d6c2c414a99ff9669239c4b8f40dea","ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","3e11fce78ad8c0e1d1db4ba5f0652285509be3acdd519529bc8fcef85f7dafd9","ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","c63b9ada8c72f95aac5db92aea07e5e87ec810353cdf63b2d78f49a58662cf6c","1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","b64d4d1c5f877f9c666e98e833f0205edb9384acc46e98a1fef344f64d6aba44","adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f",{"version":"f724236417941ea77ec8d38c6b7021f5fb7f8521c7f8c1538e87661f2c6a0774","affectsGlobalScope":true},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true},"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7",{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true},"c06b2652ffeb89afd0f1c52c165ced77032f9cd09bc481153fbd6b5504c69494","51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee",{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true},"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","612422d5ba6b4a5c4537f423e9199645468ad80a689801da63ab7edb43f7b835","db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","1cbdcdef62bf42688e5d825898c3a59458466c48ad8a4ef3f88d8a1cd04310d6",{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true},"dc8c6f5322961b56d9906601b20798725df60baeab45ec014fba9f795d5596fd","0904660ae854e6d41f6ff25356db1d654436c6305b0f0aa89d1532df0253486e","060d305fe4494d8cb2b99d620928d369d1ee55c1645f5e729a2aca07d0f108cb","f480d86b5247305eac1ec34ebb29c9d5226826dfee2be2d3900d28323e6bc7dd","0c50296ee73dae94efc3f0da4936b1146ca6ce2217acfabb44c19c9a33fa30e5","bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","5b48cc670da1dfe926036deaf349085caf822def460a6d50de23f1cc12a5f8cd",{"version":"418f34087d52d001e2688a6282a5de9bf583ff771ed5546af0ae36e4f60a458b","affectsGlobalScope":true},"036c9a03b01281f99f8251fdc7088e894566be44b3f139a9d48501a978b611df","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","04bf1aa481d1adfb16d93d76e44ce71c51c8ef68039d849926551199489637f6",{"version":"2c9adcc85574b002c9a6311ff2141055769e0071856ec979d92ff989042b1f1b","affectsGlobalScope":true},{"version":"1569ad5969ae0de6ad0bdfaaab0dabcd8878bc3147ab096206eed2019bb84e7f","affectsGlobalScope":true},"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","42a350ce4f6f291198dc89833afcc4fd078248b4e1fdc9d05c846c66a670f710","77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","b03754211d839cdc48979996525a32eb62130682c2f9801dfc2f25533ce7238d","3910dab597c40e173bf0e0d419d3ce9682c54ebf6ae84849f9b829b1451a17ec","37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee",{"version":"486c074a5c0f2254345c0d1c9540380f5463999e42d7e1a159305ea823d3c4b1","affectsGlobalScope":true},"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","f4d99ac08c4097a3cc202bec2c7198c19dcdd80d4ec6c62d1356b10d03b119d5",{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true},"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","ca77e83162eccec633513723d178d4203bdd5465297267696be08013bab0aa1d","e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055",{"version":"f61c153d5abbe4381a1fba0d41be0babdd5de51c626ee7ff14cede14dedc33f1","affectsGlobalScope":true},{"version":"7803171d745ab18e77f16bf82e742268ff72b7f7382ab191e4277527580c2d89","affectsGlobalScope":true},"0e9ba65cd3d6d194bdda7343f9f2917f7144ead96a924ca58d1a14919992dc20","255d948f87f24ffd57bcb2fdf95792fd418a2e1f712a98cf2cce88744d75085c","0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a",{"version":"0b0dfb2d3e8420ead06f6a11acfb02ddcec42257e6ce391993e895ba0af86de4","affectsGlobalScope":true},"bfd3b3c21a56104693183942e221c1896ee23bcb8f8d91ab0b941f7b32985411","cc6a8f0089e3c787e829bd1bbfb563aadc9f60bf569326abea8220f390ec5e0b","6c59e0c34fd07b70e259cb38e26eee408218b4f86334dd3c66aa8d9cdded346f","a449fc0862db06ef7d4ad0234f4eb58218a38967776d1e8ef713898c31d7e5ec",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"c0e5b4df115963b8a8dcd5b56ff9dc046ddec110de138dba29b00e2b02fa03a9","f96f3c445afc7d65d4790386e37c5b57f095f285cc89b8315b209fe0c81837c1","117ffeecf6c55e25b6446f449ad079029b5e7317399b0a693858faaaea5ca73e","3937b50a4de68f6d21614461e9d47af0d8421ca80fc2a72b667ca2151f492120",{"version":"7e98cfd52d447cbb862839a6b93daab18147e6ea0be1751458b9529ee738516b","affectsGlobalScope":true},"68cc8d6fcc2f270d7108f02f3ebc59480a54615be3e09a47e14527f349e9d53e","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","211440ce81e87b3491cdf07155881344b0a61566df6e749acff0be7e8b9d1a07","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","880da0e0f3ebca42f9bd1bc2d3e5e7df33f2619d85f18ee0ed4bd16d1800bc32","4f6ae308c5f2901f2988c817e1511520619e9025b9b12cc7cce2ab2e6ffed78a","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","a8d630427635fa316e57fa4949132acde9cf23aa067220bffea30612497824cc","3411c785dbe8fd42f7d644d1e05a7e72b624774a08a9356479754999419c3c5a","8fb8fdda477cd7382477ffda92c2bb7d9f7ef583b1aa531eb6b2dc2f0a206c10","66995b0c991b5c5d42eff1d950733f85482c7419f7296ab8952e03718169e379","33f3795a4617f98b1bb8dac36312119d02f31897ae75436a1e109ce042b48ee8","2850c9c5dc28d34ad5f354117d0419f325fc8932d2a62eadc4dc52c018cd569b","c753948f7e0febe7aa1a5b71a714001a127a68861309b2c4127775aa9b6d4f24","3e7a40e023e1d4a9eef1a6f08a3ded8edacb67ae5fce072014205d730f717ba5","a77be6fc44c876bc10c897107f84eaba10790913ebdcad40fcda7e47469b2160","382100b010774614310d994bbf16cc9cd291c14f0d417126c7a7cfad1dc1d3f8","91f5dbcdb25d145a56cffe957ec665256827892d779ef108eb2f3864faff523b","4fdf56315340bd1770eb52e1601c3a98e45b1d207202831357e99ce29c35b55c","927955a3de5857e0a1c575ced5a4245e74e6821d720ed213141347dd1870197f","be6fd74528b32986fbf0cd2cfa9192a5ed7f369060b32a7adcb0c8d055708e61","03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","6f5a9b68ce8608014210f5a777f8dd82e6382285f6278c811b7b0214bbcac5bd",{"version":"af11413ffc8c34a2a2475cb9d2982b4cc87a9317bf474474eedaacc4aaab4582","affectsGlobalScope":true},"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","2a2e2c6463bcf3c59f31bc9ab4b6ef963bbf7dffb049cd017e2c1834e3adca63","33a0782502805f6dac67362b4290250e29755139a9c0d93a42e9da3a6e282e85","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",{"version":"677646e2620795c98a539fb12fb531f10331c217cef1492132b2518f894fa92d","affectsGlobalScope":true},"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","868c78a84ad3530fc1b6e03da4611405da111bbfb0f1480abe45e801cde0b995","a3e12bcf2d196656ccd5b5d5344182967a2bdde0f63c9b955c36169ed02c3555","2bca896d780555ea2b1d74895833067da5410b312f7bb1baa99ca1502b79d09c","5b5337f28573ffdbc95c3653c4a7961d0f02fdf4788888253bf74a3b5a05443e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","85f8ebd7f245e8bf29da270e8b53dcdd17528826ffd27176c5fc7e426213ef5a","11a3a97b6f4ebeb1464f05e932538532efaf939094a2df2bb8ba5c7013b2c299","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","c0e3c1f7e2c4aaefbfb2e5d20ccf49a0d51e1d102751dd2de4c7f197480a2b48","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","45c249293195c97c3fb72049a1bd8fe757742070a23b7a4ef30efdf6f3ce254b",{"version":"c3924759a92cd75c7b9d36bc3aa7614e31c81df4a1dd8fc4289a9eeb56c596e0","affectsGlobalScope":true},{"version":"88c95849c807dcd491e15d624f27bc5e5680590bfb87d0278612aaee2d6214f7","affectsGlobalScope":true},"049ee1188087c6aedf78057e3dc077fd937c07d30c6a17fb6996c11e57ebe127","9cbfee0d2998dc92715f33d94e0cf9650b5e07f74cb40331dcccbbeaf4f36872","1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","cfef71bdb72c94bd8257b0a96ab7f7ddb81a75980351fc1c62c1d5fba5988546","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","4a46f9eea0ece14b97102b39a3a60870e39882005f05a9c819a099b99c571b81","74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185"],"root":[[60,63]],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":false,"esModuleInterop":true,"module":1,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"../../..","rootDir":"../../../..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":8},"fileIdsList":[[69,124,141,142],[69,124,141,142,175,176],[69,124,141,142,178],[69,124,135,141,142,175],[69,124,141,142,157,175],[69,124,138,141,142,175],[69,124,141,142,185],[69,124,136,141,142,175,188,189],[69,124,141,142,192],[69,124,141,142,193],[69,124,135,141,142,171,175,208,209,211],[69,124,141,142,210],[69,124,136,141,142,168,175],[69,124,141,142,213,215,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,214,215,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,223,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,223,224],[69,124,141,142,226],[65,69,124,141,142],[69,121,122,124,141,142],[69,123,124,141,142],[69,124,129,141,142,160],[69,124,125,130,135,141,142,144,157,168],[69,124,125,126,135,141,142,144],[69,124,127,141,142,169],[69,124,128,129,136,141,142,146],[69,124,129,141,142,157,165],[69,124,130,132,135,141,142,144],[69,123,124,131,141,142],[69,124,132,133,141,142],[69,124,134,135,141,142],[69,123,124,135,141,142],[69,124,135,136,137,141,142,157,168],[69,124,135,136,137,141,142,152,157,160],[69,116,124,132,135,138,141,142,144,157,168],[69,124,135,136,138,139,141,142,144,157,165,168],[69,124,138,140,141,142,157,165,168],[69,124,135,141,142],[69,124,141,142,143,168],[69,124,132,135,141,142,144,157],[69,124,141,142,146],[69,124,141,142,147],[69,123,124,141,142,148],[69,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174],[69,124,141,142,150],[69,124,141,142,151],[69,124,135,141,142,152,153],[69,124,141,142,152,154,169,171],[69,124,136,141,142],[69,124,135,141,142,157,158,160],[69,124,141,142,159,160],[69,124,141,142,157,158],[69,124,141,142,160],[69,124,141,142,161],[69,121,124,141,142,157,162,168],[69,124,135,141,142,163,164],[69,124,141,142,163,164],[69,124,129,141,142,144,157,165],[69,124,141,142,166],[124,141,142],[66,67,68,69,70,71,72,73,74,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174],[69,124,141,142,144,167],[69,124,138,141,142,151,168],[69,124,129,141,142,169],[69,124,141,142,157,170],[69,124,141,142,143,171],[69,124,141,142,172],[69,124,129,141,142],[69,116,124,141,142],[69,124,141,142,173],[69,116,124,135,137,141,142,148,157,160,168,170,171,173],[69,124,141,142,157,174],[69,124,141,142,232],[69,124,141,142,235,274],[69,124,141,142,235,259,274],[69,124,141,142,274],[69,124,141,142,235],[69,124,141,142,235,260,274],[69,124,141,142,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273],[69,124,141,142,260,274],[69,124,141,142,276],[69,124,141,142,280],[69,124,135,138,140,141,142,144,157,165,168,174,175],[69,124,141,142,286],[69,124,135,141,142,157,175],[69,124,141,142,197],[69,124,141,142,196,197],[69,124,141,142,196],[69,124,141,142,196,197,198,200,201,204,205,206,207],[69,124,141,142,197,201],[69,124,141,142,196,197,198,200,201,202,203],[69,124,141,142,196,201],[69,124,141,142,201,205],[69,124,141,142,197,198,199],[69,124,141,142,198],[69,124,141,142,196,197,201],[69,81,84,87,88,124,141,142,168],[69,84,124,141,142,157,168],[69,84,88,124,141,142,168],[69,124,141,142,157],[69,78,124,141,142],[69,82,124,141,142],[69,80,81,84,124,141,142,168],[69,124,141,142,144,165],[69,124,141,142,175],[69,78,124,141,142,175],[69,80,84,124,141,142,144,168],[69,75,76,77,79,83,124,135,141,142,157,168],[69,84,93,101,124,141,142],[69,76,82,124,141,142],[69,84,110,111,124,141,142],[69,76,79,84,124,141,142,160,168,175],[69,84,124,141,142],[69,80,84,124,141,142,168],[69,75,124,141,142],[69,78,79,80,82,83,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,124,141,142],[69,84,103,106,124,132,141,142],[69,84,93,94,95,124,141,142],[69,82,84,94,96,124,141,142],[69,83,124,141,142],[69,76,78,84,124,141,142],[69,84,88,94,96,124,141,142],[69,88,124,141,142],[69,82,84,87,124,141,142,168],[69,76,80,84,93,124,141,142],[69,84,103,124,141,142],[69,96,124,141,142],[69,78,84,110,124,141,142,160,173,175],[60,69,124,141,142],[60,61,62,69,124,141,142],[60,61,62]],"referencedMap":[[64,1],[65,1],[177,2],[179,3],[178,1],[180,4],[181,5],[182,1],[183,6],[184,1],[186,7],[187,1],[190,8],[191,1],[176,5],[192,1],[193,9],[194,10],[195,1],[210,11],[211,12],[212,1],[188,13],[189,1],[214,14],[215,15],[213,16],[216,17],[217,18],[218,19],[219,20],[220,21],[221,22],[222,23],[223,24],[224,25],[225,26],[227,27],[228,28],[229,1],[230,1],[185,1],[121,29],[122,29],[123,30],[124,31],[125,32],[126,33],[67,1],[127,34],[128,35],[129,36],[130,37],[131,38],[132,39],[133,39],[134,40],[135,41],[136,42],[137,43],[70,1],[138,44],[139,45],[140,46],[141,47],[142,1],[143,48],[144,49],[146,50],[147,51],[148,52],[149,53],[150,54],[151,55],[152,56],[153,56],[154,57],[155,1],[156,58],[157,59],[159,60],[158,61],[160,62],[161,63],[162,64],[163,65],[164,66],[165,67],[166,68],[69,69],[66,1],[68,1],[175,70],[167,71],[168,72],[169,73],[170,74],[171,75],[172,76],[71,1],[72,77],[73,1],[74,1],[117,78],[118,79],[119,1],[120,62],[173,80],[174,81],[231,1],[233,82],[234,1],[232,1],[259,83],[260,84],[235,85],[238,85],[257,83],[258,83],[248,83],[247,86],[245,83],[240,83],[253,83],[251,83],[255,83],[239,83],[252,83],[256,83],[241,83],[242,83],[254,83],[236,83],[243,83],[244,83],[246,83],[250,83],[261,87],[249,83],[237,83],[274,88],[273,1],[268,87],[270,89],[269,87],[262,87],[263,87],[265,87],[267,87],[271,89],[272,89],[264,89],[266,89],[275,6],[277,90],[276,1],[278,1],[279,1],[209,1],[226,1],[280,1],[281,91],[282,1],[283,1],[284,92],[285,1],[286,1],[287,93],[288,94],[145,1],[198,95],[207,96],[196,1],[197,97],[208,98],[203,99],[204,100],[202,101],[206,102],[200,103],[199,104],[205,105],[201,96],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[8,1],[49,1],[46,1],[47,1],[48,1],[50,1],[9,1],[51,1],[52,1],[53,1],[56,1],[54,1],[55,1],[1,1],[57,1],[93,106],[105,107],[90,108],[106,109],[115,110],[81,111],[82,112],[80,113],[114,114],[109,115],[113,116],[84,117],[102,118],[83,119],[112,120],[78,121],[79,115],[85,122],[86,1],[92,123],[89,122],[76,124],[116,125],[107,126],[96,127],[95,122],[97,128],[100,129],[94,130],[98,131],[110,114],[87,132],[88,133],[101,134],[77,109],[104,135],[103,122],[91,133],[99,136],[108,1],[75,1],[111,137],[60,1],[61,138],[63,139],[62,1]],"exportedModulesMap":[[64,1],[65,1],[177,2],[179,3],[178,1],[180,4],[181,5],[182,1],[183,6],[184,1],[186,7],[187,1],[190,8],[191,1],[176,5],[192,1],[193,9],[194,10],[195,1],[210,11],[211,12],[212,1],[188,13],[189,1],[214,14],[215,15],[213,16],[216,17],[217,18],[218,19],[219,20],[220,21],[221,22],[222,23],[223,24],[224,25],[225,26],[227,27],[228,28],[229,1],[230,1],[185,1],[121,29],[122,29],[123,30],[124,31],[125,32],[126,33],[67,1],[127,34],[128,35],[129,36],[130,37],[131,38],[132,39],[133,39],[134,40],[135,41],[136,42],[137,43],[70,1],[138,44],[139,45],[140,46],[141,47],[142,1],[143,48],[144,49],[146,50],[147,51],[148,52],[149,53],[150,54],[151,55],[152,56],[153,56],[154,57],[155,1],[156,58],[157,59],[159,60],[158,61],[160,62],[161,63],[162,64],[163,65],[164,66],[165,67],[166,68],[69,69],[66,1],[68,1],[175,70],[167,71],[168,72],[169,73],[170,74],[171,75],[172,76],[71,1],[72,77],[73,1],[74,1],[117,78],[118,79],[119,1],[120,62],[173,80],[174,81],[231,1],[233,82],[234,1],[232,1],[259,83],[260,84],[235,85],[238,85],[257,83],[258,83],[248,83],[247,86],[245,83],[240,83],[253,83],[251,83],[255,83],[239,83],[252,83],[256,83],[241,83],[242,83],[254,83],[236,83],[243,83],[244,83],[246,83],[250,83],[261,87],[249,83],[237,83],[274,88],[273,1],[268,87],[270,89],[269,87],[262,87],[263,87],[265,87],[267,87],[271,89],[272,89],[264,89],[266,89],[275,6],[277,90],[276,1],[278,1],[279,1],[209,1],[226,1],[280,1],[281,91],[282,1],[283,1],[284,92],[285,1],[286,1],[287,93],[288,94],[145,1],[198,95],[207,96],[196,1],[197,97],[208,98],[203,99],[204,100],[202,101],[206,102],[200,103],[199,104],[205,105],[201,96],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[8,1],[49,1],[46,1],[47,1],[48,1],[50,1],[9,1],[51,1],[52,1],[53,1],[56,1],[54,1],[55,1],[1,1],[57,1],[93,106],[105,107],[90,108],[106,109],[115,110],[81,111],[82,112],[80,113],[114,114],[109,115],[113,116],[84,117],[102,118],[83,119],[112,120],[78,121],[79,115],[85,122],[86,1],[92,123],[89,122],[76,124],[116,125],[107,126],[96,127],[95,122],[97,128],[100,129],[94,130],[98,131],[110,114],[87,132],[88,133],[101,134],[77,109],[104,135],[103,122],[91,133],[99,136],[108,1],[75,1],[111,137],[63,140]],"semanticDiagnosticsPerFile":[64,65,177,179,178,180,181,182,183,184,186,187,190,191,176,192,193,194,195,210,211,212,188,189,214,215,213,216,217,218,219,220,221,222,223,224,225,227,228,229,230,185,121,122,123,124,125,126,67,127,128,129,130,131,132,133,134,135,136,137,70,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,159,158,160,161,162,163,164,165,166,69,66,68,175,167,168,169,170,171,172,71,72,73,74,117,118,119,120,173,174,231,233,234,232,259,260,235,238,257,258,248,247,245,240,253,251,255,239,252,256,241,242,254,236,243,244,246,250,261,249,237,274,273,268,270,269,262,263,265,267,271,272,264,266,275,277,276,278,279,209,226,280,281,282,283,284,285,286,287,288,145,198,207,196,197,208,203,204,202,206,200,199,205,201,58,59,10,11,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,1,57,93,105,90,106,115,81,82,80,114,109,113,84,102,83,112,78,79,85,86,92,89,76,116,107,96,95,97,100,94,98,110,87,88,101,77,104,103,91,99,108,75,111,60,61,63,62],"latestChangedDtsFile":"./index.d.ts"},"version":"5.3.2"}
|
|
1
|
+
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../src/browser/isomorphic/assign.ts","../../../../src/browser/isomorphic/geometry.ts","../../../../src/browser/isomorphic/types.ts","../../../../src/browser/isomorphic/index.ts","../../../../node_modules/@types/babel__code-frame/index.d.ts","../../../../node_modules/@types/braces/index.d.ts","../../../../node_modules/@types/node/ts5.6/compatibility/float16array.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/round-robin-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/inspector.generated.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/ts5.6/index.d.ts","../../../../node_modules/@types/insert-module-globals/index.d.ts","../../../../node_modules/@types/browserify/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/chai-as-promised/index.d.ts","../../../../node_modules/@types/cli-progress/index.d.ts","../../../../node_modules/@types/conventional-commits-parser/index.d.ts","../../../../node_modules/@types/cookie/index.d.ts","../../../../node_modules/@types/cors/index.d.ts","../../../../node_modules/@types/css-font-loading-module/index.d.ts","../../../../node_modules/@types/ms/index.d.ts","../../../../node_modules/@types/debug/index.d.ts","../../../../node_modules/@types/estree/index.d.ts","../../../../node_modules/@types/jsonfile/index.d.ts","../../../../node_modules/@types/jsonfile/utils.d.ts","../../../../node_modules/@types/fs-extra/index.d.ts","../../../../node_modules/@types/http-cache-semantics/index.d.ts","../../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../../node_modules/@types/istanbul-reports/index.d.ts","../../../../node_modules/@types/js-levenshtein/index.d.ts","../../../../node_modules/parse5/dist/common/html.d.ts","../../../../node_modules/parse5/dist/common/token.d.ts","../../../../node_modules/parse5/dist/common/error-codes.d.ts","../../../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../../../node_modules/parse5/dist/tokenizer/index.d.ts","../../../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../../../node_modules/parse5/dist/parser/index.d.ts","../../../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../../../node_modules/parse5/dist/serializer/index.d.ts","../../../../node_modules/parse5/dist/common/foreign-content.d.ts","../../../../node_modules/parse5/dist/index.d.ts","../../../../node_modules/@types/tough-cookie/index.d.ts","../../../../node_modules/@types/jsdom/base.d.ts","../../../../node_modules/@types/jsdom/index.d.ts","../../../../node_modules/@types/json-schema/index.d.ts","../../../../node_modules/@types/lodash/common/common.d.ts","../../../../node_modules/@types/lodash/common/array.d.ts","../../../../node_modules/@types/lodash/common/collection.d.ts","../../../../node_modules/@types/lodash/common/date.d.ts","../../../../node_modules/@types/lodash/common/function.d.ts","../../../../node_modules/@types/lodash/common/lang.d.ts","../../../../node_modules/@types/lodash/common/math.d.ts","../../../../node_modules/@types/lodash/common/number.d.ts","../../../../node_modules/@types/lodash/common/object.d.ts","../../../../node_modules/@types/lodash/common/seq.d.ts","../../../../node_modules/@types/lodash/common/string.d.ts","../../../../node_modules/@types/lodash/common/util.d.ts","../../../../node_modules/@types/lodash/index.d.ts","../../../../node_modules/@types/unist/index.d.ts","../../../../node_modules/@types/mdast/index.d.ts","../../../../node_modules/@types/micromatch/index.d.ts","../../../../node_modules/@types/minimist/index.d.ts","../../../../node_modules/@types/mocha/index.d.ts","../../../../node_modules/@types/normalize-package-data/index.d.ts","../../../../node_modules/@types/retry/index.d.ts","../../../../node_modules/@types/proper-lockfile/index.d.ts","../../../../node_modules/@types/proxyquire/index.d.ts","../../../../node_modules/@types/semver/classes/semver.d.ts","../../../../node_modules/@types/semver/functions/parse.d.ts","../../../../node_modules/@types/semver/functions/valid.d.ts","../../../../node_modules/@types/semver/functions/clean.d.ts","../../../../node_modules/@types/semver/functions/inc.d.ts","../../../../node_modules/@types/semver/functions/diff.d.ts","../../../../node_modules/@types/semver/functions/major.d.ts","../../../../node_modules/@types/semver/functions/minor.d.ts","../../../../node_modules/@types/semver/functions/patch.d.ts","../../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../../node_modules/@types/semver/functions/compare.d.ts","../../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../../node_modules/@types/semver/functions/sort.d.ts","../../../../node_modules/@types/semver/functions/rsort.d.ts","../../../../node_modules/@types/semver/functions/gt.d.ts","../../../../node_modules/@types/semver/functions/lt.d.ts","../../../../node_modules/@types/semver/functions/eq.d.ts","../../../../node_modules/@types/semver/functions/neq.d.ts","../../../../node_modules/@types/semver/functions/gte.d.ts","../../../../node_modules/@types/semver/functions/lte.d.ts","../../../../node_modules/@types/semver/functions/cmp.d.ts","../../../../node_modules/@types/semver/functions/coerce.d.ts","../../../../node_modules/@types/semver/classes/comparator.d.ts","../../../../node_modules/@types/semver/classes/range.d.ts","../../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../../node_modules/@types/semver/ranges/valid.d.ts","../../../../node_modules/@types/semver/ranges/outside.d.ts","../../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../../node_modules/@types/semver/ranges/subset.d.ts","../../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../../node_modules/@types/semver/index.d.ts","../../../../node_modules/@types/set-cookie-parser/index.d.ts","../../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../../node_modules/@types/sinon/index.d.ts","../../../../node_modules/@types/stack-utils/index.d.ts","../../../../node_modules/@types/strftime/index.d.ts","../../../../node_modules/@types/urijs/dom-monkeypatch.d.ts","../../../../node_modules/@types/urijs/index.d.ts","../../../../node_modules/@types/url-join/index.d.ts","../../../../node_modules/@types/which/index.d.ts","../../../../node_modules/@types/ws/index.d.ts","../../../../node_modules/@types/yallist/index.d.ts","../../../../node_modules/@types/yargs-parser/index.d.ts","../../../../node_modules/@types/yargs/index.d.ts","../../../../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"9449ab0449215ce18d86534b7887814afd068717b7049a0437e34b2ca033c86d","signature":"4e2e667b83a53e84db4161491ca47f06cc0d69b510a51430e51e6faa754c42c1"},{"version":"4663c2a2834f8aea015645e6aff1780456efc3cc1b714af0ad0eae4594843cb6","signature":"608470cdb0c47e478bd65d0537b087897164d63fec6f2301b371ec131c58c5c3"},{"version":"2e7b57ae5c7d2fd585104c012897c0963e83879f747953004675026f8336703d","signature":"a114a1a50d8842466e34fc67a83c11b8bde810a84457edc441382d6e2e2cfb08"},{"version":"713113447847ab7065104c745df231af223ef60f244da7a15f261b3866ec54c7","signature":"13502e12c711b6963206f9249716ef3c0e22a1caf225838c8653708f906cfd53"},"3dcefe176e6dce7a06bd345522e19f631f7fdb370335e2e93bc225b3afbb0bd0","9837b03c1d83ad529d419be65655a1cb85c097f13703936ec6be1ee43ec9ef5f",{"version":"394fda71d5d6bd00a372437dff510feab37b92f345861e592f956d6995e9c1ce","affectsGlobalScope":true},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true},{"version":"6f2442c0ca5e7fcb9d51ebbd7d43079844bcbfd947bb679b9419900745f871d5","affectsGlobalScope":true},{"version":"a98aedd64ad81793f146d36d1611ed9ba61b8b49ff040f0d13a103ed626595d9","affectsGlobalScope":true},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true},"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","24371e69a38fc33e268d4a8716dbcda430d6c2c414a99ff9669239c4b8f40dea","ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","3e11fce78ad8c0e1d1db4ba5f0652285509be3acdd519529bc8fcef85f7dafd9","ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","c63b9ada8c72f95aac5db92aea07e5e87ec810353cdf63b2d78f49a58662cf6c","1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","b64d4d1c5f877f9c666e98e833f0205edb9384acc46e98a1fef344f64d6aba44","adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f",{"version":"f724236417941ea77ec8d38c6b7021f5fb7f8521c7f8c1538e87661f2c6a0774","affectsGlobalScope":true},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true},"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7",{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true},"c06b2652ffeb89afd0f1c52c165ced77032f9cd09bc481153fbd6b5504c69494","51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee",{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true},"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","612422d5ba6b4a5c4537f423e9199645468ad80a689801da63ab7edb43f7b835","db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","1cbdcdef62bf42688e5d825898c3a59458466c48ad8a4ef3f88d8a1cd04310d6",{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true},"dc8c6f5322961b56d9906601b20798725df60baeab45ec014fba9f795d5596fd","0904660ae854e6d41f6ff25356db1d654436c6305b0f0aa89d1532df0253486e","060d305fe4494d8cb2b99d620928d369d1ee55c1645f5e729a2aca07d0f108cb","f480d86b5247305eac1ec34ebb29c9d5226826dfee2be2d3900d28323e6bc7dd","0c50296ee73dae94efc3f0da4936b1146ca6ce2217acfabb44c19c9a33fa30e5","bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","5b48cc670da1dfe926036deaf349085caf822def460a6d50de23f1cc12a5f8cd",{"version":"418f34087d52d001e2688a6282a5de9bf583ff771ed5546af0ae36e4f60a458b","affectsGlobalScope":true},"036c9a03b01281f99f8251fdc7088e894566be44b3f139a9d48501a978b611df","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","04bf1aa481d1adfb16d93d76e44ce71c51c8ef68039d849926551199489637f6",{"version":"2c9adcc85574b002c9a6311ff2141055769e0071856ec979d92ff989042b1f1b","affectsGlobalScope":true},{"version":"1569ad5969ae0de6ad0bdfaaab0dabcd8878bc3147ab096206eed2019bb84e7f","affectsGlobalScope":true},"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","42a350ce4f6f291198dc89833afcc4fd078248b4e1fdc9d05c846c66a670f710","77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","b03754211d839cdc48979996525a32eb62130682c2f9801dfc2f25533ce7238d","3910dab597c40e173bf0e0d419d3ce9682c54ebf6ae84849f9b829b1451a17ec","37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee",{"version":"486c074a5c0f2254345c0d1c9540380f5463999e42d7e1a159305ea823d3c4b1","affectsGlobalScope":true},"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","f4d99ac08c4097a3cc202bec2c7198c19dcdd80d4ec6c62d1356b10d03b119d5",{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true},"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","ca77e83162eccec633513723d178d4203bdd5465297267696be08013bab0aa1d","e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055",{"version":"f61c153d5abbe4381a1fba0d41be0babdd5de51c626ee7ff14cede14dedc33f1","affectsGlobalScope":true},{"version":"7803171d745ab18e77f16bf82e742268ff72b7f7382ab191e4277527580c2d89","affectsGlobalScope":true},"0e9ba65cd3d6d194bdda7343f9f2917f7144ead96a924ca58d1a14919992dc20","255d948f87f24ffd57bcb2fdf95792fd418a2e1f712a98cf2cce88744d75085c","0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a",{"version":"0b0dfb2d3e8420ead06f6a11acfb02ddcec42257e6ce391993e895ba0af86de4","affectsGlobalScope":true},"bfd3b3c21a56104693183942e221c1896ee23bcb8f8d91ab0b941f7b32985411","cc6a8f0089e3c787e829bd1bbfb563aadc9f60bf569326abea8220f390ec5e0b","6c59e0c34fd07b70e259cb38e26eee408218b4f86334dd3c66aa8d9cdded346f","a449fc0862db06ef7d4ad0234f4eb58218a38967776d1e8ef713898c31d7e5ec",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"c0e5b4df115963b8a8dcd5b56ff9dc046ddec110de138dba29b00e2b02fa03a9","f96f3c445afc7d65d4790386e37c5b57f095f285cc89b8315b209fe0c81837c1","117ffeecf6c55e25b6446f449ad079029b5e7317399b0a693858faaaea5ca73e","3937b50a4de68f6d21614461e9d47af0d8421ca80fc2a72b667ca2151f492120",{"version":"7e98cfd52d447cbb862839a6b93daab18147e6ea0be1751458b9529ee738516b","affectsGlobalScope":true},"68cc8d6fcc2f270d7108f02f3ebc59480a54615be3e09a47e14527f349e9d53e","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","211440ce81e87b3491cdf07155881344b0a61566df6e749acff0be7e8b9d1a07","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","880da0e0f3ebca42f9bd1bc2d3e5e7df33f2619d85f18ee0ed4bd16d1800bc32","4f6ae308c5f2901f2988c817e1511520619e9025b9b12cc7cce2ab2e6ffed78a","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","a8d630427635fa316e57fa4949132acde9cf23aa067220bffea30612497824cc","3411c785dbe8fd42f7d644d1e05a7e72b624774a08a9356479754999419c3c5a","8fb8fdda477cd7382477ffda92c2bb7d9f7ef583b1aa531eb6b2dc2f0a206c10","66995b0c991b5c5d42eff1d950733f85482c7419f7296ab8952e03718169e379","33f3795a4617f98b1bb8dac36312119d02f31897ae75436a1e109ce042b48ee8","2850c9c5dc28d34ad5f354117d0419f325fc8932d2a62eadc4dc52c018cd569b","c753948f7e0febe7aa1a5b71a714001a127a68861309b2c4127775aa9b6d4f24","3e7a40e023e1d4a9eef1a6f08a3ded8edacb67ae5fce072014205d730f717ba5","a77be6fc44c876bc10c897107f84eaba10790913ebdcad40fcda7e47469b2160","382100b010774614310d994bbf16cc9cd291c14f0d417126c7a7cfad1dc1d3f8","91f5dbcdb25d145a56cffe957ec665256827892d779ef108eb2f3864faff523b","4fdf56315340bd1770eb52e1601c3a98e45b1d207202831357e99ce29c35b55c","927955a3de5857e0a1c575ced5a4245e74e6821d720ed213141347dd1870197f","be6fd74528b32986fbf0cd2cfa9192a5ed7f369060b32a7adcb0c8d055708e61","03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","6f5a9b68ce8608014210f5a777f8dd82e6382285f6278c811b7b0214bbcac5bd",{"version":"af11413ffc8c34a2a2475cb9d2982b4cc87a9317bf474474eedaacc4aaab4582","affectsGlobalScope":true},"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","2a2e2c6463bcf3c59f31bc9ab4b6ef963bbf7dffb049cd017e2c1834e3adca63","33a0782502805f6dac67362b4290250e29755139a9c0d93a42e9da3a6e282e85","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",{"version":"677646e2620795c98a539fb12fb531f10331c217cef1492132b2518f894fa92d","affectsGlobalScope":true},"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","868c78a84ad3530fc1b6e03da4611405da111bbfb0f1480abe45e801cde0b995","a3e12bcf2d196656ccd5b5d5344182967a2bdde0f63c9b955c36169ed02c3555","2bca896d780555ea2b1d74895833067da5410b312f7bb1baa99ca1502b79d09c","5b5337f28573ffdbc95c3653c4a7961d0f02fdf4788888253bf74a3b5a05443e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","85f8ebd7f245e8bf29da270e8b53dcdd17528826ffd27176c5fc7e426213ef5a","11a3a97b6f4ebeb1464f05e932538532efaf939094a2df2bb8ba5c7013b2c299","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","c0e3c1f7e2c4aaefbfb2e5d20ccf49a0d51e1d102751dd2de4c7f197480a2b48","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","45c249293195c97c3fb72049a1bd8fe757742070a23b7a4ef30efdf6f3ce254b",{"version":"c3924759a92cd75c7b9d36bc3aa7614e31c81df4a1dd8fc4289a9eeb56c596e0","affectsGlobalScope":true},{"version":"88c95849c807dcd491e15d624f27bc5e5680590bfb87d0278612aaee2d6214f7","affectsGlobalScope":true},"049ee1188087c6aedf78057e3dc077fd937c07d30c6a17fb6996c11e57ebe127","9cbfee0d2998dc92715f33d94e0cf9650b5e07f74cb40331dcccbbeaf4f36872","1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","cfef71bdb72c94bd8257b0a96ab7f7ddb81a75980351fc1c62c1d5fba5988546","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","4a46f9eea0ece14b97102b39a3a60870e39882005f05a9c819a099b99c571b81","74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185"],"root":[[60,63]],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":false,"esModuleInterop":true,"module":1,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"../../..","rootDir":"../../../..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":8},"fileIdsList":[[69,124,141,142],[69,124,141,142,175,176],[69,124,141,142,178],[69,124,135,141,142,175],[69,124,141,142,157,175],[69,124,138,141,142,175],[69,124,141,142,185],[69,124,136,141,142,175,188,189],[69,124,141,142,192],[69,124,141,142,193],[69,124,135,141,142,171,175,208,209,211],[69,124,141,142,210],[69,124,136,141,142,168,175],[69,124,141,142,213,215,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,214,215,216,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,217,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,218,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,219,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,220,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,221,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,222,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,223,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,224,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,223,225],[69,124,141,142,213,214,215,216,217,218,219,220,221,222,223,224],[69,124,141,142,226],[65,69,124,141,142],[69,121,122,124,141,142],[69,123,124,141,142],[69,124,129,141,142,160],[69,124,125,130,135,141,142,144,157,168],[69,124,125,126,135,141,142,144],[69,124,127,141,142,169],[69,124,128,129,136,141,142,146],[69,124,129,141,142,157,165],[69,124,130,132,135,141,142,144],[69,123,124,131,141,142],[69,124,132,133,141,142],[69,124,134,135,141,142],[69,123,124,135,141,142],[69,124,135,136,137,141,142,157,168],[69,124,135,136,137,141,142,152,157,160],[69,116,124,132,135,138,141,142,144,157,168],[69,124,135,136,138,139,141,142,144,157,165,168],[69,124,138,140,141,142,157,165,168],[69,124,135,141,142],[69,124,141,142,143,168],[69,124,132,135,141,142,144,157],[69,124,141,142,146],[69,124,141,142,147],[69,123,124,141,142,148],[69,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174],[69,124,141,142,150],[69,124,141,142,151],[69,124,135,141,142,152,153],[69,124,141,142,152,154,169,171],[69,124,136,141,142],[69,124,135,141,142,157,158,160],[69,124,141,142,159,160],[69,124,141,142,157,158],[69,124,141,142,160],[69,124,141,142,161],[69,121,124,141,142,157,162,168],[69,124,135,141,142,163,164],[69,124,141,142,163,164],[69,124,129,141,142,144,157,165],[69,124,141,142,166],[124,141,142],[66,67,68,69,70,71,72,73,74,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174],[69,124,141,142,144,167],[69,124,138,141,142,151,168],[69,124,129,141,142,169],[69,124,141,142,157,170],[69,124,141,142,143,171],[69,124,141,142,172],[69,124,129,141,142],[69,116,124,141,142],[69,124,141,142,173],[69,116,124,135,137,141,142,148,157,160,168,170,171,173],[69,124,141,142,157,174],[69,124,141,142,232],[69,124,141,142,235,274],[69,124,141,142,235,259,274],[69,124,141,142,274],[69,124,141,142,235],[69,124,141,142,235,260,274],[69,124,141,142,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273],[69,124,141,142,260,274],[69,124,141,142,276],[69,124,141,142,280],[69,124,135,138,140,141,142,144,157,165,168,174,175],[69,124,141,142,286],[69,124,135,141,142,157,175],[69,124,141,142,197],[69,124,141,142,196,197],[69,124,141,142,196],[69,124,141,142,196,197,198,200,201,204,205,206,207],[69,124,141,142,197,201],[69,124,141,142,196,197,198,200,201,202,203],[69,124,141,142,196,201],[69,124,141,142,201,205],[69,124,141,142,197,198,199],[69,124,141,142,198],[69,124,141,142,196,197,201],[69,81,84,87,88,124,141,142,168],[69,84,124,141,142,157,168],[69,84,88,124,141,142,168],[69,124,141,142,157],[69,78,124,141,142],[69,82,124,141,142],[69,80,81,84,124,141,142,168],[69,124,141,142,144,165],[69,124,141,142,175],[69,78,124,141,142,175],[69,80,84,124,141,142,144,168],[69,75,76,77,79,83,124,135,141,142,157,168],[69,84,93,101,124,141,142],[69,76,82,124,141,142],[69,84,110,111,124,141,142],[69,76,79,84,124,141,142,160,168,175],[69,84,124,141,142],[69,80,84,124,141,142,168],[69,75,124,141,142],[69,78,79,80,82,83,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,124,141,142],[69,84,103,106,124,132,141,142],[69,84,93,94,95,124,141,142],[69,82,84,94,96,124,141,142],[69,83,124,141,142],[69,76,78,84,124,141,142],[69,84,88,94,96,124,141,142],[69,88,124,141,142],[69,82,84,87,124,141,142,168],[69,76,80,84,93,124,141,142],[69,84,103,124,141,142],[69,96,124,141,142],[69,78,84,110,124,141,142,160,173,175],[60,69,124,141,142],[60,61,62,69,124,141,142],[60,61,62]],"referencedMap":[[64,1],[65,1],[177,2],[179,3],[178,1],[180,4],[181,5],[182,1],[183,6],[184,1],[186,7],[187,1],[190,8],[191,1],[176,5],[192,1],[193,9],[194,10],[195,1],[210,11],[211,12],[212,1],[188,13],[189,1],[214,14],[215,15],[213,16],[216,17],[217,18],[218,19],[219,20],[220,21],[221,22],[222,23],[223,24],[224,25],[225,26],[227,27],[228,28],[229,1],[230,1],[185,1],[121,29],[122,29],[123,30],[124,31],[125,32],[126,33],[67,1],[127,34],[128,35],[129,36],[130,37],[131,38],[132,39],[133,39],[134,40],[135,41],[136,42],[137,43],[70,1],[138,44],[139,45],[140,46],[141,47],[142,1],[143,48],[144,49],[146,50],[147,51],[148,52],[149,53],[150,54],[151,55],[152,56],[153,56],[154,57],[155,1],[156,58],[157,59],[159,60],[158,61],[160,62],[161,63],[162,64],[163,65],[164,66],[165,67],[166,68],[69,69],[66,1],[68,1],[175,70],[167,71],[168,72],[169,73],[170,74],[171,75],[172,76],[71,1],[72,77],[73,1],[74,1],[117,78],[118,79],[119,1],[120,62],[173,80],[174,81],[231,1],[233,82],[234,1],[232,1],[259,83],[260,84],[235,85],[238,85],[257,83],[258,83],[248,83],[247,86],[245,83],[240,83],[253,83],[251,83],[255,83],[239,83],[252,83],[256,83],[241,83],[242,83],[254,83],[236,83],[243,83],[244,83],[246,83],[250,83],[261,87],[249,83],[237,83],[274,88],[273,1],[268,87],[270,89],[269,87],[262,87],[263,87],[265,87],[267,87],[271,89],[272,89],[264,89],[266,89],[275,6],[277,90],[276,1],[278,1],[279,1],[209,1],[226,1],[280,1],[281,91],[282,1],[283,1],[284,92],[285,1],[286,1],[287,93],[288,94],[145,1],[198,95],[207,96],[196,1],[197,97],[208,98],[203,99],[204,100],[202,101],[206,102],[200,103],[199,104],[205,105],[201,96],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[8,1],[49,1],[46,1],[47,1],[48,1],[50,1],[9,1],[51,1],[52,1],[53,1],[56,1],[54,1],[55,1],[1,1],[57,1],[93,106],[105,107],[90,108],[106,109],[115,110],[81,111],[82,112],[80,113],[114,114],[109,115],[113,116],[84,117],[102,118],[83,119],[112,120],[78,121],[79,115],[85,122],[86,1],[92,123],[89,122],[76,124],[116,125],[107,126],[96,127],[95,122],[97,128],[100,129],[94,130],[98,131],[110,114],[87,132],[88,133],[101,134],[77,109],[104,135],[103,122],[91,133],[99,136],[108,1],[75,1],[111,137],[60,1],[61,138],[63,139],[62,1]],"exportedModulesMap":[[64,1],[65,1],[177,2],[179,3],[178,1],[180,4],[181,5],[182,1],[183,6],[184,1],[186,7],[187,1],[190,8],[191,1],[176,5],[192,1],[193,9],[194,10],[195,1],[210,11],[211,12],[212,1],[188,13],[189,1],[214,14],[215,15],[213,16],[216,17],[217,18],[218,19],[219,20],[220,21],[221,22],[222,23],[223,24],[224,25],[225,26],[227,27],[228,28],[229,1],[230,1],[185,1],[121,29],[122,29],[123,30],[124,31],[125,32],[126,33],[67,1],[127,34],[128,35],[129,36],[130,37],[131,38],[132,39],[133,39],[134,40],[135,41],[136,42],[137,43],[70,1],[138,44],[139,45],[140,46],[141,47],[142,1],[143,48],[144,49],[146,50],[147,51],[148,52],[149,53],[150,54],[151,55],[152,56],[153,56],[154,57],[155,1],[156,58],[157,59],[159,60],[158,61],[160,62],[161,63],[162,64],[163,65],[164,66],[165,67],[166,68],[69,69],[66,1],[68,1],[175,70],[167,71],[168,72],[169,73],[170,74],[171,75],[172,76],[71,1],[72,77],[73,1],[74,1],[117,78],[118,79],[119,1],[120,62],[173,80],[174,81],[231,1],[233,82],[234,1],[232,1],[259,83],[260,84],[235,85],[238,85],[257,83],[258,83],[248,83],[247,86],[245,83],[240,83],[253,83],[251,83],[255,83],[239,83],[252,83],[256,83],[241,83],[242,83],[254,83],[236,83],[243,83],[244,83],[246,83],[250,83],[261,87],[249,83],[237,83],[274,88],[273,1],[268,87],[270,89],[269,87],[262,87],[263,87],[265,87],[267,87],[271,89],[272,89],[264,89],[266,89],[275,6],[277,90],[276,1],[278,1],[279,1],[209,1],[226,1],[280,1],[281,91],[282,1],[283,1],[284,92],[285,1],[286,1],[287,93],[288,94],[145,1],[198,95],[207,96],[196,1],[197,97],[208,98],[203,99],[204,100],[202,101],[206,102],[200,103],[199,104],[205,105],[201,96],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[8,1],[49,1],[46,1],[47,1],[48,1],[50,1],[9,1],[51,1],[52,1],[53,1],[56,1],[54,1],[55,1],[1,1],[57,1],[93,106],[105,107],[90,108],[106,109],[115,110],[81,111],[82,112],[80,113],[114,114],[109,115],[113,116],[84,117],[102,118],[83,119],[112,120],[78,121],[79,115],[85,122],[86,1],[92,123],[89,122],[76,124],[116,125],[107,126],[96,127],[95,122],[97,128],[100,129],[94,130],[98,131],[110,114],[87,132],[88,133],[101,134],[77,109],[104,135],[103,122],[91,133],[99,136],[108,1],[75,1],[111,137],[63,140]],"semanticDiagnosticsPerFile":[64,65,177,179,178,180,181,182,183,184,186,187,190,191,176,192,193,194,195,210,211,212,188,189,214,215,213,216,217,218,219,220,221,222,223,224,225,227,228,229,230,185,121,122,123,124,125,126,67,127,128,129,130,131,132,133,134,135,136,137,70,138,139,140,141,142,143,144,146,147,148,149,150,151,152,153,154,155,156,157,159,158,160,161,162,163,164,165,166,69,66,68,175,167,168,169,170,171,172,71,72,73,74,117,118,119,120,173,174,231,233,234,232,259,260,235,238,257,258,248,247,245,240,253,251,255,239,252,256,241,242,254,236,243,244,246,250,261,249,237,274,273,268,270,269,262,263,265,267,271,272,264,266,275,277,276,278,279,209,226,280,281,282,283,284,285,286,287,288,145,198,207,196,197,208,203,204,202,206,200,199,205,201,58,59,10,11,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,1,57,93,105,90,106,115,81,82,80,114,109,113,84,102,83,112,78,79,85,86,92,89,76,116,107,96,95,97,100,94,98,110,87,88,101,77,104,103,91,99,108,75,111,60,61,63,62],"latestChangedDtsFile":"./index.d.ts"},"version":"5.3.2"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
Always
|
|
3
|
-
WhenScrollingNeeded
|
|
4
|
-
Never
|
|
5
|
-
}
|
|
1
|
+
export declare const DisableHoverMode: {
|
|
2
|
+
readonly Always: "always";
|
|
3
|
+
readonly WhenScrollingNeeded: "when-scrolling-needed";
|
|
4
|
+
readonly Never: "never";
|
|
5
|
+
};
|
|
6
|
+
export type DisableHoverMode = (typeof DisableHoverMode)[keyof typeof DisableHoverMode];
|
|
6
7
|
export declare enum BrowserSideErrorCode {
|
|
7
8
|
JS = "JS",
|
|
8
9
|
OUTSIDE_OF_VIEWPORT = "OUTSIDE_OF_VIEWPORT"
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.isBrowserSideError = exports.BrowserSideErrorCode = exports.DisableHoverMode = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(DisableHoverMode || (exports.DisableHoverMode = DisableHoverMode = {}));
|
|
4
|
+
exports.DisableHoverMode = {
|
|
5
|
+
Always: "always",
|
|
6
|
+
WhenScrollingNeeded: "when-scrolling-needed",
|
|
7
|
+
Never: "never",
|
|
8
|
+
};
|
|
10
9
|
var BrowserSideErrorCode;
|
|
11
10
|
(function (BrowserSideErrorCode) {
|
|
12
11
|
BrowserSideErrorCode["JS"] = "JS";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/browser/isomorphic/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/browser/isomorphic/types.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC5B,MAAM,EAAE,QAAQ;IAChB,mBAAmB,EAAE,uBAAuB;IAC5C,KAAK,EAAE,OAAO;CACR,CAAC;AAIX,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,iCAAS,CAAA;IACT,mEAA2C,CAAA;AAC/C,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B;AAQM,MAAM,kBAAkB,GAAG,CAAC,KAAc,EAA6B,EAAE;IAC5E,OAAO,OAAO,CAAC,KAAK,IAAK,KAA0B,CAAC,SAAS,IAAK,KAA0B,CAAC,OAAO,CAAC,CAAC;AAC1G,CAAC,CAAC;AAFW,QAAA,kBAAkB,sBAE7B"}
|
|
@@ -37,7 +37,9 @@ class CompositeImage {
|
|
|
37
37
|
this._captureAreaSize = (0, geometry_1.getSize)(visibleCoveringRect);
|
|
38
38
|
}
|
|
39
39
|
if (this._captureAreaSize.width <= 0 || this._captureAreaSize.height <= 0) {
|
|
40
|
-
throw new Error("Capture area size cannot be zero or negative. Got: " +
|
|
40
|
+
throw new Error("Capture area size cannot be zero or negative. Got: " +
|
|
41
|
+
(0, geometry_1.prettySize)(this._captureAreaSize) +
|
|
42
|
+
"\nMost likely this means that you are trying to capture an area that is completely clipped by parent block (e.g. with overflow: hidden), or the element is zero-sized on its own.");
|
|
41
43
|
}
|
|
42
44
|
const imageSize = viewportImage.getSize();
|
|
43
45
|
debug("Captured the next chunk.\n captureSpecs: %O\n visibleCoveringRect: %O\n ignoreBoundingRects: %O\n viewportImageSize: %O", captureSpecs, visibleCoveringRect, ignoreBoundingRects, imageSize);
|
|
@@ -69,8 +71,8 @@ class CompositeImage {
|
|
|
69
71
|
const sortedChunks = anchoredChunks.slice().sort((a, b) => (0, geometry_1.subtractCoords)(b.anchorTop, a.anchorTop));
|
|
70
72
|
const candidates = sortedChunks.map(chunk => this._buildCandidate(chunk));
|
|
71
73
|
debug("Candidates: %O", candidates);
|
|
72
|
-
this._chooseBestCandidates(candidates);
|
|
73
74
|
this._expandCandidatesToFullArea(candidates);
|
|
75
|
+
this._chooseBestCandidates(candidates);
|
|
74
76
|
const commonHorizontalArea = this._computeCommonHorizontalAreaIfNeeded(candidates, this._captureAreaSize.width);
|
|
75
77
|
const captureWidth = commonHorizontalArea?.width ?? this._captureAreaSize.width;
|
|
76
78
|
debug("Chosen best candidates: %O", candidates);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/browser/screen-shooter/composite-image/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/browser/screen-shooter/composite-image/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -384,6 +384,10 @@ class ElementsScreenShooter {
|
|
|
384
384
|
try {
|
|
385
385
|
await this._scrollThroughCaptureArea(selectorsToCapture, selectorsToIgnore, page, opts, async (currentState) => {
|
|
386
386
|
if (currentState.captureSpecs.length === 0) {
|
|
387
|
+
if (iterations > 0) {
|
|
388
|
+
debug("Capture area disappeared after %d chunk(s), rendering already captured data for selectors: %s", iterations, selectorsToCapture.join("; "));
|
|
389
|
+
return;
|
|
390
|
+
}
|
|
387
391
|
throw new Error(getEmptyCaptureSpecsErrorMessage(selectorsToCapture));
|
|
388
392
|
}
|
|
389
393
|
const hasCaptureAreaSizeChanged = lastState.captureSpecs.length !== currentState.captureSpecs.length ||
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements-screen-shooter.js","sourceRoot":"","sources":["../../../../src/browser/screen-shooter/elements-screen-shooter.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"elements-screen-shooter.js","sourceRoot":"","sources":["../../../../src/browser/screen-shooter/elements-screen-shooter.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { LOCAL_GRID_URL } from "../constants/config";
|
|
2
2
|
import { WEBDRIVER_PROTOCOL } from "../constants/config";
|
|
3
|
-
import { DisableHoverMode } from "../browser/isomorphic/types";
|
|
4
3
|
import { NODEJS_TEST_RUN_ENV } from "../constants/config";
|
|
5
4
|
import { TimeTravelMode } from "./types";
|
|
6
5
|
export declare let baseUrl: string;
|
|
@@ -34,7 +33,7 @@ export declare namespace assertViewOpts {
|
|
|
34
33
|
let allowViewportOverflow: boolean;
|
|
35
34
|
let ignoreDiffPixelCount: number;
|
|
36
35
|
let waitForStaticToLoadTimeout: number;
|
|
37
|
-
let disableHover:
|
|
36
|
+
let disableHover: "when-scrolling-needed";
|
|
38
37
|
let cropMargins: {};
|
|
39
38
|
}
|
|
40
39
|
export declare namespace openAndWaitOpts {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testplane",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Tests framework based on mocha and wdio",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test-e2e-testplane": "npm run test-e2e-testplane:generate-fixtures && npm run test-e2e-testplane:run-tests",
|
|
41
41
|
"test-e2e-testplane:run-tests": "node bin/testplane --config test/e2e/testplane.config.ts",
|
|
42
42
|
"test-e2e-testplane:generate-fixtures": "node bin/testplane --config test/e2e/fixtures/basic-report/testplane.config.ts || true",
|
|
43
|
-
"test-e2e:gui": "node bin/testplane --config test/e2e/testplane.config.ts gui",
|
|
43
|
+
"test-e2e-testplane:gui": "node bin/testplane --config test/e2e/testplane.config.ts gui",
|
|
44
44
|
"test-browser-env": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
|
|
45
45
|
"test-browser-env:gui": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane gui -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
|
|
46
46
|
"toc": "doctoc docs --title '### Contents'",
|