Skip to main content
Module

x/frugal/dep/esbuild.ts>Location

A frugal web framework
Go to Latest
interface Location
import { type Location } from "https://deno.land/x/frugal@0.2.1/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