Skip to main content
interface SourceLocation
import { type SourceLocation } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Represents a location in a Source.

Properties

readonly
line: number
readonly
column: number