Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
interface esbuild.Location
import { type esbuild } from "https://deno.land/x/fastro@v0.85.1/http/build/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