Skip to main content
Module

x/deno_graph/deno.json

The module graph logic for Deno CLI
Go to Latest
File
{ "tasks": { "build": "deno run --unstable -A --no-check https://deno.land/x/wasmbuild@0.8.3/main.ts --no-default-features --features wasm" }, "fmt": { "files": { "exclude": [ "lib/deno_graph.generated.js", "target", "temp" ] } }, "lint": { "files": { "exclude": [ "lib/deno_graph.generated.js", "target", "temp" ] } }}