()
| 29522 | this._key = key; |
| 29523 | } |
| 29524 | get path() { |
| 29525 | if (!this._cachedPath.length) { |
| 29526 | if (this._key instanceof Array) { |
| 29527 | this._cachedPath.push(...this._path, ...this._key); |
| 29528 | } else { |
| 29529 | this._cachedPath.push(...this._path, this._key); |
| 29530 | } |
| 29531 | } |
| 29532 | return this._cachedPath; |
| 29533 | } |
| 29534 | }; |
| 29535 | var handleResult = (ctx, result) => { |
| 29536 | if ((0, parseUtil_1.isValid)(result)) { |
no test coverage detected