@param {EvalContext} [context]
(context)
| 58 | // eslint-disable-next-line no-unused-vars |
| 59 | /** @param {EvalContext} [context] */ |
| 60 | clone(context) { |
| 61 | return new Extend(this.selector, this.option, this.getIndex(), this.fileInfo(), this.visibilityInfo()); |
| 62 | } |
| 63 | |
| 64 | // it concatenates (joins) all selectors in selector array |
| 65 | /** @param {Selector[]} selectors */ |
nothing calls this directly
no test coverage detected