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

x/deno/cli/js/compiler.ts>fetchSourceFiles

A modern runtime for JavaScript and TypeScript.
Go to Latest
function fetchSourceFiles
import { fetchSourceFiles } from "https://deno.land/x/deno@v1.0.0/cli/js/compiler.ts";

Parameters

specifiers: string[]
optional
referrer: string

Returns

Promise<Array<{ url: string; filename: string; mediaType: number; sourceCode: string; }>>