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

x/snel/imports/bundler.ts>Bundler#hasCache

A Cybernetical framework for svelte applications in deno
Latest
method Bundler.prototype.hasCache
import { Bundler } from "https://deno.land/x/snel@v0.7.1/imports/bundler.ts";

returns true if an entry exists in context.cache or cacheFile mtime is bigger than sourceFile mtime

Parameters

bundleInput: string
input: string
context: Context