lighthouse 10.1.1-dev.20230427 → 10.1.1-dev.20230428

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.
Files changed (269) hide show
  1. package/cli/cli-flags.d.ts +1 -1
  2. package/cli/test/smokehouse/lighthouse-runners/cli.d.ts +1 -1
  3. package/cli/test/smokehouse/report-assert.d.ts +1 -1
  4. package/core/audits/accessibility/accesskeys.d.ts +1 -1
  5. package/core/audits/accessibility/aria-allowed-attr.d.ts +1 -1
  6. package/core/audits/accessibility/aria-command-name.d.ts +1 -1
  7. package/core/audits/accessibility/aria-hidden-body.d.ts +1 -1
  8. package/core/audits/accessibility/aria-hidden-focus.d.ts +1 -1
  9. package/core/audits/accessibility/aria-input-field-name.d.ts +1 -1
  10. package/core/audits/accessibility/aria-meter-name.d.ts +1 -1
  11. package/core/audits/accessibility/aria-progressbar-name.d.ts +1 -1
  12. package/core/audits/accessibility/aria-required-attr.d.ts +1 -1
  13. package/core/audits/accessibility/aria-required-children.d.ts +1 -1
  14. package/core/audits/accessibility/aria-required-parent.d.ts +1 -1
  15. package/core/audits/accessibility/aria-roles.d.ts +1 -1
  16. package/core/audits/accessibility/aria-toggle-field-name.d.ts +1 -1
  17. package/core/audits/accessibility/aria-tooltip-name.d.ts +1 -1
  18. package/core/audits/accessibility/aria-treeitem-name.d.ts +1 -1
  19. package/core/audits/accessibility/aria-valid-attr-value.d.ts +1 -1
  20. package/core/audits/accessibility/aria-valid-attr.d.ts +1 -1
  21. package/core/audits/accessibility/axe-audit.d.ts +1 -1
  22. package/core/audits/accessibility/button-name.d.ts +1 -1
  23. package/core/audits/accessibility/bypass.d.ts +1 -1
  24. package/core/audits/accessibility/color-contrast.d.ts +1 -1
  25. package/core/audits/accessibility/definition-list.d.ts +1 -1
  26. package/core/audits/accessibility/dlitem.d.ts +1 -1
  27. package/core/audits/accessibility/document-title.d.ts +1 -1
  28. package/core/audits/accessibility/duplicate-id-active.d.ts +1 -1
  29. package/core/audits/accessibility/duplicate-id-aria.d.ts +1 -1
  30. package/core/audits/accessibility/form-field-multiple-labels.d.ts +1 -1
  31. package/core/audits/accessibility/frame-title.d.ts +1 -1
  32. package/core/audits/accessibility/heading-order.d.ts +1 -1
  33. package/core/audits/accessibility/html-has-lang.d.ts +1 -1
  34. package/core/audits/accessibility/html-lang-valid.d.ts +1 -1
  35. package/core/audits/accessibility/image-alt.d.ts +1 -1
  36. package/core/audits/accessibility/input-image-alt.d.ts +1 -1
  37. package/core/audits/accessibility/label.d.ts +1 -1
  38. package/core/audits/accessibility/link-name.d.ts +1 -1
  39. package/core/audits/accessibility/list.d.ts +1 -1
  40. package/core/audits/accessibility/listitem.d.ts +1 -1
  41. package/core/audits/accessibility/manual/custom-controls-labels.d.ts +1 -1
  42. package/core/audits/accessibility/manual/custom-controls-roles.d.ts +1 -1
  43. package/core/audits/accessibility/manual/focus-traps.d.ts +1 -1
  44. package/core/audits/accessibility/manual/focusable-controls.d.ts +1 -1
  45. package/core/audits/accessibility/manual/interactive-element-affordance.d.ts +1 -1
  46. package/core/audits/accessibility/manual/logical-tab-order.d.ts +1 -1
  47. package/core/audits/accessibility/manual/managed-focus.d.ts +1 -1
  48. package/core/audits/accessibility/manual/offscreen-content-hidden.d.ts +1 -1
  49. package/core/audits/accessibility/manual/use-landmarks.d.ts +1 -1
  50. package/core/audits/accessibility/manual/visual-order-follows-dom.d.ts +1 -1
  51. package/core/audits/accessibility/meta-refresh.d.ts +1 -1
  52. package/core/audits/accessibility/meta-viewport.d.ts +1 -1
  53. package/core/audits/accessibility/object-alt.d.ts +1 -1
  54. package/core/audits/accessibility/tabindex.d.ts +1 -1
  55. package/core/audits/accessibility/td-headers-attr.d.ts +1 -1
  56. package/core/audits/accessibility/th-has-data-cells.d.ts +1 -1
  57. package/core/audits/accessibility/valid-lang.d.ts +1 -1
  58. package/core/audits/accessibility/video-caption.d.ts +1 -1
  59. package/core/audits/audit.d.ts +1 -1
  60. package/core/audits/autocomplete.d.ts +1 -1
  61. package/core/audits/bf-cache.d.ts +1 -1
  62. package/core/audits/bootup-time.d.ts +1 -1
  63. package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +1 -1
  64. package/core/audits/byte-efficiency/duplicated-javascript.d.ts +1 -1
  65. package/core/audits/byte-efficiency/efficient-animated-content.d.ts +2 -2
  66. package/core/audits/byte-efficiency/legacy-javascript.d.ts +2 -2
  67. package/core/audits/byte-efficiency/modern-image-formats.d.ts +1 -1
  68. package/core/audits/byte-efficiency/offscreen-images.d.ts +2 -2
  69. package/core/audits/byte-efficiency/render-blocking-resources.d.ts +1 -1
  70. package/core/audits/byte-efficiency/total-byte-weight.d.ts +1 -1
  71. package/core/audits/byte-efficiency/unminified-css.d.ts +1 -1
  72. package/core/audits/byte-efficiency/unminified-javascript.d.ts +1 -1
  73. package/core/audits/byte-efficiency/unused-css-rules.d.ts +1 -1
  74. package/core/audits/byte-efficiency/unused-javascript.d.ts +1 -1
  75. package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +3 -3
  76. package/core/audits/byte-efficiency/uses-optimized-images.d.ts +1 -1
  77. package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +1 -1
  78. package/core/audits/byte-efficiency/uses-responsive-images.d.ts +2 -2
  79. package/core/audits/byte-efficiency/uses-text-compression.d.ts +1 -1
  80. package/core/audits/content-width.d.ts +1 -1
  81. package/core/audits/critical-request-chains.d.ts +1 -1
  82. package/core/audits/csp-xss.d.ts +1 -1
  83. package/core/audits/deprecations.d.ts +1 -1
  84. package/core/audits/diagnostics.d.ts +1 -1
  85. package/core/audits/dobetterweb/charset.d.ts +1 -1
  86. package/core/audits/dobetterweb/doctype.d.ts +1 -1
  87. package/core/audits/dobetterweb/dom-size.d.ts +1 -1
  88. package/core/audits/dobetterweb/geolocation-on-start.d.ts +1 -1
  89. package/core/audits/dobetterweb/inspector-issues.d.ts +1 -1
  90. package/core/audits/dobetterweb/js-libraries.d.ts +1 -1
  91. package/core/audits/dobetterweb/no-document-write.d.ts +1 -1
  92. package/core/audits/dobetterweb/notification-on-start.d.ts +1 -1
  93. package/core/audits/dobetterweb/paste-preventing-inputs.d.ts +1 -1
  94. package/core/audits/dobetterweb/uses-http2.d.ts +3 -3
  95. package/core/audits/dobetterweb/uses-passive-event-listeners.d.ts +1 -1
  96. package/core/audits/errors-in-console.d.ts +1 -1
  97. package/core/audits/final-screenshot.d.ts +1 -1
  98. package/core/audits/font-display.d.ts +1 -1
  99. package/core/audits/image-aspect-ratio.d.ts +1 -1
  100. package/core/audits/image-size-responsive.d.ts +1 -1
  101. package/core/audits/installable-manifest.d.ts +1 -1
  102. package/core/audits/is-on-https.d.ts +1 -1
  103. package/core/audits/largest-contentful-paint-element.d.ts +1 -1
  104. package/core/audits/layout-shift-elements.d.ts +1 -1
  105. package/core/audits/lcp-lazy-loaded.d.ts +1 -1
  106. package/core/audits/long-tasks.d.ts +1 -1
  107. package/core/audits/main-thread-tasks.d.ts +1 -1
  108. package/core/audits/mainthread-work-breakdown.d.ts +1 -1
  109. package/core/audits/manual/manual-audit.d.ts +1 -1
  110. package/core/audits/manual/pwa-cross-browser.d.ts +1 -1
  111. package/core/audits/manual/pwa-each-page-has-url.d.ts +1 -1
  112. package/core/audits/manual/pwa-page-transitions.d.ts +1 -1
  113. package/core/audits/maskable-icon.d.ts +1 -1
  114. package/core/audits/metrics/cumulative-layout-shift.d.ts +1 -1
  115. package/core/audits/metrics/experimental-interaction-to-next-paint.d.ts +1 -1
  116. package/core/audits/metrics/first-contentful-paint-3g.d.ts +1 -1
  117. package/core/audits/metrics/first-contentful-paint.d.ts +1 -1
  118. package/core/audits/metrics/first-meaningful-paint.d.ts +1 -1
  119. package/core/audits/metrics/interactive.d.ts +1 -1
  120. package/core/audits/metrics/largest-contentful-paint.d.ts +1 -1
  121. package/core/audits/metrics/max-potential-fid.d.ts +1 -1
  122. package/core/audits/metrics/speed-index.d.ts +1 -1
  123. package/core/audits/metrics/total-blocking-time.d.ts +1 -1
  124. package/core/audits/metrics.d.ts +1 -1
  125. package/core/audits/multi-check-audit.d.ts +1 -1
  126. package/core/audits/network-requests.d.ts +1 -1
  127. package/core/audits/network-rtt.d.ts +1 -1
  128. package/core/audits/network-server-latency.d.ts +1 -1
  129. package/core/audits/no-unload-listeners.d.ts +1 -1
  130. package/core/audits/non-composited-animations.d.ts +1 -1
  131. package/core/audits/performance-budget.d.ts +2 -2
  132. package/core/audits/predictive-perf.d.ts +1 -1
  133. package/core/audits/preload-fonts.d.ts +1 -1
  134. package/core/audits/prioritize-lcp-image.d.ts +2 -2
  135. package/core/audits/redirects.d.ts +2 -2
  136. package/core/audits/resource-summary.d.ts +1 -1
  137. package/core/audits/screenshot-thumbnails.d.ts +2 -2
  138. package/core/audits/script-treemap-data.d.ts +1 -1
  139. package/core/audits/seo/canonical.d.ts +1 -1
  140. package/core/audits/seo/crawlable-anchors.d.ts +1 -1
  141. package/core/audits/seo/font-size.d.ts +1 -1
  142. package/core/audits/seo/hreflang.d.ts +1 -1
  143. package/core/audits/seo/http-status-code.d.ts +1 -1
  144. package/core/audits/seo/is-crawlable.d.ts +1 -1
  145. package/core/audits/seo/link-text.d.ts +1 -1
  146. package/core/audits/seo/manual/structured-data.d.ts +1 -1
  147. package/core/audits/seo/meta-description.d.ts +1 -1
  148. package/core/audits/seo/plugins.d.ts +1 -1
  149. package/core/audits/seo/robots-txt.d.ts +1 -1
  150. package/core/audits/seo/tap-targets.d.ts +1 -1
  151. package/core/audits/server-response-time.d.ts +1 -1
  152. package/core/audits/service-worker.d.ts +1 -1
  153. package/core/audits/splash-screen.d.ts +2 -2
  154. package/core/audits/themed-omnibox.d.ts +2 -2
  155. package/core/audits/third-party-facades.d.ts +2 -2
  156. package/core/audits/third-party-summary.d.ts +2 -2
  157. package/core/audits/timing-budget.d.ts +3 -3
  158. package/core/audits/unsized-images.d.ts +1 -1
  159. package/core/audits/user-timings.d.ts +1 -1
  160. package/core/audits/uses-rel-preconnect.d.ts +1 -1
  161. package/core/audits/uses-rel-preload.d.ts +2 -2
  162. package/core/audits/valid-source-maps.d.ts +2 -2
  163. package/core/audits/viewport.d.ts +1 -1
  164. package/core/audits/violation-audit.d.ts +1 -1
  165. package/core/audits/work-during-interaction.d.ts +2 -2
  166. package/core/computed/critical-request-chains.d.ts +1 -1
  167. package/core/computed/load-simulator.d.ts +2 -2
  168. package/core/computed/metrics/cumulative-layout-shift.d.ts +1 -1
  169. package/core/computed/metrics/first-contentful-paint-all-frames.d.ts +1 -1
  170. package/core/computed/metrics/first-contentful-paint.d.ts +1 -1
  171. package/core/computed/metrics/first-meaningful-paint.d.ts +1 -1
  172. package/core/computed/metrics/interactive.d.ts +1 -1
  173. package/core/computed/metrics/lantern-first-contentful-paint.d.ts +1 -1
  174. package/core/computed/metrics/lantern-first-meaningful-paint.d.ts +1 -1
  175. package/core/computed/metrics/lantern-interactive.d.ts +1 -1
  176. package/core/computed/metrics/lantern-largest-contentful-paint.d.ts +1 -1
  177. package/core/computed/metrics/lantern-max-potential-fid.d.ts +1 -1
  178. package/core/computed/metrics/lantern-metric.d.ts +1 -1
  179. package/core/computed/metrics/lantern-speed-index.d.ts +1 -1
  180. package/core/computed/metrics/lantern-total-blocking-time.d.ts +1 -1
  181. package/core/computed/metrics/largest-contentful-paint-all-frames.d.ts +1 -1
  182. package/core/computed/metrics/largest-contentful-paint.d.ts +1 -1
  183. package/core/computed/metrics/max-potential-fid.d.ts +1 -1
  184. package/core/computed/metrics/navigation-metric.d.ts +1 -1
  185. package/core/computed/metrics/responsiveness.d.ts +1 -1
  186. package/core/computed/metrics/speed-index.d.ts +1 -1
  187. package/core/computed/metrics/time-to-first-byte.d.ts +1 -1
  188. package/core/computed/metrics/total-blocking-time.d.ts +1 -1
  189. package/core/computed/network-records.d.ts +1 -1
  190. package/core/computed/page-dependency-graph.d.ts +4 -4
  191. package/core/computed/processed-navigation.d.ts +1 -1
  192. package/core/computed/resource-summary.d.ts +4 -4
  193. package/core/config/default-config.d.ts +1 -1
  194. package/core/config/desktop-config.d.ts +1 -1
  195. package/core/gather/base-gatherer.d.ts +1 -1
  196. package/core/gather/driver/execution-context.d.ts +1 -1
  197. package/core/gather/driver/network-monitor.d.ts +2 -2
  198. package/core/gather/driver.d.ts +3 -3
  199. package/core/gather/fetcher.d.ts +1 -1
  200. package/core/gather/gatherers/accessibility.d.ts +1 -1
  201. package/core/gather/gatherers/anchor-elements.d.ts +1 -1
  202. package/core/gather/gatherers/bf-cache-failures.d.ts +1 -1
  203. package/core/gather/gatherers/cache-contents.d.ts +1 -1
  204. package/core/gather/gatherers/console-messages.d.ts +1 -1
  205. package/core/gather/gatherers/css-usage.d.ts +1 -1
  206. package/core/gather/gatherers/devtools-log-compat.d.ts +1 -1
  207. package/core/gather/gatherers/devtools-log.d.ts +1 -1
  208. package/core/gather/gatherers/dobetterweb/doctype.d.ts +1 -1
  209. package/core/gather/gatherers/dobetterweb/domstats.d.ts +1 -1
  210. package/core/gather/gatherers/dobetterweb/optimized-images.d.ts +2 -2
  211. package/core/gather/gatherers/dobetterweb/response-compression.d.ts +2 -2
  212. package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.d.ts +1 -1
  213. package/core/gather/gatherers/full-page-screenshot.d.ts +1 -1
  214. package/core/gather/gatherers/global-listeners.d.ts +1 -1
  215. package/core/gather/gatherers/iframe-elements.d.ts +1 -1
  216. package/core/gather/gatherers/image-elements.d.ts +1 -1
  217. package/core/gather/gatherers/inputs.d.ts +1 -1
  218. package/core/gather/gatherers/inspector-issues.d.ts +1 -1
  219. package/core/gather/gatherers/installability-errors.d.ts +1 -1
  220. package/core/gather/gatherers/js-usage.d.ts +1 -1
  221. package/core/gather/gatherers/link-elements.d.ts +1 -1
  222. package/core/gather/gatherers/main-document-content.d.ts +1 -1
  223. package/core/gather/gatherers/meta-elements.d.ts +1 -1
  224. package/core/gather/gatherers/network-user-agent.d.ts +1 -1
  225. package/core/gather/gatherers/script-elements.d.ts +2 -2
  226. package/core/gather/gatherers/scripts.d.ts +1 -1
  227. package/core/gather/gatherers/seo/embedded-content.d.ts +1 -1
  228. package/core/gather/gatherers/seo/font-size.d.ts +1 -1
  229. package/core/gather/gatherers/seo/robots-txt.d.ts +1 -1
  230. package/core/gather/gatherers/seo/tap-targets.d.ts +1 -1
  231. package/core/gather/gatherers/service-worker.d.ts +1 -1
  232. package/core/gather/gatherers/source-maps.d.ts +1 -1
  233. package/core/gather/gatherers/stacks.d.ts +1 -1
  234. package/core/gather/gatherers/trace-compat.d.ts +1 -1
  235. package/core/gather/gatherers/trace-elements.d.ts +2 -2
  236. package/core/gather/gatherers/trace.d.ts +1 -1
  237. package/core/gather/gatherers/viewport-dimensions.d.ts +1 -1
  238. package/core/gather/gatherers/web-app-manifest.d.ts +1 -1
  239. package/core/gather/navigation-runner.d.ts +3 -3
  240. package/core/gather/runner-helpers.js +18 -4
  241. package/core/index.d.ts +2 -2
  242. package/core/legacy/gather/connections/connection.d.ts +1 -1
  243. package/core/legacy/gather/connections/cri.d.ts +2 -2
  244. package/core/legacy/gather/connections/raw.d.ts +1 -1
  245. package/core/legacy/gather/driver.d.ts +3 -3
  246. package/core/legacy/gather/gather-runner.js +1 -1
  247. package/core/lib/dependency-graph/cpu-node.d.ts +2 -2
  248. package/core/lib/dependency-graph/network-node.d.ts +3 -3
  249. package/core/lib/dependency-graph/simulator/connection-pool.d.ts +2 -2
  250. package/core/lib/dependency-graph/simulator/dns-cache.d.ts +1 -1
  251. package/core/lib/dependency-graph/simulator/simulator.d.ts +5 -5
  252. package/core/lib/lh-trace-processor.d.ts +1 -1
  253. package/core/lib/navigation-error.d.ts +2 -2
  254. package/core/lib/network-recorder.d.ts +1 -1
  255. package/core/lib/network-request.d.ts +1 -1
  256. package/core/lib/tracehouse/main-thread-tasks.d.ts +1 -1
  257. package/core/lib/tracehouse/task-summary.d.ts +1 -1
  258. package/core/runner.d.ts +2 -2
  259. package/core/scoring.d.ts +1 -1
  260. package/core/user-flow.d.ts +1 -1
  261. package/package.json +2 -2
  262. package/report/renderer/performance-category-renderer.d.ts +1 -1
  263. package/report/renderer/pwa-category-renderer.d.ts +1 -1
  264. package/report/renderer/report-globals.d.ts +1 -1
  265. package/report/renderer/report-renderer.d.ts +1 -1
  266. package/report/renderer/report-ui-features.d.ts +1 -1
  267. package/report/renderer/topbar-features.d.ts +1 -1
  268. package/shared/localization/i18n-module.d.ts +2 -2
  269. package/types/internal/test.d.ts +1 -1
