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

x/bundler/plugins/file.ts>FilePlugin#readSource

A Bundler with the web in mind.
Go to Latest
method FilePlugin.prototype.readSource
import { FilePlugin } from "https://deno.land/x/bundler@0.6.2/plugins/file.ts";

Parameters

filePath: string
context: Context

Returns

Promise<Source>