(s)
| 52885 | } |
| 52886 | }, |
| 52887 | isAnchor = (s) => /^[A-Za-z_][A-Za-z_0-9.-]*$/.test(s), |
| 52888 | uriToAnchor = (s) => { |
| 52889 | const o = getHash(s) |
| 52890 | return tp('#', o) |
| 52891 | }, |
| 52892 | $anchor_evaluate = (s, o) => { |
| 52893 | const i = ((s) => { |
no test coverage detected