@@ -8,5 +8,5 @@ export namespace UIStrings {
8
8
  const description: string;
9
9
  const title: string;
10
10
  }
11
- import ManualAudit from "../../manual/manual-audit.js";
11
+ import ManualAudit from '../../manual/manual-audit.js';
12
12
  //# sourceMappingURL=structured-data.d.ts.map
@@ -12,5 +12,5 @@ export namespace UIStrings {
12
12
  const description: string;
13
13
  const explanation: string;
14
14
  }
15
- import { Audit } from "../audit.js";
15
+ import { Audit } from '../audit.js';
16
16
  //# sourceMappingURL=meta-description.d.ts.map
@@ -11,5 +11,5 @@ export namespace UIStrings {
11
11
  const failureTitle: string;
12
12
  const description: string;
13
13
  }
14
- import { Audit } from "../audit.js";
14
+ import { Audit } from '../audit.js';
15
15
  //# sourceMappingURL=plugins.d.ts.map
@@ -14,5 +14,5 @@ export namespace UIStrings {
14
14
  const displayValueValidationError: string;
15
15
  const explanation: string;
16
16
  }
17
- import { Audit } from "../audit.js";
17
+ import { Audit } from '../audit.js';
18
18
  //# sourceMappingURL=robots-txt.d.ts.map
