MCPcopy
hub / github.com/postcss/postcss / RangePosition

Interface RangePosition

lib/css-syntax-error.d.ts:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…