denoland / denoland/deno_graph

cacheInfo is not working

Open
#595 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
137
Forks
47
Avg merge
2d 7h
Merged PRs (30d)
4

Description

```ts
import { createGraph } from "jsr:@deno/graph";

const graph = await createGraph("https://deno.land/x/std/testing/asserts.ts", {
cacheInfo: alert,
});

console.log(JSON.stringify(graph, undefined, " "));
```

cacheInfo never work, it's ignored from all my use of createGraph I didn't found any way to make it work and add a CacheInfo to the ModuleGraphJson. Any hints please ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.