Extremely Popular
Go to Latest
function createCodeFrame
import { createCodeFrame } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/code_frame.ts";

Generate an excerpt of the location in the source around the specified position.

Parameters

text: string
lineNum: number
columnNum: number

Returns

string | undefined