@@ -45,6 +45,6 @@ export namespace UIStrings {
45
45
  const explanationViewportMetaNotOptimized: string;
46
46
  const displayValue: string;
47
47
  }
48
- import { Audit } from "../audit.js";
48
+ import { Audit } from '../audit.js';
49
49
  declare const FINGER_SIZE_PX: 48;
50
50
  //# sourceMappingURL=tap-targets.d.ts.map
@@ -17,5 +17,5 @@ export namespace UIStrings {
17
17
  const description: string;
18
18
  const displayValue: string;
19
19
  }
20
- import { Audit } from "./audit.js";
20
+ import { Audit } from './audit.js';
21
21
  //# sourceMappingURL=server-response-time.d.ts.map
@@ -42,5 +42,5 @@ export namespace UIStrings {
42
42
  const explanationBadManifest: string;
43
43
  const explanationBadStartUrl: string;
44
44
  }
45
- import { Audit } from "./audit.js";
45
+ import { Audit } from './audit.js';
46
46
  //# sourceMappingURL=service-worker.d.ts.map
@@ -32,6 +32,6 @@ export namespace UIStrings {
32
32
  const failureTitle: string;
33
33
  const description: string;
34
34
  }
35
- import MultiCheckAudit from "./multi-check-audit.js";
36
- import { ManifestValues } from "../computed/manifest-values.js";
35
+ import MultiCheckAudit from './multi-check-audit.js';
36
+ import { ManifestValues } from '../computed/manifest-values.js';
37
37
  //# sourceMappingURL=splash-screen.d.ts.map
