| 5 | * A position that is part of a range. |
| 6 | */ |
| 7 | export interface RangePosition { |
| 8 | /** |
| 9 | * The column number in the input. |
| 10 | */ |
| 11 | column: number |
| 12 | |
| 13 | /** |
| 14 | * The line number in the input. |
| 15 | */ |
| 16 | line: number |
| 17 | } |
| 18 | |
| 19 | export { CssSyntaxError_ as default } |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…