MCPcopy
hub / github.com/callstack/linaria / ISourceOffset

Interface ISourceOffset

packages/stylelint/src/preprocessor.ts:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45interface ISourceOffset {
46 generated: IPosition;
47 name: string;
48 original: IPosition;
49}
50
51function preprocessor() {
52 const errors: Errors = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected