Skip to main content
Module

x/deno_graph/lib/types.d.ts>PositionJson

The module graph logic for Deno CLI
Go to Latest
interface PositionJson
import { type PositionJson } from "https://deno.land/x/deno_graph@0.37.1/lib/types.d.ts";

Properties

line: number

The line number of a position within a source file. The number is a zero based index.

character: number

The character number of a position within a source file. The number is a zero based index.