Skip to main content
Module

x/lume/deps/esbuild.ts>Location

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Location
import { type Location } from "https://deno.land/x/lume@v2.1.4/deps/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