Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.Location

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

Properties

file: string
namespace: string
line: number

1-based

column: number

0-based, in bytes

length: number

in bytes

lineText: string
suggestion: string