Skip to main content
Module

x/import/deps.ts>esbuildNative.Location

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface esbuildNative.Location
import { type esbuildNative } from "https://deno.land/x/import@v0.1.5/deps.ts";
const { Location } = esbuildNative;

Properties

file: string
namespace: string
line: number

1-based

column: number

0-based, in bytes

length: number

in bytes

lineText: string
suggestion: string