Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/linaria
/ IPosition
Interface
IPosition
packages/stylelint/src/preprocessor.ts:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
interface
IPosition {
41
column: number;
42
line: number;
43
}
44
45
interface
ISourceOffset {
46
generated: IPosition;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected