Skip to content

cacheInfo is not working #595

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions