Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

specifier: string

A string URL representing a source of a dependency.

optional
start: PositionJson

The start location of a range of text in a source file.

optional
end: PositionJson

The end location of a range of text in a source file.