Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Location

interface Location {
column: number;
file: string;
length: number;
line: number;
lineText: string;
namespace: string;
suggestion: string;
}

§Properties

§
column: number
[src]
§
file: string
[src]
§
length: number
[src]
§
line: number
[src]
§
lineText: string
[src]
§
namespace: string
[src]
§
suggestion: string
[src]