@param {EvalContext} context
(context)
| 51 | |
| 52 | /** @param {EvalContext} context */ |
| 53 | eval(context) { |
| 54 | return new Extend(/** @type {Selector} */ (this.selector.eval(context)), this.option, this.getIndex(), this.fileInfo(), this.visibilityInfo()); |
| 55 | } |
| 56 | |
| 57 | // remove when Nodes have JSDoc types |
| 58 | // eslint-disable-next-line no-unused-vars |
nothing calls this directly
no test coverage detected