Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core/errors.ts>extractLocation

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function extractLocation
import { extractLocation } from "https://deno.land/x/lume@v1.15.0/core/errors.ts";

Separate line and column numbers from a string of the form: (URI:Line:Column) Code from: https://github.com/stacktracejs/stacktrace.js/blob/master/dist/stacktrace.js

Parameters

source: string

Returns

[string, string, string]