Skip to main content
Module

x/cav/deps.ts>graph.CacheInfo

A server framework for Deno
Go to Latest
interface graph.CacheInfo
Re-export
import { type graph } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { CacheInfo } = graph;

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.