Skip to main content
Home

@deno/graph@0.96.2
Built and signed on GitHub Actions

The module graph logic for Deno CLI.

This package works with Deno
This package works with Deno
JSR Score
70%
Published
2 weeks ago (0.96.2)
interface CacheInfo

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.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@deno/graph

Import symbol

import { type CacheInfo } from "@deno/graph/types";
or

Import directly with a jsr specifier

import { type CacheInfo } from "jsr:@deno/graph/types";