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

MappedPosition

interface MappedPosition {
column: number;
line: number;
name?: string;
source: string;
}

§Properties

§
column: number
[src]
§
line: number
[src]
§
name?: string
[src]
§
source: string
[src]