Skip to main content
Module

x/fastro/http/deps.ts>esbuild.Location

Fast and simple web application framework for deno
Go to Latest
interface esbuild.Location
import { type esbuild } from "https://deno.land/x/fastro@v0.74.4/http/deps.ts";
const { Location } = esbuild;

Properties

file: string
namespace: string
line: number

1-based

column: number

0-based, in bytes

length: number

in bytes

lineText: string
suggestion: string