Skip to main content
interface Deno.Location
Unstable

UNSTABLE: Should not have same name as window.location type.

Properties

fileName: string

The full url for the module, e.g. file://some/file.ts or https://some/file.ts.

lineNumber: number

The line number in the file. It is assumed to be 1-indexed.

columnNumber: number

The column number in the file. It is assumed to be 1-indexed.