(e, t, n)
| 175 | return `${t.splitAccessPath(e).map(E).join("\\.")}`; |
| 176 | } |
| 177 | function R(e, t, n) { |
| 178 | return e.replace( |
| 179 | new RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&"), "g"), |
| 180 | n, |
| 181 | ); |
| 182 | } |
| 183 | function L(e) { |
| 184 | return `${t.splitAccessPath(e).join(".")}`; |
| 185 | } |