Skip to main content
Module

x/deno_graph/types.d.ts>CacheInfo

The module graph logic for Deno CLI
Go to Latest
interface CacheInfo
import { type CacheInfo } from "https://deno.land/x/deno_graph@0.58.0/types.d.ts";

Additional meta data that is used to enrich the output of the module graph.

Properties

optional
local: string

The string path to where the local version of the content is located. For non file: URLs, this is the location of the cached content, otherwise it is the absolute path to the local file.

optional
emit: string

The string path to where a transpiled version of the source content is located, if any.

optional
map: string

The string path to where an external source map of the transpiled source content is located, if any.