Module

x/fresh/src/server/deps.ts>esbuildTypes.Location

The next-gen web framework.
Extremely Popular
Go to Latest
interface esbuildTypes.Location
import { type esbuildTypes } from "https://dotland.deno.dev/x/fresh@1.1.5/src/server/deps.ts";
const { Location } = esbuildTypes;

Properties

file: string
namespace: string
line: number

1-based

column: number

0-based, in bytes

length: number

in bytes

lineText: string
suggestion: string