Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The next-gen web framework.
Extremely Popular
Go to Latest
interface esbuildTypes.Location
import { type esbuildTypes } from "https://deno.land/x/fresh@1.4.0/src/build/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