lighthouse 11.1.0-dev.20230913 → 11.1.0-dev.20230915

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 (542) hide show
  1. package/CONTRIBUTING.md +3 -5
  2. package/cli/bin.js +3 -3
  3. package/cli/cli-flags.js +3 -3
  4. package/cli/commands/commands.js +3 -3
  5. package/cli/commands/list-audits.js +3 -3
  6. package/cli/commands/list-locales.js +3 -3
  7. package/cli/commands/list-trace-categories.js +3 -3
  8. package/cli/index.js +3 -3
  9. package/cli/printer.js +3 -3
  10. package/cli/run.js +3 -3
  11. package/cli/sentry-prompt.js +3 -3
  12. package/cli/test/smokehouse/config/exclusions.d.ts +3 -3
  13. package/cli/test/smokehouse/config/exclusions.js +3 -3
  14. package/cli/test/smokehouse/core-tests.js +3 -3
  15. package/cli/test/smokehouse/frontends/back-compat-util.d.ts +3 -3
  16. package/cli/test/smokehouse/frontends/back-compat-util.js +3 -3
  17. package/cli/test/smokehouse/frontends/lib.js +3 -3
  18. package/cli/test/smokehouse/frontends/node.js +3 -3
  19. package/cli/test/smokehouse/frontends/smokehouse-bin.js +3 -3
  20. package/cli/test/smokehouse/lib/child-process-error.d.ts +3 -3
  21. package/cli/test/smokehouse/lib/child-process-error.js +3 -3
  22. package/cli/test/smokehouse/lib/concurrent-mapper.d.ts +3 -3
  23. package/cli/test/smokehouse/lib/concurrent-mapper.js +3 -3
  24. package/cli/test/smokehouse/lib/local-console.d.ts +3 -3
  25. package/cli/test/smokehouse/lib/local-console.js +3 -3
  26. package/cli/test/smokehouse/lighthouse-runners/bundle.js +3 -3
  27. package/cli/test/smokehouse/lighthouse-runners/cli.js +3 -3
  28. package/cli/test/smokehouse/lighthouse-runners/devtools.js +3 -3
  29. package/cli/test/smokehouse/report-assert-test.js +3 -3
  30. package/cli/test/smokehouse/report-assert.js +3 -3
  31. package/cli/test/smokehouse/smokehouse.js +3 -3
  32. package/cli/test/smokehouse/version-check-test.js +3 -3
  33. package/cli/test/smokehouse/version-check.js +3 -3
  34. package/commitlint.config.js +3 -3
  35. package/core/audits/accessibility/accesskeys.js +3 -3
  36. package/core/audits/accessibility/aria-allowed-attr.js +3 -3
  37. package/core/audits/accessibility/aria-allowed-role.js +3 -3
  38. package/core/audits/accessibility/aria-command-name.js +3 -3
  39. package/core/audits/accessibility/aria-dialog-name.js +3 -3
  40. package/core/audits/accessibility/aria-hidden-body.js +3 -3
  41. package/core/audits/accessibility/aria-hidden-focus.js +3 -3
  42. package/core/audits/accessibility/aria-input-field-name.js +3 -3
  43. package/core/audits/accessibility/aria-meter-name.js +3 -3
  44. package/core/audits/accessibility/aria-progressbar-name.js +3 -3
  45. package/core/audits/accessibility/aria-required-attr.js +3 -3
  46. package/core/audits/accessibility/aria-required-children.js +3 -3
  47. package/core/audits/accessibility/aria-required-parent.js +3 -3
  48. package/core/audits/accessibility/aria-roles.js +3 -3
  49. package/core/audits/accessibility/aria-text.js +3 -3
  50. package/core/audits/accessibility/aria-toggle-field-name.js +3 -3
  51. package/core/audits/accessibility/aria-tooltip-name.js +3 -3
  52. package/core/audits/accessibility/aria-treeitem-name.js +3 -3
  53. package/core/audits/accessibility/aria-valid-attr-value.js +3 -3
  54. package/core/audits/accessibility/aria-valid-attr.js +3 -3
  55. package/core/audits/accessibility/axe-audit.js +3 -3
  56. package/core/audits/accessibility/button-name.js +3 -3
  57. package/core/audits/accessibility/bypass.js +3 -3
  58. package/core/audits/accessibility/color-contrast.js +3 -3
  59. package/core/audits/accessibility/definition-list.js +3 -3
  60. package/core/audits/accessibility/dlitem.js +3 -3
  61. package/core/audits/accessibility/document-title.js +3 -3
  62. package/core/audits/accessibility/duplicate-id-active.js +3 -3
  63. package/core/audits/accessibility/duplicate-id-aria.js +3 -3
  64. package/core/audits/accessibility/empty-heading.js +3 -3
  65. package/core/audits/accessibility/form-field-multiple-labels.js +3 -3
  66. package/core/audits/accessibility/frame-title.js +3 -3
  67. package/core/audits/accessibility/heading-order.js +3 -3
  68. package/core/audits/accessibility/html-has-lang.js +3 -3
  69. package/core/audits/accessibility/html-lang-valid.js +3 -3
  70. package/core/audits/accessibility/html-xml-lang-mismatch.js +3 -3
  71. package/core/audits/accessibility/identical-links-same-purpose.js +3 -3
  72. package/core/audits/accessibility/image-alt.js +3 -3
  73. package/core/audits/accessibility/image-redundant-alt.js +3 -3
  74. package/core/audits/accessibility/input-button-name.js +3 -3
  75. package/core/audits/accessibility/input-image-alt.js +3 -3
  76. package/core/audits/accessibility/label-content-name-mismatch.js +3 -3
  77. package/core/audits/accessibility/label.js +3 -3
  78. package/core/audits/accessibility/landmark-one-main.js +3 -3
  79. package/core/audits/accessibility/link-in-text-block.js +3 -3
  80. package/core/audits/accessibility/link-name.js +3 -3
  81. package/core/audits/accessibility/list.js +3 -3
  82. package/core/audits/accessibility/listitem.js +3 -3
  83. package/core/audits/accessibility/manual/custom-controls-labels.js +3 -3
  84. package/core/audits/accessibility/manual/custom-controls-roles.js +3 -3
  85. package/core/audits/accessibility/manual/focus-traps.js +3 -3
  86. package/core/audits/accessibility/manual/focusable-controls.js +3 -3
  87. package/core/audits/accessibility/manual/interactive-element-affordance.js +3 -3
  88. package/core/audits/accessibility/manual/logical-tab-order.js +3 -3
  89. package/core/audits/accessibility/manual/managed-focus.js +3 -3
  90. package/core/audits/accessibility/manual/offscreen-content-hidden.js +3 -3
  91. package/core/audits/accessibility/manual/use-landmarks.js +3 -3
  92. package/core/audits/accessibility/manual/visual-order-follows-dom.js +3 -3
  93. package/core/audits/accessibility/meta-refresh.js +3 -3
  94. package/core/audits/accessibility/meta-viewport.js +3 -3
  95. package/core/audits/accessibility/object-alt.js +3 -3
  96. package/core/audits/accessibility/select-name.js +3 -3
  97. package/core/audits/accessibility/skip-link.js +3 -3
  98. package/core/audits/accessibility/tabindex.js +3 -3
  99. package/core/audits/accessibility/table-duplicate-name.js +3 -3
  100. package/core/audits/accessibility/table-fake-caption.js +3 -3
  101. package/core/audits/accessibility/target-size.js +3 -3
  102. package/core/audits/accessibility/td-has-header.js +3 -3
  103. package/core/audits/accessibility/td-headers-attr.js +3 -3
  104. package/core/audits/accessibility/th-has-data-cells.js +3 -3
  105. package/core/audits/accessibility/valid-lang.js +3 -3
  106. package/core/audits/accessibility/video-caption.js +3 -3
  107. package/core/audits/audit.js +3 -3
  108. package/core/audits/autocomplete.js +3 -3
  109. package/core/audits/bf-cache.js +3 -3
  110. package/core/audits/bootup-time.js +3 -3
  111. package/core/audits/byte-efficiency/byte-efficiency-audit.js +3 -3
  112. package/core/audits/byte-efficiency/duplicated-javascript.js +3 -3
  113. package/core/audits/byte-efficiency/efficient-animated-content.js +3 -3
  114. package/core/audits/byte-efficiency/legacy-javascript.js +3 -3
  115. package/core/audits/byte-efficiency/modern-image-formats.js +3 -3
  116. package/core/audits/byte-efficiency/offscreen-images.js +3 -3
  117. package/core/audits/byte-efficiency/render-blocking-resources.js +3 -3
  118. package/core/audits/byte-efficiency/total-byte-weight.js +3 -3
  119. package/core/audits/byte-efficiency/unminified-css.js +3 -3
  120. package/core/audits/byte-efficiency/unminified-javascript.js +3 -3
  121. package/core/audits/byte-efficiency/unused-css-rules.js +3 -3
  122. package/core/audits/byte-efficiency/unused-javascript.js +3 -3
  123. package/core/audits/byte-efficiency/uses-long-cache-ttl.js +3 -3
  124. package/core/audits/byte-efficiency/uses-optimized-images.js +3 -3
  125. package/core/audits/byte-efficiency/uses-responsive-images-snapshot.js +3 -3
  126. package/core/audits/byte-efficiency/uses-responsive-images.js +3 -3
  127. package/core/audits/byte-efficiency/uses-text-compression.js +3 -3
  128. package/core/audits/content-width.js +3 -3
  129. package/core/audits/critical-request-chains.js +3 -3
  130. package/core/audits/csp-xss.js +3 -3
  131. package/core/audits/deprecations.js +3 -3
  132. package/core/audits/diagnostics.js +3 -3
  133. package/core/audits/dobetterweb/charset.js +3 -3
  134. package/core/audits/dobetterweb/doctype.js +3 -3
  135. package/core/audits/dobetterweb/dom-size.js +3 -3
  136. package/core/audits/dobetterweb/geolocation-on-start.js +3 -3
  137. package/core/audits/dobetterweb/inspector-issues.js +3 -3
  138. package/core/audits/dobetterweb/js-libraries.js +3 -3
  139. package/core/audits/dobetterweb/no-document-write.js +3 -3
  140. package/core/audits/dobetterweb/notification-on-start.js +3 -3
  141. package/core/audits/dobetterweb/paste-preventing-inputs.js +3 -3
  142. package/core/audits/dobetterweb/uses-http2.js +3 -3
  143. package/core/audits/dobetterweb/uses-passive-event-listeners.js +3 -3
  144. package/core/audits/errors-in-console.js +3 -3
  145. package/core/audits/final-screenshot.js +3 -3
  146. package/core/audits/font-display.js +3 -3
  147. package/core/audits/image-aspect-ratio.js +3 -3
  148. package/core/audits/image-size-responsive.js +3 -3
  149. package/core/audits/installable-manifest.js +3 -3
  150. package/core/audits/is-on-https.js +3 -3
  151. package/core/audits/largest-contentful-paint-element.js +3 -3
  152. package/core/audits/layout-shift-elements.js +2 -3
  153. package/core/audits/lcp-lazy-loaded.js +3 -3
  154. package/core/audits/long-tasks.js +3 -3
  155. package/core/audits/main-thread-tasks.js +3 -3
  156. package/core/audits/mainthread-work-breakdown.js +3 -3
  157. package/core/audits/manual/manual-audit.js +3 -3
  158. package/core/audits/manual/pwa-cross-browser.js +3 -3
  159. package/core/audits/manual/pwa-each-page-has-url.js +3 -3
  160. package/core/audits/manual/pwa-page-transitions.js +3 -3
  161. package/core/audits/maskable-icon.js +3 -3
  162. package/core/audits/metrics/cumulative-layout-shift.js +3 -3
  163. package/core/audits/metrics/first-contentful-paint.js +3 -3
  164. package/core/audits/metrics/first-meaningful-paint.js +3 -3
  165. package/core/audits/metrics/interaction-to-next-paint.js +3 -3
  166. package/core/audits/metrics/interactive.js +3 -3
  167. package/core/audits/metrics/largest-contentful-paint.js +3 -3
  168. package/core/audits/metrics/max-potential-fid.js +3 -3
  169. package/core/audits/metrics/speed-index.js +3 -3
  170. package/core/audits/metrics/total-blocking-time.js +3 -3
  171. package/core/audits/metrics.js +3 -3
  172. package/core/audits/multi-check-audit.js +3 -3
  173. package/core/audits/network-requests.js +3 -3
  174. package/core/audits/network-rtt.js +3 -3
  175. package/core/audits/network-server-latency.js +3 -3
  176. package/core/audits/no-unload-listeners.js +3 -3
  177. package/core/audits/non-composited-animations.js +3 -3
  178. package/core/audits/oopif-iframe-test-audit.js +3 -3
  179. package/core/audits/performance-budget.js +3 -3
  180. package/core/audits/predictive-perf.js +3 -3
  181. package/core/audits/preload-fonts.js +3 -3
  182. package/core/audits/prioritize-lcp-image.js +3 -3
  183. package/core/audits/redirects.js +3 -3
  184. package/core/audits/screenshot-thumbnails.js +3 -3
  185. package/core/audits/script-elements-test-audit.js +3 -3
  186. package/core/audits/script-treemap-data.js +3 -3
  187. package/core/audits/seo/canonical.js +3 -3
  188. package/core/audits/seo/crawlable-anchors.js +3 -3
  189. package/core/audits/seo/font-size.js +3 -3
  190. package/core/audits/seo/hreflang.js +3 -3
  191. package/core/audits/seo/http-status-code.js +3 -3
  192. package/core/audits/seo/is-crawlable.js +3 -3
  193. package/core/audits/seo/link-text.js +3 -3
  194. package/core/audits/seo/manual/structured-data.js +3 -3
  195. package/core/audits/seo/meta-description.js +3 -3
  196. package/core/audits/seo/plugins.js +3 -3
  197. package/core/audits/seo/robots-txt.js +3 -3
  198. package/core/audits/seo/tap-targets.js +3 -3
  199. package/core/audits/server-response-time.js +3 -3
  200. package/core/audits/splash-screen.js +3 -3
  201. package/core/audits/themed-omnibox.js +3 -3
  202. package/core/audits/third-party-facades.js +3 -3
  203. package/core/audits/third-party-summary.js +3 -3
  204. package/core/audits/timing-budget.js +3 -3
  205. package/core/audits/unsized-images.js +3 -3
  206. package/core/audits/user-timings.js +3 -3
  207. package/core/audits/uses-rel-preconnect.js +3 -3
  208. package/core/audits/uses-rel-preload.js +3 -3
  209. package/core/audits/valid-source-maps.js +2 -3
  210. package/core/audits/viewport.js +3 -3
  211. package/core/audits/violation-audit.js +3 -3
  212. package/core/audits/work-during-interaction.js +3 -3
  213. package/core/computed/computed-artifact.js +3 -3
  214. package/core/computed/critical-request-chains.js +3 -3
  215. package/core/computed/document-urls.js +3 -3
  216. package/core/computed/entity-classification.js +3 -3
  217. package/core/computed/image-records.js +3 -3
  218. package/core/computed/js-bundles.js +3 -3
  219. package/core/computed/lcp-image-record.js +3 -3
  220. package/core/computed/load-simulator.js +3 -3
  221. package/core/computed/main-resource.js +3 -3
  222. package/core/computed/main-thread-tasks.js +3 -3
  223. package/core/computed/manifest-values.js +3 -3
  224. package/core/computed/metrics/cumulative-layout-shift.js +3 -3
  225. package/core/computed/metrics/first-contentful-paint-all-frames.js +3 -3
  226. package/core/computed/metrics/first-contentful-paint.js +3 -3
  227. package/core/computed/metrics/first-meaningful-paint.js +3 -3
  228. package/core/computed/metrics/interactive.js +3 -3
  229. package/core/computed/metrics/lantern-first-contentful-paint.js +3 -3
  230. package/core/computed/metrics/lantern-first-meaningful-paint.js +3 -3
  231. package/core/computed/metrics/lantern-interactive.js +3 -3
  232. package/core/computed/metrics/lantern-largest-contentful-paint.js +3 -3
  233. package/core/computed/metrics/lantern-max-potential-fid.js +3 -3
  234. package/core/computed/metrics/lantern-metric.js +3 -3
  235. package/core/computed/metrics/lantern-speed-index.js +3 -3
  236. package/core/computed/metrics/lantern-total-blocking-time.js +3 -3
  237. package/core/computed/metrics/largest-contentful-paint-all-frames.js +3 -3
  238. package/core/computed/metrics/largest-contentful-paint.js +3 -3
  239. package/core/computed/metrics/lcp-breakdown.js +3 -3
  240. package/core/computed/metrics/max-potential-fid.js +3 -3
  241. package/core/computed/metrics/metric.js +3 -3
  242. package/core/computed/metrics/navigation-metric.js +3 -3
  243. package/core/computed/metrics/responsiveness.js +3 -3
  244. package/core/computed/metrics/speed-index.js +3 -3
  245. package/core/computed/metrics/tbt-utils.d.ts +3 -3
  246. package/core/computed/metrics/tbt-utils.js +3 -3
  247. package/core/computed/metrics/time-to-first-byte.js +3 -3
  248. package/core/computed/metrics/timing-summary.js +3 -3
  249. package/core/computed/metrics/total-blocking-time.js +3 -3
  250. package/core/computed/module-duplication.js +3 -3
  251. package/core/computed/network-analysis.js +3 -3
  252. package/core/computed/network-records.js +3 -3
  253. package/core/computed/page-dependency-graph.js +3 -3
  254. package/core/computed/processed-navigation.js +3 -3
  255. package/core/computed/processed-trace.js +3 -3
  256. package/core/computed/resource-summary.js +3 -3
  257. package/core/computed/screenshots.js +3 -3
  258. package/core/computed/speedline.js +3 -3
  259. package/core/computed/tbt-impact-tasks.js +3 -3
  260. package/core/computed/unused-css.js +3 -3
  261. package/core/computed/unused-javascript-summary.js +2 -3
  262. package/core/computed/user-timings.js +3 -3
  263. package/core/computed/viewport-meta.js +3 -3
  264. package/core/config/budget.js +3 -3
  265. package/core/config/config-helpers.js +3 -3
  266. package/core/config/config-plugin.js +3 -3
  267. package/core/config/config.js +3 -3
  268. package/core/config/constants.d.ts +3 -3
  269. package/core/config/constants.js +3 -3
  270. package/core/config/default-config.js +3 -3
  271. package/core/config/desktop-config.js +3 -3
  272. package/core/config/experimental-config.d.ts +3 -3
  273. package/core/config/experimental-config.js +3 -3
  274. package/core/config/filters.js +3 -3
  275. package/core/config/full-config.d.ts +3 -3
  276. package/core/config/full-config.js +3 -3
  277. package/core/config/lr-desktop-config.js +3 -3
  278. package/core/config/lr-mobile-config.d.ts +3 -3
  279. package/core/config/lr-mobile-config.js +3 -3
  280. package/core/config/metrics-to-audits.d.ts +3 -3
  281. package/core/config/metrics-to-audits.js +3 -3
  282. package/core/config/perf-config.d.ts +3 -3
  283. package/core/config/perf-config.js +3 -3
  284. package/core/config/validation.js +3 -3
  285. package/core/gather/base-artifacts.js +3 -3
  286. package/core/gather/base-gatherer.js +3 -3
  287. package/core/gather/driver/dom.js +3 -3
  288. package/core/gather/driver/environment.js +3 -3
  289. package/core/gather/driver/execution-context.js +3 -3
  290. package/core/gather/driver/navigation.js +3 -3
  291. package/core/gather/driver/network-monitor.js +3 -3
  292. package/core/gather/driver/network.js +3 -3
  293. package/core/gather/driver/prepare.js +3 -3
  294. package/core/gather/driver/service-workers.d.ts +3 -3
  295. package/core/gather/driver/service-workers.js +3 -3
  296. package/core/gather/driver/storage.js +3 -3
  297. package/core/gather/driver/target-manager.js +3 -3
  298. package/core/gather/driver/wait-for-condition.js +3 -3
  299. package/core/gather/driver.js +3 -3
  300. package/core/gather/fetcher.js +2 -3
  301. package/core/gather/gatherers/accessibility.js +3 -3
  302. package/core/gather/gatherers/anchor-elements.js +3 -3
  303. package/core/gather/gatherers/bf-cache-failures.js +3 -3
  304. package/core/gather/gatherers/cache-contents.js +3 -3
  305. package/core/gather/gatherers/console-messages.js +3 -3
  306. package/core/gather/gatherers/css-usage.js +3 -3
  307. package/core/gather/gatherers/devtools-log-compat.js +3 -3
  308. package/core/gather/gatherers/devtools-log.js +3 -3
  309. package/core/gather/gatherers/dobetterweb/doctype.js +3 -3
  310. package/core/gather/gatherers/dobetterweb/domstats.js +3 -3
  311. package/core/gather/gatherers/dobetterweb/optimized-images.js +3 -3
  312. package/core/gather/gatherers/dobetterweb/response-compression.js +3 -3
  313. package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +3 -3
  314. package/core/gather/gatherers/full-page-screenshot.js +2 -3
  315. package/core/gather/gatherers/global-listeners.js +3 -3
  316. package/core/gather/gatherers/iframe-elements.js +3 -3
  317. package/core/gather/gatherers/image-elements.js +3 -3
  318. package/core/gather/gatherers/inputs.js +3 -3
  319. package/core/gather/gatherers/inspector-issues.js +3 -3
  320. package/core/gather/gatherers/installability-errors.js +3 -3
  321. package/core/gather/gatherers/js-usage.js +3 -3
  322. package/core/gather/gatherers/link-elements.js +3 -3
  323. package/core/gather/gatherers/main-document-content.js +3 -3
  324. package/core/gather/gatherers/meta-elements.js +3 -3
  325. package/core/gather/gatherers/network-user-agent.js +3 -3
  326. package/core/gather/gatherers/script-elements.js +3 -3
  327. package/core/gather/gatherers/scripts.js +3 -3
  328. package/core/gather/gatherers/seo/embedded-content.js +3 -3
  329. package/core/gather/gatherers/seo/font-size.js +3 -3
  330. package/core/gather/gatherers/seo/robots-txt.js +3 -3
  331. package/core/gather/gatherers/seo/tap-targets.js +3 -3
  332. package/core/gather/gatherers/service-worker.js +3 -3
  333. package/core/gather/gatherers/source-maps.js +3 -3
  334. package/core/gather/gatherers/stacks.js +3 -3
  335. package/core/gather/gatherers/trace-compat.js +3 -3
  336. package/core/gather/gatherers/trace-elements.js +3 -3
  337. package/core/gather/gatherers/trace.js +3 -3
  338. package/core/gather/gatherers/viewport-dimensions.js +3 -3
  339. package/core/gather/gatherers/web-app-manifest.js +3 -3
  340. package/core/gather/navigation-runner.js +3 -3
  341. package/core/gather/runner-helpers.js +3 -3
  342. package/core/gather/session.js +3 -3
  343. package/core/gather/snapshot-runner.js +3 -3
  344. package/core/gather/timespan-runner.js +3 -3
  345. package/core/index.cjs +3 -3
  346. package/core/index.js +3 -3
  347. package/core/lib/arbitrary-equality-map.js +3 -3
  348. package/core/lib/asset-saver.d.ts +4 -4
  349. package/core/lib/asset-saver.js +17 -13
  350. package/core/lib/axe.js +3 -3
  351. package/core/lib/cdt/Common.js +3 -3
  352. package/core/lib/cdt/Platform.d.ts +3 -3
  353. package/core/lib/cdt/Platform.js +3 -3
  354. package/core/lib/cdt/SDK.js +3 -3
  355. package/core/lib/csp-evaluator.js +3 -3
  356. package/core/lib/dependency-graph/base-node.d.ts +3 -3
  357. package/core/lib/dependency-graph/base-node.js +3 -3
  358. package/core/lib/dependency-graph/cpu-node.js +3 -3
  359. package/core/lib/dependency-graph/network-node.js +3 -3
  360. package/core/lib/dependency-graph/simulator/connection-pool.js +3 -3
  361. package/core/lib/dependency-graph/simulator/dns-cache.js +3 -3
  362. package/core/lib/dependency-graph/simulator/network-analyzer.js +3 -3
  363. package/core/lib/dependency-graph/simulator/simulator-timing-map.js +3 -3
  364. package/core/lib/dependency-graph/simulator/simulator.js +3 -3
  365. package/core/lib/dependency-graph/simulator/tcp-connection.js +3 -3
  366. package/core/lib/deprecation-description.js +3 -3
  367. package/core/lib/emulation.js +3 -3
  368. package/core/lib/i18n/i18n.js +3 -3
  369. package/core/lib/icons.d.ts +3 -3
  370. package/core/lib/icons.js +3 -3
  371. package/core/lib/lantern-trace-saver.d.ts +3 -3
  372. package/core/lib/lantern-trace-saver.js +3 -3
  373. package/core/lib/lh-env.js +3 -3
  374. package/core/lib/lh-error.js +3 -3
  375. package/core/lib/lh-trace-processor.js +3 -3
  376. package/core/lib/lighthouse-compatibility.js +3 -3
  377. package/core/lib/manifest-parser.js +3 -3
  378. package/core/lib/median-run.js +3 -3
  379. package/core/lib/minification-estimator.js +3 -3
  380. package/core/lib/minify-devtoolslog.js +3 -3
  381. package/core/lib/navigation-error.js +3 -3
  382. package/core/lib/network-recorder.js +3 -3
  383. package/core/lib/network-request.js +3 -3
  384. package/core/lib/page-functions.js +3 -3
  385. package/core/lib/proto-preprocessor.js +3 -3
  386. package/core/lib/rect-helpers.d.ts +3 -3
  387. package/core/lib/rect-helpers.js +3 -3
  388. package/core/lib/script-helpers.d.ts +3 -3
  389. package/core/lib/script-helpers.js +3 -3
  390. package/core/lib/sentry.js +3 -3
  391. package/core/lib/stack-packs.js +3 -3
  392. package/core/lib/statistics.js +3 -3
  393. package/core/lib/tappable-rects.js +3 -3
  394. package/core/lib/third-party-web.js +3 -3
  395. package/core/lib/timing-trace-saver.d.ts +3 -3
  396. package/core/lib/timing-trace-saver.js +3 -3
  397. package/core/lib/tracehouse/cpu-profile-model.js +3 -3
  398. package/core/lib/tracehouse/main-thread-tasks.js +3 -3
  399. package/core/lib/tracehouse/task-groups.d.ts +3 -3
  400. package/core/lib/tracehouse/task-groups.js +3 -3
  401. package/core/lib/tracehouse/task-summary.js +3 -3
  402. package/core/lib/tracehouse/trace-processor.js +3 -3
  403. package/core/lib/traces/metric-trace-events.js +3 -3
  404. package/core/lib/url-utils.js +3 -3
  405. package/core/runner.js +3 -3
  406. package/core/scoring.js +3 -3
  407. package/core/scripts/download-chrome.sh +2 -3
  408. package/core/user-flow.js +3 -3
  409. package/dist/report/bundle.esm.js +20 -85
  410. package/dist/report/flow.js +24 -89
  411. package/dist/report/standalone.js +20 -85
  412. package/flow-report/api.d.ts +3 -3
  413. package/flow-report/api.ts +3 -3
  414. package/flow-report/assets/standalone-flow-template.html +2 -13
  415. package/flow-report/assets/styles.css +3 -3
  416. package/flow-report/clients/standalone.d.ts +3 -3
  417. package/flow-report/clients/standalone.ts +3 -3
  418. package/flow-report/src/app.d.ts +3 -3
  419. package/flow-report/src/app.tsx +3 -3
  420. package/flow-report/src/common.d.ts +3 -3
  421. package/flow-report/src/common.tsx +3 -3
  422. package/flow-report/src/header.d.ts +3 -3
  423. package/flow-report/src/header.tsx +3 -3
  424. package/flow-report/src/help-dialog.d.ts +3 -3
  425. package/flow-report/src/help-dialog.tsx +3 -3
  426. package/flow-report/src/i18n/i18n.d.ts +3 -3
  427. package/flow-report/src/i18n/i18n.tsx +3 -3
  428. package/flow-report/src/i18n/localized-strings.d.ts +3 -3
  429. package/flow-report/src/i18n/localized-strings.js +3 -3
  430. package/flow-report/src/i18n/ui-strings.js +3 -3
  431. package/flow-report/src/icons.d.ts +3 -3
  432. package/flow-report/src/icons.tsx +3 -3
  433. package/flow-report/src/sidebar/flow.d.ts +3 -3
  434. package/flow-report/src/sidebar/flow.tsx +3 -3
  435. package/flow-report/src/sidebar/sidebar.d.ts +3 -3
  436. package/flow-report/src/sidebar/sidebar.tsx +3 -3
  437. package/flow-report/src/summary/category.d.ts +3 -3
  438. package/flow-report/src/summary/category.tsx +3 -3
  439. package/flow-report/src/summary/summary.d.ts +3 -3
  440. package/flow-report/src/summary/summary.tsx +3 -3
  441. package/flow-report/src/topbar.d.ts +3 -3
  442. package/flow-report/src/topbar.tsx +3 -3
  443. package/flow-report/src/util.d.ts +3 -3
  444. package/flow-report/src/util.ts +3 -3
  445. package/flow-report/src/wrappers/category-score.d.ts +3 -3
  446. package/flow-report/src/wrappers/category-score.tsx +3 -3
  447. package/flow-report/src/wrappers/markdown.d.ts +3 -3
  448. package/flow-report/src/wrappers/markdown.tsx +3 -3
  449. package/flow-report/src/wrappers/report.d.ts +3 -3
  450. package/flow-report/src/wrappers/report.tsx +3 -3
  451. package/flow-report/src/wrappers/styles.d.ts +3 -3
  452. package/flow-report/src/wrappers/styles.tsx +3 -3
  453. package/flow-report/types/flow-report.d.ts +3 -3
  454. package/package.json +4 -4
  455. package/report/assets/standalone-template.html +2 -13
  456. package/report/assets/styles.css +2 -13
  457. package/report/assets/templates.html +2 -13
  458. package/report/clients/bundle.js +3 -3
  459. package/report/clients/standalone.js +3 -3
  460. package/report/generator/file-namer.js +3 -3
  461. package/report/generator/flow-report-assets.js +3 -3
  462. package/report/generator/report-assets.js +3 -3
  463. package/report/generator/report-generator.js +3 -3
  464. package/report/renderer/api.js +3 -3
  465. package/report/renderer/category-renderer.js +2 -13
  466. package/report/renderer/components.js +1 -1
  467. package/report/renderer/crc-details-renderer.js +2 -13
  468. package/report/renderer/details-renderer.js +2 -13
  469. package/report/renderer/dom.js +2 -13
  470. package/report/renderer/drop-down-menu.d.ts +3 -3
  471. package/report/renderer/drop-down-menu.js +3 -3
  472. package/report/renderer/element-screenshot-renderer.js +3 -3
  473. package/report/renderer/features-util.d.ts +3 -3
  474. package/report/renderer/features-util.js +3 -3
  475. package/report/renderer/i18n-formatter.js +3 -3
  476. package/report/renderer/logger.d.ts +2 -13
  477. package/report/renderer/logger.js +2 -13
  478. package/report/renderer/open-tab.js +2 -13
  479. package/report/renderer/performance-category-renderer.js +2 -13
  480. package/report/renderer/pwa-category-renderer.js +2 -13
  481. package/report/renderer/report-globals.js +3 -3
  482. package/report/renderer/report-renderer.js +2 -13
  483. package/report/renderer/report-ui-features.js +2 -13
  484. package/report/renderer/report-utils.js +3 -3
  485. package/report/renderer/snippet-renderer.js +3 -3
  486. package/report/renderer/swap-locale-feature.d.ts +3 -3
  487. package/report/renderer/swap-locale-feature.js +3 -3
  488. package/report/renderer/text-encoding.js +3 -3
  489. package/report/renderer/topbar-features.js +3 -3
  490. package/report/types/augment-dom.d.ts +3 -3
  491. package/report/types/buffer.d.ts +3 -3
  492. package/report/types/html-renderer.d.ts +3 -3
  493. package/report/types/report-renderer.d.ts +3 -3
  494. package/report/types/report-result.d.ts +3 -3
  495. package/shared/esm-utils.js +3 -3
  496. package/shared/localization/format.js +3 -3
  497. package/shared/localization/i18n-module.js +2 -3
  498. package/shared/localization/locales.js +3 -3
  499. package/shared/localization/swap-flow-locale.js +3 -3
  500. package/shared/localization/swap-locale.js +3 -3
  501. package/shared/root.js +3 -3
  502. package/shared/type-verifiers.d.ts +3 -3
  503. package/shared/type-verifiers.js +3 -3
  504. package/shared/types/shared.d.ts +3 -3
  505. package/shared/util.js +2 -13
  506. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +3 -3
  507. package/third-party/chromium-synchronization/installability-errors-test.js +3 -3
  508. package/third-party/download-content-shell/README.md +1 -1
  509. package/types/artifacts.d.ts +3 -3
  510. package/types/audit.d.ts +3 -3
  511. package/types/config.d.ts +3 -3
  512. package/types/externs.d.ts +3 -3
  513. package/types/gatherer.d.ts +3 -3
  514. package/types/internal/cssstyle.d.ts +3 -3
  515. package/types/internal/enquirer.d.ts +3 -3
  516. package/types/internal/global.d.ts +3 -3
  517. package/types/internal/http-link-header.d.ts +3 -3
  518. package/types/internal/lookup-closest-locale.d.ts +3 -3
  519. package/types/internal/metaviewport-parser.d.ts +3 -3
  520. package/types/internal/node.d.ts +3 -3
  521. package/types/internal/parse-cache-control.d.ts +3 -3
  522. package/types/internal/pretty-json-stringify.d.ts +3 -3
  523. package/types/internal/query-selector.d.ts +3 -3
  524. package/types/internal/rollup-plugin-postprocess.d.ts +3 -3
  525. package/types/internal/rxjs.d.ts +3 -3
  526. package/types/internal/smokehouse.d.ts +3 -3
  527. package/types/internal/test.d.ts +3 -3
  528. package/types/lh.d.ts +3 -3
  529. package/types/lh.js +3 -3
  530. package/types/lhr/audit-details.d.ts +3 -3
  531. package/types/lhr/audit-result.d.ts +3 -3
  532. package/types/lhr/budget.d.ts +3 -3
  533. package/types/lhr/flow-result.d.ts +3 -3
  534. package/types/lhr/i18n.d.ts +3 -3
  535. package/types/lhr/lhr.d.ts +3 -3
  536. package/types/lhr/settings.d.ts +3 -3
  537. package/types/lhr/treemap.d.ts +3 -3
  538. package/types/protocol.d.ts +3 -3
  539. package/types/puppeteer.d.ts +3 -3
  540. package/types/user-flow.d.ts +3 -3
  541. package/types/utility-types.d.ts +3 -3
  542. package/AUTHORS +0 -9
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import BaseGatherer from '../base-gatherer.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2022 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import BaseGatherer from '../base-gatherer.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /* globals getElementsInDocument getNodeDetails */
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import BaseGatherer from '../../base-gatherer.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /* global document, window, getComputedStyle, getElementsInDocument, Node, getNodeDetails, getRectCenterPoint */
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2016 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2016 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import BaseGatherer from '../base-gatherer.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2019 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2019 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import SDK from '../../lib/cdt/SDK.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2019 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2019 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /* global getNodeDetails */
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2016 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2016 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import BaseGatherer from '../base-gatherer.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import log from 'lighthouse-logger';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import puppeteer from 'puppeteer-core';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import EventEmitter from 'events';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import log from 'lighthouse-logger';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import log from 'lighthouse-logger';
package/core/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2022 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  'use strict';
7
7
 
package/core/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2016 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2016 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import Trace from './gather/gatherers/trace.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import isDeepEqual from 'lodash/isEqual.js';
@@ -1,6 +1,6 @@
1
1
  export type PreparedAssets = {
2
- traceData: LH.Trace;
3
- devtoolsLog: import("../index.js").DevtoolsLog;
2
+ traceData?: import("../index.js").Trace | undefined;
3
+ devtoolsLog?: import("../index.js").DevtoolsLog | undefined;
4
4
  };
5
5
  /**
6
6
  * Save artifacts object mostly to single file located at basePath/artifacts.json.
@@ -34,8 +34,8 @@ export function saveFlowArtifacts(flowArtifacts: LH.UserFlow.FlowArtifacts, base
34
34
  export function saveLhr(lhr: LH.Result, basePath: string): void;
35
35
  /**
36
36
  * @typedef {object} PreparedAssets
37
- * @property {LH.Trace} traceData
38
- * @property {LH.DevtoolsLog} devtoolsLog
37
+ * @property {LH.Trace} [traceData]
38
+ * @property {LH.DevtoolsLog} [devtoolsLog]
39
39
  */
40
40
  /**
41
41
  * Load artifacts object from files located within basePath
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2016 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2016 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import fs from 'fs';
@@ -29,8 +29,8 @@ const stepDirectoryRegex = /^step(\d+)$/;
29
29
 
30
30
  /**
31
31
  * @typedef {object} PreparedAssets
32
- * @property {LH.Trace} traceData
33
- * @property {LH.DevtoolsLog} devtoolsLog
32
+ * @property {LH.Trace} [traceData]
33
+ * @property {LH.DevtoolsLog} [devtoolsLog]
34
34
  */
35
35
 
36
36
 
@@ -420,14 +420,18 @@ async function saveLanternDebugTraces(pathWithBasename) {
420
420
  */
421
421
  async function saveAssets(artifacts, audits, pathWithBasename) {
422
422
  const allAssets = await prepareAssets(artifacts, audits);
423
- const saveAll = allAssets.map(async (passAssets, index) => {
424
- const devtoolsLogFilename = `${pathWithBasename}-${index}${devtoolsLogSuffix}`;
425
- fs.writeFileSync(devtoolsLogFilename, JSON.stringify(passAssets.devtoolsLog, null, 2));
426
- log.log('saveAssets', 'devtools log saved to disk: ' + devtoolsLogFilename);
427
-
428
- const traceFilename = `${pathWithBasename}-${index}${traceSuffix}`;
429
- await saveTrace(passAssets.traceData, traceFilename);
430
- log.log('saveAssets', 'trace file streamed to disk: ' + traceFilename);
423
+ const saveAll = allAssets.map(async (assets, index) => {
424
+ if (assets.devtoolsLog) {
425
+ const devtoolsLogFilename = `${pathWithBasename}-${index}${devtoolsLogSuffix}`;
426
+ await saveDevtoolsLog(assets.devtoolsLog, devtoolsLogFilename);
427
+ log.log('saveAssets', 'devtools log saved to disk: ' + devtoolsLogFilename);
428
+ }
429
+
430
+ if (assets.traceData) {
431
+ const traceFilename = `${pathWithBasename}-${index}${traceSuffix}`;
432
+ await saveTrace(assets.traceData, traceFilename);
433
+ log.log('saveAssets', 'trace file streamed to disk: ' + traceFilename);
434
+ }
431
435
  });
432
436
 
433
437
  await Promise.all(saveAll);
package/core/lib/axe.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import fs from 'fs';
@@ -1,8 +1,8 @@
1
1
  // @ts-nocheck
2
2
  /**
3
- * @license Copyright 2022 The Lighthouse Authors. All Rights Reserved.
4
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
3
+ * @license
4
+ * Copyright 2022 Google LLC
5
+ * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
8
8
  const ParsedURL = require('./generated/ParsedURL.js');
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  /**
7
7
  * @param {any[]} array
@@ -1,8 +1,8 @@
1
1
  // @ts-nocheck
2
2
  /**
3
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
4
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
3
+ * @license
4
+ * Copyright 2021 Google LLC
5
+ * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
8
8
  // Functions manually copied from:
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  const SDK = {
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /** @typedef {import('csp_evaluator/finding').Finding} Finding */
@@ -4,9 +4,9 @@
4
4
  */
5
5
  export type Node = import('./cpu-node.js').CPUNode | import('./network-node.js').NetworkNode;
6
6
  /**
7
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
8
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
9
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
7
+ * @license
8
+ * Copyright 2017 Google LLC
9
+ * SPDX-License-Identifier: Apache-2.0
10
10
  */
11
11
  /**
12
12
  * A union of all types derived from BaseNode, allowing type check discrimination
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as LH from '../../../types/lh.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as LH from '../../../types/lh.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as LH from '../../../../types/lh.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as LH from '../../../../types/lh.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import UrlUtils from '../../url-utils.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import {BaseNode} from '../base-node.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as LH from '../../../../types/lh.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /** @typedef {import('./simulator-timing-map.js').ConnectionTiming} ConnectionTiming */
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2023 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2023 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import * as i18n from '../lib/i18n/i18n.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2016 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2016 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  import {lighthouseVersion} from '../../shared/root.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @license Copyright 2018 The Lighthouse Authors. All Rights Reserved.
3
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
4
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
7
  /** @typedef {import('../../../shared/localization/locales').LhlMessages} LhlMessages */