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

x/frugal/dep/esbuild.ts>Location

A frugal web framework
Latest
interface Location
import { type Location } from "https://deno.land/x/frugal@0.9.6/dep/esbuild.ts";

Properties

file: string
namespace: string
line: number

1-based

column: number

0-based, in bytes

length: number

in bytes

lineText: string
suggestion: string