@@ -37,6 +37,6 @@ export namespace UIStrings {
37
37
  const failureTitle: string;
38
38
  const description: string;
39
39
  }
40
- import MultiCheckAudit from "./multi-check-audit.js";
41
- import { ManifestValues } from "../computed/manifest-values.js";
40
+ import MultiCheckAudit from './multi-check-audit.js';
41
+ import { ManifestValues } from '../computed/manifest-values.js';
42
42
  //# sourceMappingURL=themed-omnibox.d.ts.map
@@ -37,6 +37,6 @@ export namespace UIStrings {
37
37
  const categoryMarketing: string;
38
38
  const categorySocial: string;
39
39
  }
40
- import { Audit } from "./audit.js";
41
- import { EntityClassification } from "../computed/entity-classification.js";
40
+ import { Audit } from './audit.js';
41
+ import { EntityClassification } from '../computed/entity-classification.js';
42
42
  //# sourceMappingURL=third-party-facades.d.ts.map
@@ -54,6 +54,6 @@ export namespace UIStrings {
54
54
  const columnThirdParty: string;
55
55
  const displayValue: string;
56
56
  }
57
- import { Audit } from "./audit.js";
58
- import { EntityClassification } from "../computed/entity-classification.js";
57
+ import { Audit } from './audit.js';
58
+ import { EntityClassification } from '../computed/entity-classification.js';
59
59
  //# sourceMappingURL=third-party-summary.d.ts.map
@@ -37,7 +37,7 @@ export namespace UIStrings {
37
37
  const columnTimingMetric: string;
38
38
  const columnMeasurement: string;
39
39
  }
40
- import { Budget } from "../config/budget.js";
41
- import { Audit } from "./audit.js";
42
- import { TimingSummary } from "../computed/metrics/timing-summary.js";
40
+ import { Budget } from '../config/budget.js';
41
+ import { Audit } from './audit.js';
42
+ import { TimingSummary } from '../computed/metrics/timing-summary.js';
43
43
  //# sourceMappingURL=timing-budget.d.ts.map
@@ -35,5 +35,5 @@ export namespace UIStrings {
35
35
  const failureTitle: string;
36
36
  const description: string;
37
37
  }
38
- import { Audit } from "./audit.js";
38
+ import { Audit } from './audit.js';
39
39
  //# sourceMappingURL=unsized-images.d.ts.map
@@ -39,5 +39,5 @@ export namespace UIStrings {
39
39
  const displayValue: string;
40
40
  const columnType: string;
41
41
  }
42
- import { Audit } from "./audit.js";
42
+ import { Audit } from './audit.js';
43
43
  //# sourceMappingURL=user-timings.d.ts.map
@@ -33,5 +33,5 @@ export namespace UIStrings {
33
33
  const crossoriginWarning: string;
34
34
  const tooManyPreconnectLinksWarning: string;
35
35
  }
36
- import { Audit } from "./audit.js";
36
+ import { Audit } from './audit.js';
37
37
  //# sourceMappingURL=uses-rel-preconnect.d.ts.map
@@ -56,6 +56,6 @@ export namespace UIStrings {
56
56
  const description: string;
57
57
  const crossoriginWarning: string;
58
58
  }
59
- import { Audit } from "./audit.js";
60
- import { NetworkRequest } from "../lib/network-request.js";
59
+ import { Audit } from './audit.js';
60
+ import { NetworkRequest } from '../lib/network-request.js';
61
61
  //# sourceMappingURL=uses-rel-preload.d.ts.map
@@ -24,6 +24,6 @@ export namespace UIStrings {
24
24
  const missingSourceMapErrorMessage: string;
25
25
  const missingSourceMapItemsWarningMesssage: string;
26
26
  }
27
- import { Audit } from "./audit.js";
28
- import { EntityClassification } from "../computed/entity-classification.js";
27
+ import { Audit } from './audit.js';
28
+ import { EntityClassification } from '../computed/entity-classification.js';
29
29
  //# sourceMappingURL=valid-source-maps.d.ts.map
@@ -13,5 +13,5 @@ export namespace UIStrings {
13
13
  const description: string;
14
14
  const explanationNoTag: string;
15
15
  }
16
- import { Audit } from "./audit.js";
16
+ import { Audit } from './audit.js';
17
17
  //# sourceMappingURL=viewport.d.ts.map
@@ -10,5 +10,5 @@ declare class ViolationAudit extends Audit {
10
10
  source: LH.Audit.Details.SourceLocationValue;
11
11
  }>>;
12
12
  }
13
- import { Audit } from "./audit.js";
13
+ import { Audit } from './audit.js';
14
14
  //# sourceMappingURL=violation-audit.d.ts.map
@@ -77,6 +77,6 @@ export namespace UIStrings {
77
77
  const displayValue: string;
78
78
  const eventTarget: string;
79
79
  }
80
- import { Audit } from "./audit.js";
81
- import { ProcessedTrace } from "../computed/processed-trace.js";
80
+ import { Audit } from './audit.js';
81
+ import { ProcessedTrace } from '../computed/processed-trace.js';
82
82
  //# sourceMappingURL=work-during-interaction.d.ts.map
@@ -36,5 +36,5 @@ declare class CriticalRequestChains {
36
36
  trace: LH.Trace;
37
37
  }, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.CriticalRequestNode>;
38
38
  }
39
- import { NetworkRequest } from "../lib/network-request.js";
39
+ import { NetworkRequest } from '../lib/network-request.js';
40
40
  //# sourceMappingURL=critical-request-chains.d.ts.map
@@ -23,6 +23,6 @@ declare class LoadSimulator {
23
23
  */
24
24
  static convertAnalysisToSaveableLanternData(networkAnalysis: LH.Artifacts.NetworkAnalysis): LH.PrecomputedLanternData;
25
25
  }
26
- import { Simulator } from "../lib/dependency-graph/simulator/simulator.js";
27
- import { NetworkAnalysis } from "./network-analysis.js";
26
+ import { Simulator } from '../lib/dependency-graph/simulator/simulator.js';
27
+ import { NetworkAnalysis } from './network-analysis.js';
28
28
  //# sourceMappingURL=load-simulator.d.ts.map
@@ -49,5 +49,5 @@ declare class CumulativeLayoutShift {
49
49
  totalCumulativeLayoutShift: number;
50
50
  }>;
51
51
  }
52
- import { ProcessedTrace } from "../processed-trace.js";
52
+ import { ProcessedTrace } from '../processed-trace.js';
53
53
  //# sourceMappingURL=cumulative-layout-shift.d.ts.map
@@ -15,5 +15,5 @@ declare class FirstContentfulPaintAllFrames extends NavigationMetric {
15
15
  */
16
16
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
17
17
  }
18
- import { NavigationMetric } from "./navigation-metric.js";
18
+ import { NavigationMetric } from './navigation-metric.js';
19
19
  //# sourceMappingURL=first-contentful-paint-all-frames.d.ts.map
@@ -17,5 +17,5 @@ declare class FirstContentfulPaint extends NavigationMetric {
17
17
  */
18
18
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
19
19
  }
20
- import { NavigationMetric } from "./navigation-metric.js";
20
+ import { NavigationMetric } from './navigation-metric.js';
21
21
  //# sourceMappingURL=first-contentful-paint.d.ts.map
@@ -17,5 +17,5 @@ declare class FirstMeaningfulPaint extends NavigationMetric {
17
17
  */
18
18
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
19
19
  }
20
- import { NavigationMetric } from "./navigation-metric.js";
20
+ import { NavigationMetric } from './navigation-metric.js';
21
21
  //# sourceMappingURL=first-meaningful-paint.d.ts.map
@@ -63,5 +63,5 @@ declare class Interactive extends NavigationMetric {
63
63
  */
64
64
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
65
65
  }
