MCPcopy Index your code
hub / github.com/CashScript/cashscript / LocationI

Interface LocationI

packages/utils/src/types.ts:195–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195export interface LocationI {
196 start: {
197 line: number,
198 column: number
199 };
200 end: {
201 line: number,
202 column: number
203 };
204}
205
206export type SingleLocationData = {
207 location: LocationI;

Callers

nothing calls this directly

Implementers 1

Locationpackages/cashc/src/ast/Location.ts

Calls

no outgoing calls

Tested by

no test coverage detected