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

x/mesozoic/lib/sources/sourceFile.ts>SourceFile

A generic build system for Deno web apps
Go to Latest
class SourceFile
implements IFile
extends File
import { SourceFile } from "https://deno.land/x/mesozoic@v1.1.2/lib/sources/sourceFile.ts";

Constructors

new
SourceFile(filePath: string, rootPath: string)

Methods

clone(): SourceFile
copyTo(to: string, filepath?): Promise<SourceFile>