| 199 | // this class represents a link (visualized by a line) between a span (option) |
| 200 | // in .command that needs to be connected to a corresponding <pre> in .help |
| 201 | class ESLink { |
| 202 | constructor(clazz, option, mid, color) { |
| 203 | this.option = option; // a span from .command |
| 204 | this.color = color; // the color chosen for this link |
nothing calls this directly
no outgoing calls
no test coverage detected