fix(pt-br): update stale jsxref references#37062
Conversation
Preview URLs (12 pages)
Flaws (8)Note! 5 documents with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
URL:
URL:
URL:
URL:
(comment last updated: 2026-07-16 08:49:49) |
Resolve `jsxref` macro arguments that no longer point at an existing `Web/JavaScript/Reference/*` page. An upcoming rari change (mdn/rari#715) resolves these against an index instead of probing candidate URLs and following redirects, which surfaces such stale references as broken links.
8175e08 to
c3f1d06
Compare
Description
Update stale
jsxrefreferences in Portuguese, Brazilian (pt-BR) content:StopIteration,ParallelArray,Object.watch/unwatch/prototype.watch(),Number.toInteger(),Reflect.enumerate(),for each...in,Function.arity,Date.toLocaleFormat,String.prototype.quote,Array.observe()/unobserve(),TypedArray.move) to inline code.Declarações / exportação→Statements/export).Motivation
Ensure
jsxrefreferences keep resolving once rari resolves macro arguments against an index of the currentWeb/JavaScript/Reference/*pages (mdn/rari#715) instead of probing candidate URLs and silently following redirects — which will otherwise surface these stale references as broken links.Additional details
Related issues and pull requests
Part of #37059.
Related to mdn/rari#715.