(e, t, n)
| 9721 | return `Parse ${d(this._parse)}`; |
| 9722 | } |
| 9723 | static makeExplicit(e, t, n) { |
| 9724 | let i = {}; |
| 9725 | const r = t.data; |
| 9726 | return ( |
| 9727 | !gc(r) && r?.format?.parse && (i = r.format.parse), |
| 9728 | this.makeWithAncestors(e, i, {}, n) |
| 9729 | ); |
| 9730 | } |
| 9731 | static makeWithAncestors(e, t, n, i) { |
| 9732 | for (const e of D(n)) { |
| 9733 | const t = i.getWithExplicit(e); |
no test coverage detected