lighthouse 13.3.0 → 13.4.0

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 (199) hide show
  1. package/cli/cli-flags.d.ts +8 -9
  2. package/cli/test/smokehouse/config/exclusions.js +2 -0
  3. package/cli/test/smokehouse/version-check.d.ts +1 -1
  4. package/core/audits/accessibility/accesskeys.js +1 -1
  5. package/core/audits/accessibility/aria-allowed-attr.js +1 -1
  6. package/core/audits/accessibility/aria-allowed-role.js +1 -1
  7. package/core/audits/accessibility/aria-command-name.js +1 -1
  8. package/core/audits/accessibility/aria-conditional-attr.js +1 -1
  9. package/core/audits/accessibility/aria-deprecated-role.js +1 -1
  10. package/core/audits/accessibility/aria-dialog-name.js +1 -1
  11. package/core/audits/accessibility/aria-hidden-body.js +1 -1
  12. package/core/audits/accessibility/aria-hidden-focus.js +1 -1
  13. package/core/audits/accessibility/aria-input-field-name.js +1 -1
  14. package/core/audits/accessibility/aria-meter-name.js +1 -1
  15. package/core/audits/accessibility/aria-progressbar-name.js +1 -1
  16. package/core/audits/accessibility/aria-prohibited-attr.js +1 -1
  17. package/core/audits/accessibility/aria-required-attr.js +1 -1
  18. package/core/audits/accessibility/aria-required-children.js +1 -1
  19. package/core/audits/accessibility/aria-required-parent.js +1 -1
  20. package/core/audits/accessibility/aria-roles.js +1 -1
  21. package/core/audits/accessibility/aria-text.js +1 -1
  22. package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
  23. package/core/audits/accessibility/aria-tooltip-name.js +1 -1
  24. package/core/audits/accessibility/aria-treeitem-name.js +1 -1
  25. package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
  26. package/core/audits/accessibility/aria-valid-attr.js +1 -1
  27. package/core/audits/accessibility/autocomplete-valid.js +1 -1
  28. package/core/audits/accessibility/button-name.js +1 -1
  29. package/core/audits/accessibility/bypass.js +1 -1
  30. package/core/audits/accessibility/color-contrast.js +1 -1
  31. package/core/audits/accessibility/definition-list.js +1 -1
  32. package/core/audits/accessibility/dlitem.js +1 -1
  33. package/core/audits/accessibility/document-title.js +1 -1
  34. package/core/audits/accessibility/duplicate-id-aria.js +1 -1
  35. package/core/audits/accessibility/empty-heading.js +1 -1
  36. package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
  37. package/core/audits/accessibility/frame-title.js +1 -1
  38. package/core/audits/accessibility/heading-order.js +1 -1
  39. package/core/audits/accessibility/html-has-lang.js +1 -1
  40. package/core/audits/accessibility/html-lang-valid.js +1 -1
  41. package/core/audits/accessibility/html-xml-lang-mismatch.js +1 -1
  42. package/core/audits/accessibility/identical-links-same-purpose.js +1 -1
  43. package/core/audits/accessibility/image-alt.js +1 -1
  44. package/core/audits/accessibility/image-redundant-alt.js +1 -1
  45. package/core/audits/accessibility/input-button-name.js +1 -1
  46. package/core/audits/accessibility/input-image-alt.js +1 -1
  47. package/core/audits/accessibility/label-content-name-mismatch.js +1 -1
  48. package/core/audits/accessibility/label.js +1 -1
  49. package/core/audits/accessibility/landmark-one-main.js +1 -1
  50. package/core/audits/accessibility/link-in-text-block.js +1 -1
  51. package/core/audits/accessibility/link-name.js +1 -1
  52. package/core/audits/accessibility/list.js +1 -1
  53. package/core/audits/accessibility/listitem.js +1 -1
  54. package/core/audits/accessibility/meta-refresh.js +1 -1
  55. package/core/audits/accessibility/meta-viewport.js +1 -1
  56. package/core/audits/accessibility/object-alt.js +1 -1
  57. package/core/audits/accessibility/presentation-role-conflict.js +1 -1
  58. package/core/audits/accessibility/select-name.js +1 -1
  59. package/core/audits/accessibility/skip-link.js +1 -1
  60. package/core/audits/accessibility/svg-img-alt.js +1 -1
  61. package/core/audits/accessibility/tabindex.js +1 -1
  62. package/core/audits/accessibility/table-duplicate-name.js +1 -1
  63. package/core/audits/accessibility/table-fake-caption.js +1 -1
  64. package/core/audits/accessibility/target-size.js +1 -1
  65. package/core/audits/accessibility/td-has-header.js +1 -1
  66. package/core/audits/accessibility/td-headers-attr.js +1 -1
  67. package/core/audits/accessibility/th-has-data-cells.js +1 -1
  68. package/core/audits/accessibility/valid-lang.js +1 -1
  69. package/core/audits/accessibility/video-caption.js +1 -1
  70. package/core/audits/agentic/llms-txt.js +1 -1
  71. package/core/audits/baseline.js +10 -12
  72. package/core/audits/dobetterweb/geolocation-on-start.js +2 -1
  73. package/core/audits/network-requests.js +2 -0
  74. package/core/audits/seo/canonical.js +19 -7
  75. package/core/computed/js-bundles.d.ts +1 -1
  76. package/core/computed/load-simulator.d.ts +1 -1
  77. package/core/computed/metrics/first-contentful-paint-all-frames.d.ts +1 -1
  78. package/core/computed/metrics/first-contentful-paint.d.ts +1 -1
  79. package/core/computed/metrics/interactive.d.ts +1 -1
  80. package/core/computed/metrics/lantern-metric.d.ts +6 -6
  81. package/core/computed/metrics/largest-contentful-paint-all-frames.d.ts +1 -1
  82. package/core/computed/metrics/largest-contentful-paint.d.ts +1 -1
  83. package/core/computed/metrics/max-potential-fid.d.ts +1 -1
  84. package/core/computed/metrics/speed-index.d.ts +1 -1
  85. package/core/computed/metrics/time-to-first-byte.d.ts +1 -1
  86. package/core/computed/metrics/total-blocking-time.d.ts +1 -1
  87. package/core/computed/module-duplication.d.ts +1 -1
  88. package/core/computed/page-dependency-graph.d.ts +1 -1
  89. package/core/computed/unused-css.d.ts +1 -1
  90. package/core/config/agentic-browsing-config.d.ts +1 -0
  91. package/core/config/agentic-browsing-config.js +1 -0
  92. package/core/config/config-helpers.d.ts +1 -0
  93. package/core/config/config-helpers.js +1 -1
  94. package/core/config/config-plugin.d.ts +1 -0
  95. package/core/config/config-plugin.js +1 -0
  96. package/core/config/config.d.ts +1 -0
  97. package/core/config/config.js +1 -0
  98. package/core/config/constants.d.ts +1 -0
  99. package/core/config/constants.js +1 -0
  100. package/core/config/experimental-config.d.ts +1 -9
  101. package/core/config/experimental-config.js +2 -0
  102. package/core/config/filters.d.ts +1 -0
  103. package/core/config/filters.js +1 -0
  104. package/core/config/full-config.d.ts +1 -5
  105. package/core/config/full-config.js +2 -0
  106. package/core/config/lr-desktop-config.d.ts +1 -0
  107. package/core/config/lr-desktop-config.js +1 -0
  108. package/core/config/lr-mobile-config.d.ts +1 -5
  109. package/core/config/lr-mobile-config.js +2 -0
  110. package/core/config/perf-config.d.ts +1 -5
  111. package/core/config/perf-config.js +2 -0
  112. package/core/config/validation.d.ts +1 -0
  113. package/core/config/validation.js +1 -0
  114. package/core/gather/driver/execution-context.d.ts +23 -0
  115. package/core/gather/driver/execution-context.js +86 -1
  116. package/core/gather/driver/storage.js +13 -0
  117. package/core/gather/driver.d.ts +1 -1
  118. package/core/gather/gatherers/accessibility.js +1 -0
  119. package/core/gather/gatherers/trace-elements.d.ts +4 -1
  120. package/core/gather/gatherers/trace-elements.js +24 -28
  121. package/core/gather/gatherers/webmcp-schema.js +9 -16
  122. package/core/gather/gatherers/webmcp.d.ts +5 -0
  123. package/core/gather/gatherers/webmcp.js +34 -27
  124. package/core/lib/baseline/web-features-data.json +1177 -0
  125. package/core/lib/baseline/web-features-metadata.json +1 -1
  126. package/core/lib/deprecations-strings.d.ts +21 -5
  127. package/core/lib/deprecations-strings.js +16 -0
  128. package/core/lib/script-helpers.js +13 -1
  129. package/core/scoring.d.ts +58 -58
  130. package/dist/report/bundle.esm.js +4 -7
  131. package/dist/report/flow.js +6 -9
  132. package/dist/report/standalone.js +20 -12
  133. package/flow-report/types/flow-report.d.ts +2 -2
  134. package/package.json +20 -23
  135. package/report/assets/styles.css +1 -4
  136. package/report/renderer/components.js +1 -1
  137. package/report/renderer/details-renderer.d.ts +6 -1
  138. package/report/renderer/details-renderer.js +11 -3
  139. package/report/renderer/explodey-gauge.js +9 -7
  140. package/report/renderer/i18n-formatter.d.ts +1 -1
  141. package/report/renderer/logger.js +18 -4
  142. package/report/renderer/text-encoding.js +1 -1
  143. package/report/types/html-renderer.d.ts +2 -2
  144. package/shared/localization/locales/ar-XB.json +290 -65
  145. package/shared/localization/locales/ar.json +290 -65
  146. package/shared/localization/locales/bg.json +290 -65
  147. package/shared/localization/locales/ca.json +295 -70
  148. package/shared/localization/locales/cs.json +290 -65
  149. package/shared/localization/locales/da.json +294 -69
  150. package/shared/localization/locales/de.json +295 -70
  151. package/shared/localization/locales/el.json +290 -65
  152. package/shared/localization/locales/en-GB.json +290 -65
  153. package/shared/localization/locales/en-US.json +79 -67
  154. package/shared/localization/locales/en-XA.json +253 -64
  155. package/shared/localization/locales/en-XL.json +79 -67
  156. package/shared/localization/locales/es-419.json +290 -65
  157. package/shared/localization/locales/es.json +298 -73
  158. package/shared/localization/locales/fi.json +290 -65
  159. package/shared/localization/locales/fil.json +290 -65
  160. package/shared/localization/locales/fr.json +294 -69
  161. package/shared/localization/locales/he.json +293 -68
  162. package/shared/localization/locales/hi.json +291 -66
  163. package/shared/localization/locales/hr.json +290 -65
  164. package/shared/localization/locales/hu.json +290 -65
  165. package/shared/localization/locales/id.json +290 -65
  166. package/shared/localization/locales/it.json +294 -69
  167. package/shared/localization/locales/ja.json +290 -65
  168. package/shared/localization/locales/ko.json +290 -65
  169. package/shared/localization/locales/lt.json +290 -65
  170. package/shared/localization/locales/lv.json +290 -65
  171. package/shared/localization/locales/nl.json +290 -65
  172. package/shared/localization/locales/no.json +290 -65
  173. package/shared/localization/locales/pl.json +290 -65
  174. package/shared/localization/locales/pt-PT.json +291 -66
  175. package/shared/localization/locales/pt.json +290 -65
  176. package/shared/localization/locales/ro.json +290 -65
  177. package/shared/localization/locales/ru.json +301 -76
  178. package/shared/localization/locales/sk.json +291 -66
  179. package/shared/localization/locales/sl.json +290 -65
  180. package/shared/localization/locales/sr-Latn.json +290 -65
  181. package/shared/localization/locales/sr.json +290 -65
  182. package/shared/localization/locales/sv.json +297 -72
  183. package/shared/localization/locales/ta.json +291 -66
  184. package/shared/localization/locales/te.json +293 -68
  185. package/shared/localization/locales/th.json +291 -66
  186. package/shared/localization/locales/tr.json +290 -65
  187. package/shared/localization/locales/uk.json +290 -65
  188. package/shared/localization/locales/vi.json +291 -66
  189. package/shared/localization/locales/zh-HK.json +292 -67
  190. package/shared/localization/locales/zh-TW.json +291 -66
  191. package/shared/localization/locales/zh.json +291 -66
  192. package/shared/types/shared.d.ts +1 -1
  193. package/tsconfig-base.json +2 -1
  194. package/tsconfig.json +2 -0
  195. package/types/artifacts.d.ts +1 -1
  196. package/types/internal/rxjs.d.ts +1 -1
  197. package/types/internal/smokehouse.d.ts +1 -1
  198. package/types.d.ts +2 -0
  199. package/types.js +11 -0
@@ -1,3 +1,3 @@
1
1
  {
2
- "date": "2026-05-01"
2
+ "date": "2026-06-05"
3
3
  }
@@ -66,6 +66,8 @@ export namespace UIStrings {
66
66
  let UnloadHandler: string;
67
67
  let V8SharedArrayBufferConstructedInExtensionWithoutIsolation: string;
68
68
  let WebBluetoothRemoteCharacteristicWriteValue: string;
69
+ let WebTransportDatagramDuplexStreamIncomingHighWaterMark: string;
70
+ let WebTransportDatagramDuplexStreamOutgoingHighWaterMark: string;
69
71
  let XHRJSONEncodingDetection: string;
70
72
  let XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload: string;
71
73
  let XSLT: string;
@@ -314,17 +316,31 @@ export namespace DEPRECATIONS_METADATA {
314
316
  export { chromeStatusFeature_34 as chromeStatusFeature };
315
317
  }
316
318
  export { WebBluetoothRemoteCharacteristicWriteValue_1 as WebBluetoothRemoteCharacteristicWriteValue };
317
- export namespace XHRJSONEncodingDetection_1 {
319
+ export namespace WebTransportDatagramDuplexStreamIncomingHighWaterMark_1 {
320
+ let chromeStatusFeature_35: number;
321
+ export { chromeStatusFeature_35 as chromeStatusFeature };
318
322
  let milestone_20: number;
319
323
  export { milestone_20 as milestone };
320
324
  }
321
- export { XHRJSONEncodingDetection_1 as XHRJSONEncodingDetection };
322
- export namespace XSLT_1 {
323
- let chromeStatusFeature_35: number;
324
- export { chromeStatusFeature_35 as chromeStatusFeature };
325
+ export { WebTransportDatagramDuplexStreamIncomingHighWaterMark_1 as WebTransportDatagramDuplexStreamIncomingHighWaterMark };
326
+ export namespace WebTransportDatagramDuplexStreamOutgoingHighWaterMark_1 {
327
+ let chromeStatusFeature_36: number;
328
+ export { chromeStatusFeature_36 as chromeStatusFeature };
325
329
  let milestone_21: number;
326
330
  export { milestone_21 as milestone };
327
331
  }
332
+ export { WebTransportDatagramDuplexStreamOutgoingHighWaterMark_1 as WebTransportDatagramDuplexStreamOutgoingHighWaterMark };
333
+ export namespace XHRJSONEncodingDetection_1 {
334
+ let milestone_22: number;
335
+ export { milestone_22 as milestone };
336
+ }
337
+ export { XHRJSONEncodingDetection_1 as XHRJSONEncodingDetection };
338
+ export namespace XSLT_1 {
339
+ let chromeStatusFeature_37: number;
340
+ export { chromeStatusFeature_37 as chromeStatusFeature };
341
+ let milestone_23: number;
342
+ export { milestone_23 as milestone };
343
+ }
328
344
  export { XSLT_1 as XSLT };
329
345
  }
330
346
  //# sourceMappingURL=deprecations-strings.d.ts.map
@@ -276,6 +276,14 @@ export const UIStrings = {
276
276
  * @description This warning occurs when the deprecated `BluetoothRemoteGATTCharacteristic.writeValue()` method is used. Developers should use `writeValueWithResponse()` or `writeValueWithoutResponse()` instead.
277
277
  */
278
278
  WebBluetoothRemoteCharacteristicWriteValue: "`BluetoothRemoteGATTCharacteristic.writeValue()` is deprecated. Use `writeValueWithResponse()` or `writeValueWithoutResponse()` instead.",
279
+ /**
280
+ * @description Warning for using the deprecated 'incomingHighWaterMark' attribute on WebTransportDatagramDuplexStream. Developers should use 'incomingMaxBufferedDatagrams' instead.
281
+ */
282
+ WebTransportDatagramDuplexStreamIncomingHighWaterMark: "WebTransportDatagramDuplexStream.incomingHighWaterMark has been renamed to incomingMaxBufferedDatagrams. incomingHighWaterMark will be removed in a future version of Chrome.",
283
+ /**
284
+ * @description Warning for using the deprecated 'outgoingHighWaterMark' attribute on WebTransportDatagramDuplexStream. Developers should use 'outgoingMaxBufferedDatagrams' instead.
285
+ */
286
+ WebTransportDatagramDuplexStreamOutgoingHighWaterMark: "WebTransportDatagramDuplexStream.outgoingHighWaterMark has been renamed to outgoingMaxBufferedDatagrams. outgoingHighWaterMark will be removed in a future version of Chrome.",
279
287
  /**
280
288
  * @description Warning displayed to developers that they are using `XMLHttpRequest` API in a way that they expect an unsupported character encoding `UTF-16` could be used in the server reply.
281
289
  */
@@ -440,6 +448,14 @@ export const DEPRECATIONS_METADATA = {
440
448
  "WebBluetoothRemoteCharacteristicWriteValue": {
441
449
  "chromeStatusFeature": 5088568590598144
442
450
  },
451
+ "WebTransportDatagramDuplexStreamIncomingHighWaterMark": {
452
+ "chromeStatusFeature": 5143839699501056,
453
+ "milestone": 156
454
+ },
455
+ "WebTransportDatagramDuplexStreamOutgoingHighWaterMark": {
456
+ "chromeStatusFeature": 5143839699501056,
457
+ "milestone": 156
458
+ },
443
459
  "XHRJSONEncodingDetection": {
444
460
  "milestone": 93
445
461
  },
@@ -20,7 +20,19 @@ function isInline(script) {
20
20
  * @return {LH.Artifacts.NetworkRequest|undefined}
21
21
  */
22
22
  function getRequestForScript(networkRecords, script) {
23
- let networkRequest = networkRecords.find(request => request.url === script.url);
23
+ const frameId = script.executionContextAuxData?.frameId;
24
+ let networkRequest;
25
+
26
+ if (frameId) {
27
+ networkRequest = networkRecords.find(
28
+ request => request.url === script.url && request.frameId === frameId
29
+ );
30
+ }
31
+
32
+ if (!networkRequest) {
33
+ networkRequest = networkRecords.find(request => request.url === script.url);
34
+ }
35
+
24
36
  while (networkRequest?.redirectDestination) {
25
37
  networkRequest = networkRequest.redirectDestination;
26
38
  }
package/core/scoring.d.ts CHANGED
@@ -173,9 +173,6 @@ export class ReportScoring {
173
173
  } | {
174
174
  type: "text";
175
175
  value: import("./index.js").IcuMessage | string;
176
- } | {
177
- type: "subitems";
178
- items: /*elided*/ any[];
179
176
  } | {
180
177
  type: "source-location";
181
178
  url: string | import("./index.js").IcuMessage;
@@ -202,6 +199,9 @@ export class ReportScoring {
202
199
  type: "numeric";
203
200
  value: number;
204
201
  granularity?: number | undefined;
202
+ } | {
203
+ type: "subitems";
204
+ items: /*elided*/ any[];
205
205
  } | {
206
206
  type: "baseline-status";
207
207
  status: string | import("./index.js").IcuMessage;
@@ -227,25 +227,6 @@ export class ReportScoring {
227
227
  [x: string]: any;
228
228
  type: "debugdata";
229
229
  } | undefined;
230
- } | {
231
- type: "node";
232
- lhId?: string | import("./index.js").IcuMessage | undefined;
233
- path?: string | import("./index.js").IcuMessage | undefined;
234
- selector?: string | import("./index.js").IcuMessage | undefined;
235
- boundingRect?: {
236
- width: number;
237
- height: number;
238
- top: number;
239
- right: number;
240
- bottom: number;
241
- left: number;
242
- } | undefined;
243
- snippet?: string | import("./index.js").IcuMessage | undefined;
244
- nodeLabel?: string | import("./index.js").IcuMessage | undefined;
245
- explanation?: string | import("./index.js").IcuMessage | undefined;
246
- } | {
247
- type: "text";
248
- value: import("./index.js").IcuMessage | string;
249
230
  } | {
250
231
  type: "list-section";
251
232
  title?: (import("./index.js").IcuMessage | string) | undefined;
@@ -321,9 +302,6 @@ export class ReportScoring {
321
302
  } | {
322
303
  type: "text";
323
304
  value: import("./index.js").IcuMessage | string;
324
- } | {
325
- type: "subitems";
326
- items: /*elided*/ any[];
327
305
  } | {
328
306
  type: "source-location";
329
307
  url: string | import("./index.js").IcuMessage;
@@ -350,6 +328,9 @@ export class ReportScoring {
350
328
  type: "numeric";
351
329
  value: number;
352
330
  granularity?: number | undefined;
331
+ } | {
332
+ type: "subitems";
333
+ items: /*elided*/ any[];
353
334
  } | {
354
335
  type: "baseline-status";
355
336
  status: string | import("./index.js").IcuMessage;
@@ -395,6 +376,25 @@ export class ReportScoring {
395
376
  type: "text";
396
377
  value: import("./index.js").IcuMessage | string;
397
378
  };
379
+ } | {
380
+ type: "node";
381
+ lhId?: string | import("./index.js").IcuMessage | undefined;
382
+ path?: string | import("./index.js").IcuMessage | undefined;
383
+ selector?: string | import("./index.js").IcuMessage | undefined;
384
+ boundingRect?: {
385
+ width: number;
386
+ height: number;
387
+ top: number;
388
+ right: number;
389
+ bottom: number;
390
+ left: number;
391
+ } | undefined;
392
+ snippet?: string | import("./index.js").IcuMessage | undefined;
393
+ nodeLabel?: string | import("./index.js").IcuMessage | undefined;
394
+ explanation?: string | import("./index.js").IcuMessage | undefined;
395
+ } | {
396
+ type: "text";
397
+ value: import("./index.js").IcuMessage | string;
398
398
  })[];
399
399
  debugData?: {
400
400
  [x: string]: any;
@@ -438,6 +438,32 @@ export class ReportScoring {
438
438
  } | {
439
439
  type: "text";
440
440
  value: import("./index.js").IcuMessage | string;
441
+ } | {
442
+ type: "source-location";
443
+ url: string | import("./index.js").IcuMessage;
444
+ urlProvider: "network" | "comment";
445
+ line: number;
446
+ column: number;
447
+ original?: {
448
+ file: string | import("./index.js").IcuMessage;
449
+ line: number;
450
+ column: number;
451
+ } | undefined;
452
+ functionName?: string | import("./index.js").IcuMessage | undefined;
453
+ } | {
454
+ type: "link";
455
+ text: string | import("./index.js").IcuMessage;
456
+ url: string | import("./index.js").IcuMessage;
457
+ } | {
458
+ type: "url";
459
+ value: string | import("./index.js").IcuMessage;
460
+ } | {
461
+ type: "code";
462
+ value: import("./index.js").IcuMessage | string;
463
+ } | {
464
+ type: "numeric";
465
+ value: number;
466
+ granularity?: number | undefined;
441
467
  } | {
442
468
  type: "subitems";
443
469
  items: {
@@ -463,7 +489,7 @@ export class ReportScoring {
463
489
  } | {
464
490
  type: "text";
465
491
  value: import("./index.js").IcuMessage | string;
466
- } | /*elided*/ any | {
492
+ } | {
467
493
  type: "source-location";
468
494
  url: string | import("./index.js").IcuMessage;
469
495
  urlProvider: "network" | "comment";
@@ -489,7 +515,7 @@ export class ReportScoring {
489
515
  type: "numeric";
490
516
  value: number;
491
517
  granularity?: number | undefined;
492
- } | {
518
+ } | /*elided*/ any | {
493
519
  type: "baseline-status";
494
520
  status: string | import("./index.js").IcuMessage;
495
521
  displayString: import("./index.js").IcuMessage | string;
@@ -500,32 +526,6 @@ export class ReportScoring {
500
526
  } | undefined;
501
527
  subItems?: /*elided*/ any | undefined;
502
528
  }[];
503
- } | {
504
- type: "source-location";
505
- url: string | import("./index.js").IcuMessage;
506
- urlProvider: "network" | "comment";
507
- line: number;
508
- column: number;
509
- original?: {
510
- file: string | import("./index.js").IcuMessage;
511
- line: number;
512
- column: number;
513
- } | undefined;
514
- functionName?: string | import("./index.js").IcuMessage | undefined;
515
- } | {
516
- type: "link";
517
- text: string | import("./index.js").IcuMessage;
518
- url: string | import("./index.js").IcuMessage;
519
- } | {
520
- type: "url";
521
- value: string | import("./index.js").IcuMessage;
522
- } | {
523
- type: "code";
524
- value: import("./index.js").IcuMessage | string;
525
- } | {
526
- type: "numeric";
527
- value: number;
528
- granularity?: number | undefined;
529
529
  } | {
530
530
  type: "baseline-status";
531
531
  status: string | import("./index.js").IcuMessage;
@@ -564,7 +564,7 @@ export class ReportScoring {
564
564
  } | {
565
565
  type: "text";
566
566
  value: import("./index.js").IcuMessage | string;
567
- } | /*elided*/ any | {
567
+ } | {
568
568
  type: "source-location";
569
569
  url: string | import("./index.js").IcuMessage;
570
570
  urlProvider: "network" | "comment";
@@ -590,7 +590,7 @@ export class ReportScoring {
590
590
  type: "numeric";
591
591
  value: number;
592
592
  granularity?: number | undefined;
593
- } | {
593
+ } | /*elided*/ any | {
594
594
  type: "baseline-status";
595
595
  status: string | import("./index.js").IcuMessage;
596
596
  displayString: import("./index.js").IcuMessage | string;
@@ -671,9 +671,6 @@ export class ReportScoring {
671
671
  } | {
672
672
  type: "text";
673
673
  value: import("./index.js").IcuMessage | string;
674
- } | {
675
- type: "subitems";
676
- items: /*elided*/ any[];
677
674
  } | {
678
675
  type: "source-location";
679
676
  url: string | import("./index.js").IcuMessage;
@@ -700,6 +697,9 @@ export class ReportScoring {
700
697
  type: "numeric";
701
698
  value: number;
702
699
  granularity?: number | undefined;
700
+ } | {
701
+ type: "subitems";
702
+ items: /*elided*/ any[];
703
703
  } | {
704
704
  type: "baseline-status";
705
705
  status: string | import("./index.js").IcuMessage;