Skip to content

cacheInfo is not working #595

@nestarz

Description

@nestarz
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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions