interface SourceLocationimport { type SourceLocation } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/deps.ts"; PropertiesreadonlyfilePath: stringThe file path in which the dependency exists. readonlystart: LocationThe start location of the dependency. readonlyend: LocationThe end location (inclusive) of the dependency.