Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/cache.ts>cache

A Bundler with the web in mind.
Go to Latest
function cache
import { cache } from "https://deno.land/x/bundler@0.6.2/cache.ts";

API for deno cache Fetches path files recusively and caches them to deno cache dir.

Parameters

filePath: string
optional
unnamed 1: { importMap?: ImportMap; reload?: boolean | string[]; compilerOptions?: ts.CompilerOptions; } = [UNSUPPORTED]