interface SourceLocationimport { type SourceLocation } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.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.