Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function rewriteImportMap
import { rewriteImportMap } from "https://deno.land/x/deno_proxy@v1.4.1/cli/utils.ts";

重写import_map.json

Examples

await rewriteImportMap({ oldPath: "example/import_map.json", newPath: "example/import_map_proxy.json", baseUrl: "http://localhost:8080", }),