66
- import { NavigationMetric } from "./navigation-metric.js";
66
+ import { NavigationMetric } from './navigation-metric.js';
67
67
  //# sourceMappingURL=interactive.d.ts.map
@@ -44,5 +44,5 @@ declare class LanternFirstContentfulPaint extends LanternMetric {
44
44
  */
45
45
  static getFirstPaintBasedGraph(dependencyGraph: Node, paintTs: number, blockingResourcesFilter: (arg0: NetworkNode) => boolean, extraBlockingCpuNodesToIncludeFilter?: ((arg0: CPUNode) => boolean) | undefined): Node;
46
46
  }
47
- import { LanternMetric } from "./lantern-metric.js";
47
+ import { LanternMetric } from './lantern-metric.js';
48
48
  //# sourceMappingURL=lantern-first-contentful-paint.d.ts.map
@@ -8,5 +8,5 @@ declare const LanternFirstMeaningfulPaintComputed: typeof LanternFirstMeaningful
8
8
  /** @typedef {import('../../lib/dependency-graph/base-node.js').Node} Node */
9
9
  declare class LanternFirstMeaningfulPaint extends LanternMetric {
10
10
  }
11
- import { LanternMetric } from "./lantern-metric.js";
11
+ import { LanternMetric } from './lantern-metric.js';
12
12
  //# sourceMappingURL=lantern-first-meaningful-paint.d.ts.map
@@ -27,5 +27,5 @@ declare class LanternInteractive extends LanternMetric {
27
27
  */
28
28
  static getLastLongTaskEndTime(nodeTimings: LH.Gatherer.Simulation.Result['nodeTimings'], duration?: number): number;
29
29
  }
30
- import { LanternMetric } from "./lantern-metric.js";
30
+ import { LanternMetric } from './lantern-metric.js';
31
31
  //# sourceMappingURL=lantern-interactive.d.ts.map
@@ -21,5 +21,5 @@ declare class LanternLargestContentfulPaint extends LanternMetric {
21
21
  */
22
22
  static getEstimateFromSimulation(simulationResult: LH.Gatherer.Simulation.Result): LH.Gatherer.Simulation.Result;
23
23
  }
24
- import { LanternMetric } from "./lantern-metric.js";
24
+ import { LanternMetric } from './lantern-metric.js';
25
25
  //# sourceMappingURL=lantern-largest-contentful-paint.d.ts.map
@@ -26,5 +26,5 @@ declare class LanternMaxPotentialFID extends LanternMetric {
26
26
  duration: number;
27
27
  }>;
28
28
  }
29
- import { LanternMetric } from "./lantern-metric.js";
29
+ import { LanternMetric } from './lantern-metric.js';
30
30
  //# sourceMappingURL=lantern-max-potential-fid.d.ts.map
@@ -74,5 +74,5 @@ export class LanternMetric {
74
74
  */
75
75
  static compute_(data: LH.Artifacts.MetricComputationDataInput, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.LanternMetric>;
76
76
  }
77
- import { ProcessedNavigation } from "../processed-navigation.js";
77
+ import { ProcessedNavigation } from '../processed-navigation.js';
78
78
  //# sourceMappingURL=lantern-metric.d.ts.map
@@ -34,5 +34,5 @@ declare class LanternSpeedIndex extends LanternMetric {
34
34
  */
35
35
  static computeLayoutBasedSpeedIndex(nodeTimings: LH.Gatherer.Simulation.Result['nodeTimings'], fcpTimeInMs: number): number;
36
36
  }
37
- import { LanternMetric } from "./lantern-metric.js";
37
+ import { LanternMetric } from './lantern-metric.js';
38
38
  //# sourceMappingURL=lantern-speed-index.d.ts.map
@@ -27,5 +27,5 @@ declare class LanternTotalBlockingTime extends LanternMetric {
27
27
  duration: number;
28
28
  }[];
29
29
  }
30
- import { LanternMetric } from "./lantern-metric.js";
30
+ import { LanternMetric } from './lantern-metric.js';
31
31
  //# sourceMappingURL=lantern-total-blocking-time.d.ts.map
@@ -16,5 +16,5 @@ declare class LargestContentfulPaintAllFrames extends NavigationMetric {
16
16
  */
17
17
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
18
18
  }
19
- import { NavigationMetric } from "./navigation-metric.js";
19
+ import { NavigationMetric } from './navigation-metric.js';
20
20
  //# sourceMappingURL=largest-contentful-paint-all-frames.d.ts.map
@@ -17,5 +17,5 @@ declare class LargestContentfulPaint extends NavigationMetric {
17
17
  */
18
18
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
19
19
  }
20
- import { NavigationMetric } from "./navigation-metric.js";
20
+ import { NavigationMetric } from './navigation-metric.js';
21
21
  //# sourceMappingURL=largest-contentful-paint.d.ts.map
@@ -17,5 +17,5 @@ declare class MaxPotentialFID extends NavigationMetric {
17
17
  */
18
18
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
19
19
  }
20
- import { NavigationMetric } from "./navigation-metric.js";
20
+ import { NavigationMetric } from './navigation-metric.js';
21
21
  //# sourceMappingURL=max-potential-fid.d.ts.map
@@ -12,5 +12,5 @@ export class NavigationMetric extends Metric {
12
12
  */
13
13
  static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.Metric>;
14
14
  }
15
- import Metric from "./metric.js";
15
+ import Metric from './metric.js';
16
16
  //# sourceMappingURL=navigation-metric.d.ts.map
@@ -83,5 +83,5 @@ declare class Responsiveness {
83
83
  settings: LH.Audit.Context['settings'];
84
84
  }, context: LH.Artifacts.ComputedContext): Promise<EventTimingEvent | FallbackTimingEvent | null>;
85
85
  }
86
- import { ProcessedTrace } from "../processed-trace.js";
86
+ import { ProcessedTrace } from '../processed-trace.js';
87
87
  //# sourceMappingURL=responsiveness.d.ts.map
