Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.3.1/lib/sources/sourceFile.ts";

Constructors

new
SourceFile(filePath: string, rootPath: string)

Methods

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