Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface DebuggingInformation
Re-export
import { type DebuggingInformation } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Debugging information that can be attached to Expressions via StacktracingExpressions.

Properties

optional
file: string

The file in which the annotated Expression was created.

optional
line: number

The line in which the annotated Expression was created.

optional
column: number

The column in which the annotated Expression was created.

optional
name: string

The name of the function (macro) that created the annotated Expression.