Skip to main content
Go to Latest
method ExportDeclaration.prototype.getModuleSpecifierSourceFileOrThrow
import { ExportDeclaration } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Gets the source file referenced in the module specifier or throws if it can't find it or it doesn't exist.

Parameters

optional
message: string | (() => string)