@@ -12,5 +12,5 @@ declare class SpeedIndex extends NavigationMetric {
12
12
  */
13
13
  static computeSimulatedMetric(data: LH.Artifacts.NavigationMetricComputationData, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.LanternMetric>;
14
14
  }
15
- import { NavigationMetric } from "./navigation-metric.js";
15
+ import { NavigationMetric } from './navigation-metric.js';
16
16
  //# sourceMappingURL=speed-index.d.ts.map
@@ -12,5 +12,5 @@ declare class TimeToFirstByte extends NavigationMetric {
12
12
  */
13
13
  static computeSimulatedMetric(data: LH.Artifacts.NavigationMetricComputationData, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.Metric>;
14
14
  }
15
- import { NavigationMetric } from "./navigation-metric.js";
15
+ import { NavigationMetric } from './navigation-metric.js';
16
16
  //# sourceMappingURL=time-to-first-byte.d.ts.map
@@ -25,5 +25,5 @@ declare class TotalBlockingTime extends ComputedMetric {
25
25
  */
26
26
  static computeSimulatedMetric(data: LH.Artifacts.MetricComputationData, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.LanternMetric>;
27
27
  }
28
- import ComputedMetric from "./metric.js";
28
+ import ComputedMetric from './metric.js';
29
29
  //# sourceMappingURL=total-blocking-time.d.ts.map
@@ -11,5 +11,5 @@ declare class NetworkRecords {
11
11
  */
12
12
  static compute_(devtoolsLog: LH.DevtoolsLog): Promise<Array<LH.Artifacts.NetworkRequest>>;
13
13
  }
14
- import * as LH from "../../types/lh.js";
14
+ import * as LH from '../../types/lh.js';
15
15
  //# sourceMappingURL=network-records.d.ts.map
@@ -16,7 +16,7 @@ declare const PageDependencyGraphComputed: typeof PageDependencyGraph & {
16
16
  computedCache: Map<string, import("../lib/arbitrary-equality-map.js").ArbitraryEqualityMap>;
17
17
  }>) => Promise<import("../lib/dependency-graph/base-node.js").Node>;
18
18
  };
19
- import { NetworkNode } from "../lib/dependency-graph/network-node.js";
19
+ import { NetworkNode } from '../lib/dependency-graph/network-node.js';
20
20
  declare class PageDependencyGraph {
21
21
  /**
22
22
  * @param {LH.Artifacts.NetworkRequest} record
@@ -73,7 +73,7 @@ declare class PageDependencyGraph {
73
73
  URL: LH.Artifacts['URL'];
74
74
  }, context: LH.Artifacts.ComputedContext): Promise<Node>;
75
75
  }
76
- import { NetworkRequest } from "../lib/network-request.js";
77
- import { ProcessedTrace } from "./processed-trace.js";
78
- import { CPUNode } from "../lib/dependency-graph/cpu-node.js";
76
+ import { NetworkRequest } from '../lib/network-request.js';
77
+ import { ProcessedTrace } from './processed-trace.js';
78
+ import { CPUNode } from '../lib/dependency-graph/cpu-node.js';
79
79
  //# sourceMappingURL=page-dependency-graph.d.ts.map
@@ -17,5 +17,5 @@ declare class ProcessedNavigation {
17
17
  */
18
18
  static compute_(traceOrProcessedTrace: LH.Trace | LH.Artifacts.ProcessedTrace, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.ProcessedNavigation>;
19
19
  }
20
- import { ProcessedTrace } from "./processed-trace.js";
20
+ import { ProcessedTrace } from './processed-trace.js';
21
21
  //# sourceMappingURL=processed-navigation.d.ts.map
@@ -39,8 +39,8 @@ declare class ResourceSummary {
39
39
  budgets: LH.Util.ImmutableObject<LH.Budget[] | null>;
40
40
  }, context: LH.Artifacts.ComputedContext): Promise<Record<LH.Budget.ResourceType, ResourceEntry>>;
41
41
  }
42
- import { Util } from "../../shared/util.js";
43
- import { Budget } from "../config/budget.js";
44
- import { NetworkRequest } from "../lib/network-request.js";
45
- import { EntityClassification } from "./entity-classification.js";
42
+ import { Util } from '../../shared/util.js';
43
+ import { Budget } from '../config/budget.js';
44
+ import { NetworkRequest } from '../lib/network-request.js';
45
+ import { EntityClassification } from './entity-classification.js';
46
46
  //# sourceMappingURL=resource-summary.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export default defaultConfig;
2
2
  /** @type {LH.Config} */
3
3
  declare const defaultConfig: LH.Config;
4
- import * as LH from "../../types/lh.js";
4
+ import * as LH from '../../types/lh.js';
5
5
  //# sourceMappingURL=default-config.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export default config;
2
2
  /** @type {LH.Config} */
3
3
  declare const config: LH.Config;
4
- import * as LH from "../../types/lh.js";
4
+ import * as LH from '../../types/lh.js';
5
5
  //# sourceMappingURL=desktop-config.d.ts.map
@@ -68,5 +68,5 @@ declare class FRGatherer implements LH.Gatherer.GathererInstance, LH.Gatherer.FR
68
68
  */
69
69
  afterPass(passContext: LH.Gatherer.PassContext, loadData: LH.Gatherer.LoadData): Promise<LH.Gatherer.PhaseResultNonPromise>;
70
70
  }
71
- import * as LH from "../../types/lh.js";
71
+ import * as LH from '../../types/lh.js';
72
72
  //# sourceMappingURL=base-gatherer.d.ts.map
@@ -97,5 +97,5 @@ export class ExecutionContext {
97
97
  */
98
98
  cacheNativesOnNewDocument(): Promise<void>;
99
99
  }
100
- import * as LH from "../../../types/lh.js";
100
+ import * as LH from '../../../types/lh.js';
101
101
  //# sourceMappingURL=execution-context.d.ts.map
@@ -76,7 +76,7 @@ export class NetworkMonitor extends NetworkMonitor_base {
76
76
  */
77
77
  _emitNetworkStatus(): void;
78
78
  }
79
- import { NetworkRecorder } from "../../lib/network-recorder.js";
80
- import { NetworkRequest } from "../../lib/network-request.js";
79
+ import { NetworkRecorder } from '../../lib/network-recorder.js';
80
+ import { NetworkRequest } from '../../lib/network-request.js';
81
81
  export {};
82
82
  //# sourceMappingURL=network-monitor.d.ts.map
