(options, i)
| 1075 | } |
| 1076 | |
| 1077 | function lineNumberFor(options, i) { |
| 1078 | return String(options.lineNumberFormatter(i + options.firstLineNumber)) |
| 1079 | } |
| 1080 | |
| 1081 | // A Pos instance represents a position within the text. |
| 1082 | function Pos(line, ch, sticky) { |
no outgoing calls
no test coverage detected