Skip to main content
Module

x/aleph/server/deps.ts>SourceLocation

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface SourceLocation
import { type SourceLocation } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Properties

readonly
filePath: string

The file path in which the dependency exists.

readonly
start: Location

The start location of the dependency.

readonly
end: Location

The end location (inclusive) of the dependency.