@@ -24,7 +24,7 @@ export class Driver implements LH.Gatherer.FRTransitionalDriver {
24
24
  /** @return {Promise<void>} */
25
25
  disconnect(): Promise<void>;
26
26
  }
27
- import { TargetManager } from "./driver/target-manager.js";
28
- import { ExecutionContext } from "./driver/execution-context.js";
29
- import { Fetcher } from "./fetcher.js";
27
+ import { TargetManager } from './driver/target-manager.js';
28
+ import { ExecutionContext } from './driver/execution-context.js';
29
+ import { Fetcher } from './fetcher.js';
30
30
  //# sourceMappingURL=driver.d.ts.map
@@ -59,5 +59,5 @@ export class Fetcher {
59
59
  */
60
60
  _wrapWithTimeout<T>(promise: Promise<T>, ms: number): Promise<T>;
61
61
  }
62
- import * as LH from "../../types/lh.js";
62
+ import * as LH from '../../types/lh.js';
63
63
  //# sourceMappingURL=fetcher.d.ts.map
@@ -10,7 +10,7 @@ declare class Accessibility extends FRGatherer {
10
10
  */
11
11
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts.Accessibility>;
12
12
  }
13
- import FRGatherer from "../base-gatherer.js";
13
+ import FRGatherer from '../base-gatherer.js';
14
14
  /**
15
15
  * @return {Promise<LH.Artifacts.Accessibility>}
16
16
  */
@@ -6,5 +6,5 @@ declare class AnchorElements extends FRGatherer {
6
6
  */
7
7
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts['AnchorElements']>;
8
8
  }
9
- import FRGatherer from "../base-gatherer.js";
9
+ import FRGatherer from '../base-gatherer.js';
10
10
  //# sourceMappingURL=anchor-elements.d.ts.map
@@ -39,5 +39,5 @@ declare class BFCacheFailures extends FRGatherer {
39
39
  */
40
40
  afterPass(passContext: LH.Gatherer.PassContext, loadData: LH.Gatherer.LoadData): Promise<LH.Artifacts['BFCacheFailures']>;
41
41
  }
42
- import FRGatherer from "../base-gatherer.js";
42
+ import FRGatherer from '../base-gatherer.js';
43
43
  //# sourceMappingURL=bf-cache-failures.d.ts.map
@@ -7,5 +7,5 @@ declare class CacheContents extends FRGatherer {
7
7
  */
8
8
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts['CacheContents']>;
9
9
  }
10
- import FRGatherer from "../base-gatherer.js";
10
+ import FRGatherer from '../base-gatherer.js';
11
11
  //# sourceMappingURL=cache-contents.d.ts.map
@@ -35,5 +35,5 @@ declare class ConsoleMessages extends FRGatherer {
35
35
  */
36
36
  getArtifact(): Promise<LH.Artifacts['ConsoleMessages']>;
37
37
  }
38
- import FRGatherer from "../base-gatherer.js";
38
+ import FRGatherer from '../base-gatherer.js';
39
39
  //# sourceMappingURL=console-messages.d.ts.map
@@ -35,5 +35,5 @@ declare class CSSUsage extends FRGatherer {
35
35
  */
36
36
  getArtifact(context: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts['CSSUsage']>;
37
37
  }
38
- import FRGatherer from "../base-gatherer.js";
38
+ import FRGatherer from '../base-gatherer.js';
39
39
  //# sourceMappingURL=css-usage.d.ts.map
@@ -9,5 +9,5 @@ declare class DevtoolsLogCompat extends FRGatherer implements LH.Gatherer.FRGath
9
9
  */
10
10
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext<'DevtoolsLog'>): Promise<LH.Artifacts['devtoolsLogs']>;
11
11
  }
12
- import FRGatherer from "../base-gatherer.js";
12
+ import FRGatherer from '../base-gatherer.js';
13
13
  //# sourceMappingURL=devtools-log-compat.d.ts.map
@@ -44,5 +44,5 @@ export class DevtoolsMessageLog {
44
44
  */
45
45
  record(message: LH.Protocol.RawEventMessage): void;
46
46
  }
47
- import FRGatherer from "../base-gatherer.js";
47
+ import FRGatherer from '../base-gatherer.js';
48
48
  //# sourceMappingURL=devtools-log.d.ts.map
@@ -6,5 +6,5 @@ declare class Doctype extends FRGatherer {
6
6
  */
7
7
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts['Doctype']>;
8
8
  }
9
- import FRGatherer from "../../base-gatherer.js";
9
+ import FRGatherer from '../../base-gatherer.js';
10
10
  //# sourceMappingURL=doctype.d.ts.map
@@ -6,5 +6,5 @@ declare class DOMStats extends FRGatherer {
6
6
  */
7
7
  getArtifact(passContext: LH.Gatherer.FRTransitionalContext): Promise<LH.Artifacts['DOMStats']>;
8
8
  }
9
- import FRGatherer from "../../base-gatherer.js";
9
+ import FRGatherer from '../../base-gatherer.js';
10
10
  //# sourceMappingURL=domstats.d.ts.map
@@ -56,6 +56,6 @@ declare class OptimizedImages extends FRGatherer {
56
56
  */
57
57
  afterPass(passContext: LH.Gatherer.PassContext, loadData: LH.Gatherer.LoadData): Promise<LH.Artifacts['OptimizedImages']>;
58
58
  }
59
- import FRGatherer from "../../base-gatherer.js";
60
- import { NetworkRequest } from "../../../lib/network-request.js";
59
+ import FRGatherer from '../../base-gatherer.js';
60
+ import { NetworkRequest } from '../../../lib/network-request.js';
61
61
  //# sourceMappingURL=optimized-images.d.ts.map
@@ -25,6 +25,6 @@ declare class ResponseCompression extends FRGatherer {
25
25
  */
26
26
  afterPass(passContext: LH.Gatherer.PassContext, loadData: LH.Gatherer.LoadData): Promise<LH.Artifacts['ResponseCompression']>;
27
27
  }
28
- import FRGatherer from "../../base-gatherer.js";
29
- import { NetworkRequest } from "../../../lib/network-request.js";
28
+ import FRGatherer from '../../base-gatherer.js';
29
+ import { NetworkRequest } from '../../../lib/network-request.js';
30
30
  //# sourceMappingURL=response-compression.d.ts.map