Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.36.0/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.